# git rev-parse -q --verify 4bcf69e57063c9b1b15df1a293c969e80a1c97e6^{commit} 4bcf69e57063c9b1b15df1a293c969e80a1c97e6 already have revision, skipping fetch # git checkout -q -f -B kisskb 4bcf69e57063c9b1b15df1a293c969e80a1c97e6 # git clean -qxdf # < git log -1 # commit 4bcf69e57063c9b1b15df1a293c969e80a1c97e6 # Merge: b7b8e3689aa0 9e8238020c5b # Author: Linus Torvalds # Date: Mon Aug 10 16:35:57 2020 -0700 # # Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input # # Pull input updates from Dmitry Torokhov: # # - an update to Elan touchpad controller driver supporting newer ICs # with enhanced precision reports and a new firmware update process # # - an update to EXC3000 touch controller supporting additional parts # # - assorted driver fixups # # * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (27 commits) # Input: exc3000 - add support to query model and fw_version # Input: exc3000 - add reset gpio support # Input: exc3000 - add EXC80H60 and EXC80H84 support # dt-bindings: touchscreen: Convert EETI EXC3000 touchscreen to json-schema # Input: sentelic - fix error return when fsp_reg_write fails # Input: alps - remove redundant assignment to variable ret # Input: ims-pcu - return error code rather than -ENOMEM # Input: elan_i2c - add ic type 0x15 # Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessary # Input: uinput - fix typo in function name documentation # Input: ati_remote2 - add missing newlines when printing module parameters # Input: psmouse - add a newline when printing 'proto' by sysfs # Input: synaptics-rmi4 - drop a duplicated word # Input: elan_i2c - add support for high resolution reports # Input: elan_i2c - do not constantly re-query pattern ID # Input: elan_i2c - add firmware update info for ICs 0x11, 0x13, 0x14 # Input: elan_i2c - handle firmware updated on newer ICs # Input: elan_i2c - add support for different firmware page sizes # Input: elan_i2c - fix detecting IAP version on older controllers # Input: elan_i2c - handle devices with patterns above 1 # ... # < /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 4bcf69e57063c9b1b15df1a293c969e80a1c97e6 # < make -s -j 8 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 8 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 8 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 8 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), ^ 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:1389: modules] Error 2 make[1]: *** Waiting for unfinished jobs.... INFO: Uncompressed kernel (size 0xb01ddc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb01ddc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb01ddc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb01ddc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xaf16f4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xb01ddc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.8.0+ Created: Tue Aug 11 12:12:32 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5294772 Bytes = 5170.68 KiB = 5.05 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xb01ddc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.8.0+ Created: Tue Aug 11 12:12:32 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5327173 Bytes = 5202.32 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00894 Image Name: Linux-5.8.0+ Created: Tue Aug 11 12:12:32 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5327410 Bytes = 5202.55 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00894 INFO: Uncompressed kernel (size 0xb01ddc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb01ddc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb01ddc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.8.0+ Created: Tue Aug 11 12:12:33 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5326132 Bytes = 5201.30 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 INFO: Uncompressed kernel (size 0xb01ddc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.8.0+ Created: Tue Aug 11 12:12:33 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5326210 Bytes = 5201.38 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 INFO: Uncompressed kernel (size 0xaf16f4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-5.8.0+ Created: Tue Aug 11 12:12:36 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5326260 Bytes = 5201.43 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.8.0+ Created: Tue Aug 11 12:12:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5326011 Bytes = 5201.18 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.8.0+ Created: Tue Aug 11 12:12:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5326856 Bytes = 5202.01 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 Image Name: Linux-5.8.0+ Created: Tue Aug 11 12:12:37 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5325614 Bytes = 5200.79 KiB = 5.08 MiB Load Address: 00c00000 Entry Point: 00c00294 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 8 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:07:22.929094