# git rev-parse -q --verify 8e5c0abfa02d85b9cd2419567ad2d73ed8fe4b74^{commit} 8e5c0abfa02d85b9cd2419567ad2d73ed8fe4b74 already have revision, skipping fetch # git checkout -q -f -B kisskb 8e5c0abfa02d85b9cd2419567ad2d73ed8fe4b74 # git clean -qxdf # < git log -1 # commit 8e5c0abfa02d85b9cd2419567ad2d73ed8fe4b74 # Merge: ef035628c326 a23e19669324 # Author: Linus Torvalds # Date: Fri Jul 19 16:51:39 2024 -0700 # # Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input # # Pull input updates from Dmitry Torokhov: # # - streamlined logic in input core for handling normal input handlers vs # input filters # # - updates to input drivers to allocate memory with sizeof(*pointer) # instead of sizeof(type) # # - change to ads7846 touchscreen driver to use hsync GPIO instead of # requiring platform data with special method (which is not compatible # with boards using device tree) # # - update to adc-joystick driver to handle inverted axes # # - cleanups in various drivers switching them to use the new "guard" and # "__free()" facilities # # - changes to several drivers (adxl34x, atmel_mxt_ts, ati-remote2, # omap-keypad, yealink) to stop creating driver-specific device # attributes manually and use driver core facilities for this # # - update to Cypress PS/2 protocol driver to properly handle errors from # the PS/2 transport as well as other cleanups # # - update to edt-ft5x06 driver to support ft5426 variant # # - update to ektf2127 driver to support ektf2232 variant # # - update to exc3000 driver to support EXC81W32 variant # # - update to imagis driver to support IST3038 variant # # - other assorted driver cleanups. # # * tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (71 commits) # Input: yealink - simplify locking in sysfs attribute handling # Input: yealink - use driver core to instantiate device attributes # Input: ati-remote2 - use driver core to instantiate device attributes # Input: omap-keypad - use driver core to instantiate device attributes # Input: atmel_mxt_ts - use driver core to instantiate device attributes # Input: exc3000 - add EXC81W32 support # dt-bindings: input: touchscreen: exc3000: add EXC81W32 # Input: twl4030-pwrbutton - fix kernel-doc warning # Input: himax_hx83112b - add support for HX83100A # Input: himax_hx83112b - add himax_chip struct for multi-chip support # Input: himax_hx83112b - implement MCU register reading # Input: himax_hx83112b - use more descriptive register defines # dt-bindings: input: touchscreen: himax,hx83112b: add HX83100A # Input: do not check number of events in input_pass_values() # Input: preallocate memory to hold event values # Input: rearrange input_alloc_device() to prepare for preallocating of vals # Input: simplify event handling logic # Input: make events() method return number of events processed # Input: make sure input handlers define only one processing method # Input: evdev - remove ->event() method # ... # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 8e5c0abfa02d85b9cd2419567ad2d73ed8fe4b74 # make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- allmodconfig # < make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- :1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sparc/vdso/vclock_gettime.c:254:1: error: no previous prototype for '__vdso_clock_gettime' [-Werror=missing-prototypes] 254 | __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:282:1: error: no previous prototype for '__vdso_clock_gettime_stick' [-Werror=missing-prototypes] 282 | __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:307:1: error: no previous prototype for '__vdso_gettimeofday' [-Werror=missing-prototypes] 307 | __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vclock_gettime.c:343:1: error: no previous prototype for '__vdso_gettimeofday_stick' [-Werror=missing-prototypes] 343 | __vdso_gettimeofday_stick(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: arch/sparc/vdso/vclock_gettime.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/arch/sparc/vdso/vdso32/vclock_gettime.c:22: /kisskb/src/arch/sparc/vdso/vdso32/../vclock_gettime.c:254:1: error: no previous prototype for '__vdso_clock_gettime' [-Werror=missing-prototypes] 254 | __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vdso32/../vclock_gettime.c:282:1: error: no previous prototype for '__vdso_clock_gettime_stick' [-Werror=missing-prototypes] 282 | __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vdso32/../vclock_gettime.c:307:1: error: no previous prototype for '__vdso_gettimeofday' [-Werror=missing-prototypes] 307 | __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/sparc/vdso/vdso32/../vclock_gettime.c:343:1: error: no previous prototype for '__vdso_gettimeofday_stick' [-Werror=missing-prototypes] 343 | __vdso_gettimeofday_stick(struct __kernel_old_timeval *tv, struct timezone *tz) | ^~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: arch/sparc/vdso/vdso32/vclock_gettime.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:485: arch/sparc/vdso] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:3071:2: error: #warning clone3() entry point is missing, please fix [-Werror=cpp] 3071 | #warning clone3() entry point is missing, please fix | ^~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: kernel/fork.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: arch/sparc] Error 2 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: kernel] Error 2 make[2]: *** [/kisskb/src/Makefile:1934: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 160 ARCH=sparc64 O=/kisskb/build/linus_allmodconfig_sparc64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sparc64-linux/bin/sparc64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_sparc64-gcc13 # Build took: 0:11:07.471369