# git rev-parse -q --verify f4eb1423e43376bec578c5696635b074c8bd2035^{commit} f4eb1423e43376bec578c5696635b074c8bd2035 already have revision, skipping fetch # git checkout -q -f -B kisskb f4eb1423e43376bec578c5696635b074c8bd2035 # git clean -qxdf # < git log -1 # commit f4eb1423e43376bec578c5696635b074c8bd2035 # Merge: 4368c4bc9d36 e0f6974a54d3 # Author: Linus Torvalds # Date: Tue Aug 6 11:47:23 2019 -0700 # # Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid # # Pull HID fixes from Jiri Kosina: # # - functional regression fix for some of the Logitech unifying devices, # from Hans de Goede # # - race condition fix in hid-sony for bug severely affecting # Valve/Android deployments, from Roderick Colenbrander # # - several fixes for issues found by syzbot/kasan, from Oliver Neukum # and Hillf Danton # # - functional regression fix for Wacom Cintiq device, from Aaron # Armstrong Skomra # # - a few other assorted device-specific quirks # # * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: # HID: sony: Fix race condition between rumble and device remove. # HID: hiddev: do cleanup in failure of opening a device # HID: hiddev: avoid opening a disconnected device # HID: input: fix a4tech horizontal wheel custom usage # HID: Add quirk for HP X1200 PIXART OEM mouse # HID: holtek: test for sanity of intfdata # HID: wacom: fix bit shift for Cintiq Companion 2 # HID: quirks: Set the INCREMENT_USAGE_ON_DUPLICATE quirk on Saitek X52 # HID: logitech-dj: Really fix return value of logi_dj_recv_query_hidpp_devices # HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT # HID: logitech-dj: add the Powerplay receiver # HID: logitech-hidpp: add USB PID for a few more supported mice # HID: logitech-dj: rename "gaming" receiver to "lightspeed" # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 f4eb1423e43376bec578c5696635b074c8bd2035 # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_polaris_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- polaris_defconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_polaris_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence In file included from /kisskb/src/arch/sh/math-emu/math.c:23:0: /kisskb/src/include/math-emu/single.h:50:21: warning: "__BIG_ENDIAN" is not defined [-Wundef] In file included from /kisskb/src/arch/sh/math-emu/math.c:24:0: /kisskb/src/include/math-emu/double.h:59:21: warning: "__BIG_ENDIAN" is not defined [-Wundef] /kisskb/src/arch/sh/math-emu/math.c:54:0: warning: "WRITE" redefined [enabled by default] /kisskb/src/include/linux/kernel.h:41:0: note: this is the location of the previous definition /kisskb/src/arch/sh/math-emu/math.c:55:0: warning: "READ" redefined [enabled by default] /kisskb/src/include/linux/kernel.h:40:0: note: this is the location of the previous definition /kisskb/src/arch/sh/math-emu/math.c:505:12: warning: 'ieee_fpe_handler' defined but not used [-Wunused-function] /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:121:34: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:88:6: note: 'levelspread[]' was declared here /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:194:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_polaris_defconfig_sh4 # Build took: 0:00:31.798959