# 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-8.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 40ddad19131999161c39564815b8df2faff0fc7c # < make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:41: /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c: In function 'mvpp2_setup_bm_pool': /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:647:2: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551584' to '-32' [-Woverflow] ((total_size) - MVPP2_SKB_HEADROOM - MVPP2_SKB_SHINFO_SIZE) ^ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:714:33: note: in expansion of macro 'MVPP2_RX_MAX_PKT_SIZE' #define MVPP2_BM_SHORT_PKT_SIZE MVPP2_RX_MAX_PKT_SIZE(MVPP2_BM_SHORT_FRAME_SIZE) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:652:41: note: in expansion of macro 'MVPP2_BM_SHORT_PKT_SIZE' mvpp2_pools[MVPP2_BM_SHORT].pkt_size = MVPP2_BM_SHORT_PKT_SIZE; ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:638:12: warning: 'imx_mu_runtime_resume' defined but not used [-Wunused-function] static int imx_mu_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:629:12: warning: 'imx_mu_runtime_suspend' defined but not used [-Wunused-function] static int imx_mu_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:611:12: warning: 'imx_mu_resume_noirq' defined but not used [-Wunused-function] static int imx_mu_resume_noirq(struct device *dev) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:601:12: warning: 'imx_mu_suspend_noirq' defined but not used [-Wunused-function] static int imx_mu_suspend_noirq(struct device *dev) ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/test.c: In function '__ida_init': /kisskb/src/drivers/thunderbolt/test.c:20:5: error: 'struct kunit_resource' has no member named 'allocation' res->allocation = ida; ^~ /kisskb/src/drivers/thunderbolt/test.c: In function '__ida_destroy': /kisskb/src/drivers/thunderbolt/test.c:26:23: error: 'struct kunit_resource' has no member named 'allocation' struct ida *ida = res->allocation; ^~ make[3]: *** [/kisskb/src/scripts/Makefile.build:280: drivers/thunderbolt/test.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:497: drivers/thunderbolt] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1781: drivers] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 48 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_s390-allyesconfig_s390x-gcc8 # Build took: 0:15:41.636093