# git rev-parse -q --verify 63d1cb53e26a9a4168b84a8981b225c0a9cfa235^{commit} 63d1cb53e26a9a4168b84a8981b225c0a9cfa235 already have revision, skipping fetch # git checkout -q -f -B kisskb 63d1cb53e26a9a4168b84a8981b225c0a9cfa235 # git clean -qxdf # < git log -1 # commit 63d1cb53e26a9a4168b84a8981b225c0a9cfa235 # Merge: c12a29ed9094 c6ac667b0799 # Author: Linus Torvalds # Date: Sat May 15 16:39:45 2021 -0700 # # Merge tag 'powerpc-5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux # # Pull powerpc fixes from Michael Ellerman: # # - Fix a regression in the conversion of the 64-bit BookE interrupt # entry to C. # # - Fix KVM hosts running with the hash MMU since the recent KVM gfn # changes. # # - Fix a deadlock in our paravirt spinlocks when hcall tracing is # enabled. # # - Several fixes for oopses in our runtime code patching for security # mitigations. # # - A couple of minor fixes for the recent conversion of 32-bit interrupt # entry/exit to C. # # - Fix __get_user() causing spurious crashes in sigreturn due to a bad # inline asm constraint, spotted with GCC 11. # # - A fix for the way we track IRQ masking state vs NMI interrupts when # using the new scv system call entry path. # # - A couple more minor fixes. # # Thanks to Cédric Le Goater, Christian Zigotzky, Christophe Leroy, # Naveen N. Rao, Nicholas Piggin Paul Menzel, and Sean Christopherson. # # * tag 'powerpc-5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: # powerpc/64e/interrupt: Fix nvgprs being clobbered # powerpc/64s: Make NMI record implicitly soft-masked code as irqs disabled # powerpc/64s: Fix stf mitigation patching w/strict RWX & hash # powerpc/64s: Fix entry flush patching w/strict RWX & hash # powerpc/64s: Fix crashes when toggling entry flush barrier # powerpc/64s: Fix crashes when toggling stf barrier # KVM: PPC: Book3S HV: Fix kvm_unmap_gfn_range_hv() for Hash MMU # powerpc/legacy_serial: Fix UBSAN: array-index-out-of-bounds # powerpc/signal: Fix possible build failure with unsafe_copy_fpr_{to/from}_user # powerpc/uaccess: Fix __get_user() with CONFIG_CC_HAS_ASM_GOTO_OUTPUT # powerpc/pseries: warn if recursing into the hcall tracing code # powerpc/pseries: use notrace hcall variant for H_CEDE idle # powerpc/pseries: Don't trace hcall tracing wrapper # powerpc/pseries: Fix hcall tracing recursion in pv queued spinlocks # powerpc/syscall: Calling kuap_save_and_lock() is wrong # powerpc/interrupts: Fix kuep_unlock() call # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 63d1cb53e26a9a4168b84a8981b225c0a9cfa235 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces] In file included from /kisskb/src/include/linux/kernel.h:11:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' if (IS_ERR_VALUE(fep->ring_mem_addr)) ^ /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd74ef0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd647c4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:06 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6510202 Bytes = 6357.62 KiB = 6.21 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:07 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541303 Bytes = 6387.99 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:09 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541905 Bytes = 6388.58 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:09 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541854 Bytes = 6388.53 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:09 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541305 Bytes = 6387.99 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:09 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541718 Bytes = 6388.40 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541661 Bytes = 6388.34 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:09 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6542441 Bytes = 6389.10 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541967 Bytes = 6388.64 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541831 Bytes = 6388.51 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541348 Bytes = 6388.04 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6542708 Bytes = 6389.36 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6542090 Bytes = 6388.76 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6541654 Bytes = 6388.33 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6542618 Bytes = 6389.28 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-rc1-g63d1cb53e26a Created: Sun May 16 16:23:10 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6543389 Bytes = 6390.03 KiB = 6.24 MiB Load Address: 00e00000 Entry Point: 00e002a4 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:09.961246