# 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-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xA18948F8 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_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-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5673:warning: override: reassigning to symbol STANDALONE .config:5678:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:5679:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5685:warning: override: reassigning to symbol UBSAN # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/net/smc/smc_llc.c: In function 'smc_llc_add_link_local': /kisskb/src/net/smc/smc_llc.c:1199:9: warning: missing braces around initializer [-Wmissing-braces] struct smc_llc_msg_add_link add_llc = {0}; ^ /kisskb/src/net/smc/smc_llc.c:1199:9: warning: (near initialization for 'add_llc.hd') [-Wmissing-braces] /kisskb/src/net/smc/smc_llc.c: In function 'smc_llc_srv_delete_link_local': /kisskb/src/net/smc/smc_llc.c:1232:9: warning: missing braces around initializer [-Wmissing-braces] struct smc_llc_msg_del_link del_llc = {0}; ^ /kisskb/src/net/smc/smc_llc.c:1232:9: warning: (near initialization for 'del_llc.hd') [-Wmissing-braces] /kisskb/src/net/smc/smc_llc.c: In function 'smc_llc_send_link_delete_all': /kisskb/src/net/smc/smc_llc.c:1304:9: warning: missing braces around initializer [-Wmissing-braces] struct smc_llc_msg_del_link delllc = {0}; ^ /kisskb/src/net/smc/smc_llc.c:1304:9: warning: (near initialization for 'delllc.hd') [-Wmissing-braces] arch/powerpc/platforms/pseries/lpar.o:(.toc+0x0): undefined reference to `mmu_pid_bits' make[1]: *** [/kisskb/src/Makefile:1163: vmlinux] Error 1 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_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-rand_powerpc-randconfig_powerpc-gcc4.9 # Build took: 0:11:15.669050