# git rev-parse -q --verify 40ddad19131999161c39564815b8df2faff0fc7c^{commit} 40ddad19131999161c39564815b8df2faff0fc7c already have revision, skipping fetch # git checkout -q -f -B kisskb 40ddad19131999161c39564815b8df2faff0fc7c # git clean -qxdf # < git log -1 # commit 40ddad19131999161c39564815b8df2faff0fc7c # Merge: 2044513ffe4a 918c950ca8b1 # Author: Linus Torvalds # Date: Thu Aug 6 10:17:00 2020 -0700 # # Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm # # Pull ARM updates from Russell King: # # - add arch/arm/Kbuild from Masahiro Yamada. # # - simplify act_mm macro, since it contains an open-coded # get_thread_info. # # - VFP updates for Clang from Stefan Agner. # # - Fix unwinder for Clang from Nathan Huckleberry. # # - Remove unused it8152 PCI host controller, used by the removed cm-x2xx # platforms from Mike Rapoport. # # - Further explanation of __range_ok(). # # - Remove kimage_voffset that isn't used anymore from Marc Zyngier. # # - Drop ancient Thumb-2 workaround for old binutils from Ard Biesheuvel. # # - Documentation cleanup for mach-* from Pete Zaitcev. # # * tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm: # ARM: 8996/1: Documentation/Clean up the description of mach- # ARM: 8995/1: drop Thumb-2 workaround for ancient binutils # ARM: 8994/1: mm: drop kimage_voffset which was only used by KVM # ARM: uaccess: add further explanation of __range_ok() # ARM: 8993/1: remove it8152 PCI controller driver # ARM: 8992/1: Fix unwind_frame for clang-built kernels # ARM: 8991/1: use VFP assembler mnemonics if available # ARM: 8990/1: use VFP assembler mnemonics in register load/store macros # ARM: 8989/1: use .fpu assembler directives instead of assembler arguments # ARM: 8982/1: mm: Simplify act_mm macro # ARM: 8981/1: add arch/arm/Kbuild # < /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 40ddad19131999161c39564815b8df2faff0fc7c # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc6xx_defconfig # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/kernel/rcu/update.c:591:0: /kisskb/src/kernel/rcu/tasks.h:593:13: warning: 'show_rcu_tasks_classic_gp_kthread' defined but not used [-Wunused-function] static void show_rcu_tasks_classic_gp_kthread(void) { } ^ /kisskb/src/block/genhd.c: In function 'diskstats_show': /kisskb/src/block/genhd.c:1667:1: warning: the frame size of 1160 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ In file included from /kisskb/src/include/linux/skbuff.h:31:0, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/ethernet/sfc/net_driver.h:13, from /kisskb/src/drivers/net/ethernet/sfc/ef100.c:12: /kisskb/src/drivers/net/ethernet/sfc/ef100.c: In function 'ef100_pci_parse_continue_entry': /kisskb/src/include/linux/dma-mapping.h:139:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:145:6: note: in expansion of macro 'DMA_BIT_MASK' DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), ^ /kisskb/src/include/linux/dma-mapping.h:139:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:163:6: note: in expansion of macro 'DMA_BIT_MASK' DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c: In function 'ef100_pci_parse_xilinx_cap': /kisskb/src/include/linux/dma-mapping.h:139:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:337:5: note: in expansion of macro 'DMA_BIT_MASK' DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c: In function 'ef100_pci_probe': /kisskb/src/include/linux/dma-mapping.h:139:25: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) ^ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:498:5: note: in expansion of macro 'DMA_BIT_MASK' DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), ^ INFO: Uncompressed kernel (size 0xafdd4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) ERROR: modpost: "__umoddi3" [drivers/net/ethernet/sfc/sfc.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:1385: modules] Error 2 make[1]: *** Waiting for unfinished jobs.... INFO: Uncompressed kernel (size 0xafdd4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xafdd4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xaed664) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xaed664) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-5.8.0+ Created: Fri Aug 7 05:36:03 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5288879 Bytes = 5164.92 KiB = 5.04 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.8.0+ Created: Fri Aug 7 05:36:03 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5320849 Bytes = 5196.14 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00894 Image Name: Linux-5.8.0+ Created: Fri Aug 7 05:36:03 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5320957 Bytes = 5196.25 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00294 Image Name: Linux-5.8.0+ Created: Fri Aug 7 05:36:03 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5320060 Bytes = 5195.37 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00294 Image Name: Linux-5.8.0+ Created: Fri Aug 7 05:36:03 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5321274 Bytes = 5196.56 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00294 Image Name: Linux-5.8.0+ Created: Fri Aug 7 05:36:03 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5320963 Bytes = 5196.25 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00294 Image Name: Linux-5.8.0+ Created: Fri Aug 7 05:36:03 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5320002 Bytes = 5195.31 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00294 Image Name: Linux-5.8.0+ Created: Fri Aug 7 05:36:03 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5320899 Bytes = 5196.19 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00894 Image Name: Linux-5.8.0+ Created: Fri Aug 7 05:36:03 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5319824 Bytes = 5195.14 KiB = 5.07 MiB Load Address: 00b00000 Entry Point: 00b00294 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_ppc6xx_defconfig_powerpc-gcc4.9 # Build took: 0:03:20.013763