# git rev-parse -q --verify cb95712138ec5e480db5160b41172bbc6f6494cc^{commit} cb95712138ec5e480db5160b41172bbc6f6494cc already have revision, skipping fetch # git checkout -q -f -B kisskb cb95712138ec5e480db5160b41172bbc6f6494cc # git clean -qxdf # < git log -1 # commit cb95712138ec5e480db5160b41172bbc6f6494cc # Merge: 550c2129d93d 64ef8f2c4791 # Author: Linus Torvalds # Date: Sun Aug 23 11:37:23 2020 -0700 # # Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux # # Pull powerpc fixes from Michael Ellerman: # # - Add perf support for emitting extended registers for power10. # # - A fix for CPU hotplug on pseries, where on large/loaded systems we # may not wait long enough for the CPU to be offlined, leading to # crashes. # # - Addition of a raw cputable entry for Power10, which is not required # to boot, but is required to make our PMU setup work correctly in # guests. # # - Three fixes for the recent changes on 32-bit Book3S to move modules # into their own segment for strict RWX. # # - A fix for a recent change in our powernv PCI code that could lead to # crashes. # # - A change to our perf interrupt accounting to avoid soft lockups when # using some events, found by syzkaller. # # - A change in the way we handle power loss events from the hypervisor # on pseries. We no longer immediately shut down if we're told we're # running on a UPS. # # - A few other minor fixes. # # Thanks to Alexey Kardashevskiy, Andreas Schwab, Aneesh Kumar K.V, Anju T # Sudhakar, Athira Rajeev, Christophe Leroy, Frederic Barrat, Greg Kurz, # Kajol Jain, Madhavan Srinivasan, Michael Neuling, Michael Roth, # Nageswara R Sastry, Oliver O'Halloran, Thiago Jung Bauermann, # Vaidyanathan Srinivasan, Vasant Hegde. # # * tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: # powerpc/perf/hv-24x7: Move cpumask file to top folder of hv-24x7 driver # powerpc/32s: Fix module loading failure when VMALLOC_END is over 0xf0000000 # powerpc/pseries: Do not initiate shutdown when system is running on UPS # powerpc/perf: Fix soft lockups due to missed interrupt accounting # powerpc/powernv/pci: Fix possible crash when releasing DMA resources # powerpc/pseries/hotplug-cpu: wait indefinitely for vCPU death # powerpc/32s: Fix is_module_segment() when MODULES_VADDR is defined # powerpc/kasan: Fix KASAN_SHADOW_START on BOOK3S_32 # powerpc/fixmap: Fix the size of the early debug area # powerpc/pkeys: Fix build error with PPC_MEM_KEYS disabled # powerpc/kernel: Cleanup machine check function declarations # powerpc: Add POWER10 raw mode cputable entry # powerpc/perf: Add extended regs support for power10 platform # powerpc/perf: Add support for outputting extended regs in perf intr_regs # powerpc: Fix P10 PVR revision in /proc/cpuinfo for SMT4 cores # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 cb95712138ec5e480db5160b41172bbc6f6494cc # < make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # < make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:4320:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:4322:warning: override: reassigning to symbol UML_NET_SLIP .config:4325:warning: override: reassigning to symbol UML_NET_MCAST .config:4327:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/um/os-Linux/signal.c: In function 'sig_handler_common': /kisskb/src/arch/um/os-Linux/signal.c:51:1: warning: the frame size of 2976 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/arch/um/os-Linux/signal.c: In function 'timer_real_alarm_handler': /kisskb/src/arch/um/os-Linux/signal.c:95:1: warning: the frame size of 2960 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/lib/lz4/lz4hc_compress.c: In function 'LZ4HC_compress_generic': /kisskb/src/lib/lz4/lz4hc_compress.c:579:1: warning: the frame size of 2144 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ LINK linux ERROR: modpost: "devm_platform_ioremap_resource" [drivers/iio/adc/adi-axi-adc.ko] undefined! ERROR: modpost: "devm_platform_ioremap_resource" [drivers/ptp/ptp_ines.ko] undefined! ERROR: modpost: "devm_ioremap_resource" [drivers/net/ethernet/xilinx/xilinx_emac.ko] undefined! ERROR: modpost: "devm_platform_ioremap_resource_byname" [drivers/net/ethernet/xilinx/ll_temac.ko] undefined! ERROR: modpost: "devm_ioremap" [drivers/net/ethernet/xilinx/ll_temac.ko] undefined! ERROR: modpost: "devm_of_iomap" [drivers/net/ethernet/xilinx/ll_temac.ko] undefined! make[2]: *** [/kisskb/src/scripts/Makefile.modpost:111: Module.symvers] Error 1 make[2]: *** Deleting file 'Module.symvers' make[1]: *** [/kisskb/src/Makefile:1392: modules] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allmodconfig_um-x86_64 # Build took: 0:07:38.498771