# 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/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 f4eb1423e43376bec578c5696635b074c8bd2035 # < make -s -j 120 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- defconfig # make -s -j 120 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- /kisskb/src/net/iucv/af_iucv.c: In function 'afiucv_hs_rcv': /kisskb/src/net/iucv/af_iucv.c:2246:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (skb->len == sizeof(struct af_iucv_trans_hdr)) { ^ /kisskb/src/net/iucv/af_iucv.c:2251:2: note: here case (AF_IUCV_FLAG_SHT): ^~~~ /kisskb/src/net/iucv/af_iucv.c: In function 'iucv_sock_close': /kisskb/src/net/iucv/af_iucv.c:510:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (iucv->transport == AF_IUCV_TRANS_HIPER) { ^ /kisskb/src/net/iucv/af_iucv.c:515:2: note: here case IUCV_DISCONN: /* fall through */ ^~~~ /kisskb/src/net/iucv/af_iucv.c:519:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!err && !skb_queue_empty(&iucv->send_skb_q)) { ^ /kisskb/src/net/iucv/af_iucv.c:529:2: note: here case IUCV_CLOSING: /* fall through */ ^~~~ /kisskb/src/net/iucv/af_iucv.c:537:3: warning: this statement may fall through [-Wimplicit-fallthrough=] skb_queue_purge(&iucv->backlog_skb_q); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/iucv/af_iucv.c:539:2: note: here default: /* fall through */ ^~~~~~~ In file included from /kisskb/src/include/linux/kernel.h:15, from /kisskb/src/arch/s390/include/asm/bug.h:5, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/scatterlist.h:7, from /kisskb/src/drivers/scsi/libsas/sas_discover.c:9: /kisskb/src/drivers/scsi/libsas/sas_discover.c: In function 'sas_discover_domain': /kisskb/src/include/linux/printk.h:309:2: warning: this statement may fall through [-Wimplicit-fallthrough=] printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_discover.c:459:3: note: in expansion of macro 'pr_notice' pr_notice("ATA device seen but CONFIG_SCSI_SAS_ATA=N so cannot attach\n"); ^~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_discover.c:462:2: note: here default: ^~~~~~~ /kisskb/src/drivers/s390/net/qeth_l2_main.c: In function 'qeth_l2_process_inbound_buffer': /kisskb/src/drivers/s390/net/qeth_l2_main.c:328:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (IS_OSN(card)) { ^ /kisskb/src/drivers/s390/net/qeth_l2_main.c:337:3: note: here default: ^~~~~~~ /kisskb/src/drivers/s390/net/ctcm_fsms.c: In function 'ctcmpc_chx_attnbusy': /kisskb/src/drivers/s390/net/ctcm_fsms.c:1703:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (grp->changed_side == 1) { ^ /kisskb/src/drivers/s390/net/ctcm_fsms.c:1707:2: note: here case MPCG_STATE_XID0IOWAIX: ^~~~ /kisskb/src/drivers/s390/net/ctcm_mpc.c: In function 'ctc_mpc_alloc_channel': /kisskb/src/drivers/s390/net/ctcm_mpc.c:358:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (callback) ^ /kisskb/src/drivers/s390/net/ctcm_mpc.c:360:2: note: here case MPCG_STATE_XID0IOWAIT: ^~~~ /kisskb/src/drivers/s390/net/ctcm_mpc.c: In function 'mpc_action_timeout': /kisskb/src/drivers/s390/net/ctcm_mpc.c:1469:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if ((fsm_getstate(rch->fsm) == CH_XID0_PENDING) && ^ /kisskb/src/drivers/s390/net/ctcm_mpc.c:1472:2: note: here default: ^~~~~~~ /kisskb/src/drivers/s390/net/ctcm_mpc.c: In function 'mpc_send_qllc_discontact': /kisskb/src/drivers/s390/net/ctcm_mpc.c:2087:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (grp->estconnfunc) { ^ /kisskb/src/drivers/s390/net/ctcm_mpc.c:2092:2: note: here case MPCG_STATE_FLOWC: ^~~~ /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c: In function 'mlx5e_open_xsk': /kisskb/src/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c:127:1: warning: the frame size of 1312 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ Completed OK # rm -rf /kisskb/build/linus_s390-defconfig_s390x-gcc8 # Build took: 0:02:32.958023