# git rev-parse -q --verify 019b3fd94ba73d3ac615f0537440b81f129821f6^{commit} 019b3fd94ba73d3ac615f0537440b81f129821f6 already have revision, skipping fetch # git checkout -q -f -B kisskb 019b3fd94ba73d3ac615f0537440b81f129821f6 # git clean -qxdf # < git log -1 # commit 019b3fd94ba73d3ac615f0537440b81f129821f6 # Merge: 4cad67197989 4ebbbaa4ce85 # Author: Linus Torvalds # Date: Fri Jul 2 12:54:34 2021 -0700 # # Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux # # Pull powerpc updates from Michael Ellerman: # # - A big series refactoring parts of our KVM code, and converting some # to C. # # - Support for ARCH_HAS_SET_MEMORY, and ARCH_HAS_STRICT_MODULE_RWX on # some CPUs. # # - Support for the Microwatt soft-core. # # - Optimisations to our interrupt return path on 64-bit. # # - Support for userspace access to the NX GZIP accelerator on PowerVM on # Power10. # # - Enable KUAP and KUEP by default on 32-bit Book3S CPUs. # # - Other smaller features, fixes & cleanups. # # Thanks to: Andy Shevchenko, Aneesh Kumar K.V, Arnd Bergmann, Athira # Rajeev, Baokun Li, Benjamin Herrenschmidt, Bharata B Rao, Christophe # Leroy, Daniel Axtens, Daniel Henrique Barboza, Finn Thain, Geoff Levand, # Haren Myneni, Jason Wang, Jiapeng Chong, Joel Stanley, Jordan Niethe, # Kajol Jain, Nathan Chancellor, Nathan Lynch, Naveen N. Rao, Nicholas # Piggin, Nick Desaulniers, Paul Mackerras, Russell Currey, Sathvika # Vasireddy, Shaokun Zhang, Stephen Rothwell, Sudeep Holla, Suraj Jitindar # Singh, Tom Rix, Vaibhav Jain, YueHaibing, Zhang Jianhua, and Zhen Lei. # # * tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: (218 commits) # powerpc: Only build restart_table.c for 64s # powerpc/64s: move ret_from_fork etc above __end_soft_masked # powerpc/64s/interrupt: clean up interrupt return labels # powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbols # powerpc/64: enable MSR[EE] in irq replay pt_regs # powerpc/64s/interrupt: preserve regs->softe for NMI interrupts # powerpc/64s: add a table of implicit soft-masked addresses # powerpc/64e: remove implicit soft-masking and interrupt exit restart logic # powerpc/64e: fix CONFIG_RELOCATABLE build warnings # powerpc/64s: fix hash page fault interrupt handler # powerpc/4xx: Fix setup_kuep() on SMP # powerpc/32s: Fix setup_{kuap/kuep}() on SMP # powerpc/interrupt: Use names in check_return_regs_valid() # powerpc/interrupt: Also use exit_must_hard_disable() on PPC32 # powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE # powerpc/ptrace: Refactor regs_set_return_{msr/ip} # powerpc/ptrace: Move set_return_regs_changed() before regs_set_return_{msr/ip} # powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi() # powerpc/pseries/vas: Include irqdomain.h # powerpc: mark local variables around longjmp as volatile # ... # < /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 019b3fd94ba73d3ac615f0537440b81f129821f6 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_mpc85xx_smp_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_smp_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_mpc85xx_smp_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/powerpc-next_mpc85xx_smp_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/powerpc-next_mpc85xx_smp_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/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) /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) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe3d3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) INFO: Uncompressed kernel (size 0xe2cc88) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xf00000) Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:57 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6948053 Bytes = 6785.21 KiB = 6.63 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:56 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6917604 Bytes = 6755.47 KiB = 6.60 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:58 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6946741 Bytes = 6783.93 KiB = 6.62 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:58 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6946724 Bytes = 6783.91 KiB = 6.62 MiB Load Address: 00f00000 Entry Point: 00f00314 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:58 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6946500 Bytes = 6783.69 KiB = 6.62 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:58 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6946749 Bytes = 6783.93 KiB = 6.62 MiB Load Address: 00f00000 Entry Point: 00f00314 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:58 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6948622 Bytes = 6785.76 KiB = 6.63 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:58 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6946678 Bytes = 6783.87 KiB = 6.62 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:59 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6946502 Bytes = 6783.69 KiB = 6.62 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:59 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6946285 Bytes = 6783.48 KiB = 6.62 MiB Load Address: 00f00000 Entry Point: 00f00314 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:59 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6946725 Bytes = 6783.91 KiB = 6.62 MiB Load Address: 00f00000 Entry Point: 00f00314 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:59 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6948631 Bytes = 6785.77 KiB = 6.63 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:59 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6946816 Bytes = 6784.00 KiB = 6.62 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:59 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6946827 Bytes = 6784.01 KiB = 6.63 MiB Load Address: 00f00000 Entry Point: 00f00314 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:59 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6946777 Bytes = 6783.96 KiB = 6.62 MiB Load Address: 00f00000 Entry Point: 00f002a4 Image Name: Linux-5.13.0-122580-g019b3fd94ba Created: Tue Jul 6 08:14:59 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6947134 Bytes = 6784.31 KiB = 6.63 MiB Load Address: 00f00000 Entry Point: 00f002a4 Completed OK # rm -rf /kisskb/build/powerpc-next_mpc85xx_smp_defconfig_powerpc-gcc4.9 # Build took: 0:02:15.415215