configs/qemu_*: bump kernel version to 5.10.7
authorGeoffrey Le Gourriérec <geoffrey.legourrierec@gmail.com>
Wed, 20 Jan 2021 19:59:53 +0000 (20:59 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 21 Jan 2021 21:36:12 +0000 (22:36 +0100)
commit742f37de8d0e3797698411dfc6a63bd7e98aafe2
treeb8a6c299e435c1cd4205574342fee4fcb3bf793e
parent44f1f423f809027b589508f85c7e8645c0db8cde
configs/qemu_*: bump kernel version to 5.10.7

Bump most QEMU defconfigs (every one that was previously on 5.4.y)
to latest longterm kernel 5.10.7.

Please note the following exceptions/modifications:
- board/qemu/qemu_s390x_defconfig: ignored (already up to date)
- board/qemu/sh4*-r2d:
    - Remove the remaining kernel patch [1] provided by Alan Modra
      fixing rodata alignment, carried here by Romain Naour [2] to
      fix an issue preventing kernel from booting with binutils 2.23.
      Patch is present in upstream Linux now.
    - Fix compile-time error regarding 64-bit time data structures
      from kernel headers when building with uclibc. Previous fix [3]
      existed upstream; but see details below.
    - board/qemu/ppc-mpc8544ds: Updated kernel patch
- board/qemu/arm-versatile: Updated kernel patch
- board/qemu/mips*r6*: Updated kernel patch

Tested on all configs/qemu* configurations. [4]

[1] https://www.sourceware.org/ml/binutils/2019-12/msg00112.html
[2] https://git.busybox.net/buildroot/commit/?id=a2331c8a61bdd71c47492efc818fb0458a349219
[3] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fc94cf2092c7c1267fa2deb8388d624f50eba808
[4] https://gitlab.com/clumsyape/buildroot/-/pipelines/244024195

Signed-off-by: Geoffrey Le Gourriérec <geoffrey.legourrierec@gmail.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
45 files changed:
board/qemu/arm-versatile/patches/linux/versatile-nommu.patch
board/qemu/mips32r6-malta/patches/linux/0001-mips-Do-not-include-hi-and-lo-in-clobber-list-for-R6.patch
board/qemu/mips32r6el-malta/patches/linux/0001-mips-Do-not-include-hi-and-lo-in-clobber-list-for-R6.patch
board/qemu/mips64r6-malta/patches/linux/0001-mips-Do-not-include-hi-and-lo-in-clobber-list-for-R6.patch
board/qemu/mips64r6el-malta/patches/linux/0001-mips-Do-not-include-hi-and-lo-in-clobber-list-for-R6.patch
board/qemu/ppc-mpc8544ds/patches/linux/0001-powerpc-Fix-mcpu-options-for-SPE-only-compiler.patch
board/qemu/sh4-r2d/patches/linux-headers/0001-Use-types.h-and-not-time_types.h-in-sockios.h.patch [new file with mode: 0644]
board/qemu/sh4-r2d/patches/linux/0001-arch-sh-vmlinux.scr.patch [deleted file]
board/qemu/sh4eb-r2d/patches/linux-headers/0001-Use-types.h-and-not-time_types.h-in-sockios.h.patch [new file with mode: 0644]
board/qemu/sh4eb-r2d/patches/linux/0001-arch-sh-vmlinux.scr.patch [deleted file]
configs/qemu_aarch64_virt_defconfig
configs/qemu_arm_versatile_defconfig
configs/qemu_arm_versatile_nommu_defconfig
configs/qemu_arm_vexpress_defconfig
configs/qemu_arm_vexpress_tz_defconfig
configs/qemu_m68k_mcf5208_defconfig
configs/qemu_m68k_q800_defconfig
configs/qemu_microblazebe_mmu_defconfig
configs/qemu_microblazeel_mmu_defconfig
configs/qemu_mips32r2_malta_defconfig
configs/qemu_mips32r2el_malta_defconfig
configs/qemu_mips32r6_malta_defconfig
configs/qemu_mips32r6el_malta_defconfig
configs/qemu_mips64_malta_defconfig
configs/qemu_mips64el_malta_defconfig
configs/qemu_mips64r6_malta_defconfig
configs/qemu_mips64r6el_malta_defconfig
configs/qemu_nios2_10m50_defconfig
configs/qemu_or1k_defconfig
configs/qemu_ppc64_e5500_defconfig
configs/qemu_ppc64_pseries_defconfig
configs/qemu_ppc64le_pseries_defconfig
configs/qemu_ppc_g3beige_defconfig
configs/qemu_ppc_mac99_defconfig
configs/qemu_ppc_mpc8544ds_defconfig
configs/qemu_riscv32_virt_defconfig
configs/qemu_riscv64_virt_defconfig
configs/qemu_sh4_r2d_defconfig
configs/qemu_sh4eb_r2d_defconfig
configs/qemu_sparc64_sun4u_defconfig
configs/qemu_sparc_ss10_defconfig
configs/qemu_x86_64_defconfig
configs/qemu_x86_defconfig
configs/qemu_xtensa_lx60_defconfig
configs/qemu_xtensa_lx60_nommu_defconfig