# git rev-parse -q --verify 72f02ba66bd83b54054da20eae550123de84da6f^{commit} 72f02ba66bd83b54054da20eae550123de84da6f already have revision, skipping fetch # git checkout -q -f -B kisskb 72f02ba66bd83b54054da20eae550123de84da6f # git clean -qxdf # < git log -1 # commit 72f02ba66bd83b54054da20eae550123de84da6f # Merge: db06f82 5137257 # Author: Linus Torvalds # Date: Wed Aug 15 22:06:26 2018 -0700 # # Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi # # Pull SCSI updates from James Bottomley: # "This is mostly updates to the usual drivers: mpt3sas, lpfc, qla2xxx, # hisi_sas, smartpqi, megaraid_sas, arcmsr. # # In addition, with the continuing absence of Nic we have target updates # for tcmu and target core (all with reviews and acks). # # The biggest observable change is going to be that we're (again) trying # to switch to mulitqueue as the default (a user can still override the # setting on the kernel command line). # # Other major core stuff is the removal of the remaining Microchannel # drivers, an update of the internal timers and some reworks of # completion and result handling" # # * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (203 commits) # scsi: core: use blk_mq_run_hw_queues in scsi_kick_queue # scsi: ufs: remove unnecessary query(DM) UPIU trace # scsi: qla2xxx: Fix issue reported by static checker for qla2x00_els_dcmd2_sp_done() # scsi: aacraid: Spelling fix in comment # scsi: mpt3sas: Fix calltrace observed while running IO & reset # scsi: aic94xx: fix an error code in aic94xx_init() # scsi: st: remove redundant pointer STbuffer # scsi: qla2xxx: Update driver version to 10.00.00.08-k # scsi: qla2xxx: Migrate NVME N2N handling into state machine # scsi: qla2xxx: Save frame payload size from ICB # scsi: qla2xxx: Fix stalled relogin # scsi: qla2xxx: Fix race between switch cmd completion and timeout # scsi: qla2xxx: Fix Management Server NPort handle reservation logic # scsi: qla2xxx: Flush mailbox commands on chip reset # scsi: qla2xxx: Fix unintended Logout # scsi: qla2xxx: Fix session state stuck in Get Port DB # scsi: qla2xxx: Fix redundant fc_rport registration # scsi: qla2xxx: Silent erroneous message # scsi: qla2xxx: Prevent sysfs access when chip is down # scsi: qla2xxx: Add longer window for chip reset # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux-gcc --version # < git log --format=%s --max-count=1 72f02ba66bd83b54054da20eae550123de84da6f # < make -s -j 48 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- a500_defconfig # make -s -j 48 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] In function 'kernfs_get_target_path', inlined from 'kernfs_getlink' at /kisskb/src/fs/kernfs/symlink.c:118:10, inlined from 'kernfs_iop_get_link.part.0' at /kisskb/src/fs/kernfs/symlink.c:136:10, inlined from 'kernfs_iop_get_link': /kisskb/src/fs/kernfs/symlink.c:100:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(s + len, kn->name, slen); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/kernfs/symlink.c: In function 'kernfs_iop_get_link': /kisskb/src/fs/kernfs/symlink.c:97:14: note: length computed here int slen = strlen(kn->name); ^~~~~~~~~~~~~~~~ In function 'fill_kobj_path', inlined from 'kobject_get_path' at /kisskb/src/lib/kobject.c:174:2: /kisskb/src/lib/kobject.c:147:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(path + length, kobject_name(parent), cur); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_get_path': /kisskb/src/lib/kobject.c:144:13: note: length computed here int cur = strlen(kobject_name(parent)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__save_error_info': /kisskb/src/fs/ext4/super.c:344:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(es->s_last_error_func, func, sizeof(es->s_last_error_func)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:349:3: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(es->s_first_error_func, func, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(es->s_first_error_func)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '__xfs_xattr_put_listent', inlined from 'xfs_xattr_put_listent' at /kisskb/src/fs/xfs/xfs_xattr.c:204:2: /kisskb/src/fs/xfs/xfs_xattr.c:142:2: warning: 'strncpy' output may be truncated copying between 5 and 9 bytes from a string of length 9 [-Wstringop-truncation] strncpy(offset, prefix, prefix_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/parisc/include/asm/atomic.h:10, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/arch/parisc/include/asm/bitops.h:13, from /kisskb/src/include/linux/bitops.h:18, from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:9, from /kisskb/src/drivers/scsi/scsi_debug.c:23: /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_start_stop': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) /kisskb/src/arch/parisc/include/asm/atomic.h:78:30: note: in expansion of macro 'xchg' #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:1624:2: note: in expansion of macro 'atomic_xchg' atomic_xchg(&devip->stopped, stop); ^~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_a500_defconfig_parisc64 # Build took: 0:01:23.315526