Final round of fixes that came in too late to send in the first request. It's 9 bug fixes and one version update (because of a bug fix) and one set of PCI ID additions. There's one bug fix in the core which is really a one liner (except that an additional sdev pointer was added for convenience) and the rest are in drivers. If you're still on a no power trip, these can also wait until -rc1. As requested, I did a longer extension of my gpg keys, so my key needs refreshing, before you pull, to fix the expiry date. You can get my updates via DANE using: gpg --auto-key-locate dane --recv D5606E73C8B46271BEAD9ADF814AE47C214854D6 The patch is available here: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-misc The short changelog is: Bart Van Assche (2): scsi: ufs: core: Remove the ufshcd_hba_exit() call from ufshcd_async_scan() scsi: ufs: core: Simplify power management during async scan ChanWoo Lee (1): scsi: ufs: qcom: Remove unnecessary goto statement from ufs_qcom_config_esi() Dan Carpenter (1): scsi: fnic: unlock on error path in fnic_queuecommand() David Strahan (1): scsi: smartpqi: Add new controller PCI IDs Dmitry Bogdanov (1): scsi: target: core: Add TMF to tmr_list handling Don Brace (1): scsi: smartpqi: Bump driver version to 2.1.26-030 Harshit Mogalapalli (1): scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode() Mahesh Rajashekhara (1): scsi: smartpqi: Fix logical volume rescan race condition Niklas Cassel (1): scsi: core: Kick the requeue list after inserting when flushing Randy Dunlap (1): scsi: mpi3mr: Fix mpi3mr_fw.c kernel-doc warnings And the diffstat drivers/scsi/fcoe/fcoe_sysfs.c | 6 ++- drivers/scsi/fnic/fnic_scsi.c | 1 + drivers/scsi/mpi3mr/mpi3mr_fw.c | 6 +-- drivers/scsi/scsi_error.c | 9 ++-- drivers/scsi/smartpqi/smartpqi.h | 1 - drivers/scsi/smartpqi/smartpqi_init.c | 89 ++++++++++++++++++++++++++++++---- drivers/target/target_core_device.c | 5 -- drivers/target/target_core_transport.c | 4 ++ drivers/ufs/core/ufshcd.c | 14 ++---- drivers/ufs/host/ufs-qcom.c | 7 +-- 10 files changed, 103 insertions(+), 39 deletions(-) James