This is a set of minor fixes in various drivers (qla2xxx, ufs, scsi_debug, lpfc) one doc fix and a fairly large update to the fnic driver to remove the open coded iteration functions in favour of the scsi provided ones. The patch is available here: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-misc And the short changelog is: Anastasia Kovaleva (1): scsi: qla2xxx: Prevent PRLI in target mode Bikash Hazarika (1): scsi: qla2xxx: Add marginal path handling support Bodo Stroesser (1): scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found Can Guo (3): scsi: ufs: core: Narrow down fast path in system suspend path scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during system suspend scsi: ufs: core: Do not put UFS power into LPM if link is broken Douglas Gilbert (1): scsi: scsi_debug: Fix cmd_per_lun, set to max_queue Hannes Reinecke (2): scsi: fnic: Use scsi_host_busy_iter() to traverse commands scsi: fnic: Kill 'exclude_id' argument to fnic_cleanup_io() James Smart (3): scsi: lpfc: Fix bad memory access during VPD DUMP mailbox command scsi: lpfc: Fix DMA virtual address ptr assignment in bsg scsi: lpfc: Fix illegal memory access on Abort IOCBs Keoseong Park (1): scsi: ufs: core: Fix a typo in ufs-sysfs.c Ming Lei (1): scsi: blk-mq: Fix build warning when making htmldocs with the diffstat: drivers/scsi/fnic/fnic_scsi.c | 828 +++++++++++++++++--------------------- drivers/scsi/lpfc/lpfc_bsg.c | 2 +- drivers/scsi/lpfc/lpfc_init.c | 12 +- drivers/scsi/lpfc/lpfc_sli.c | 26 +- drivers/scsi/qla2xxx/qla_init.c | 3 + drivers/scsi/qla2xxx/qla_os.c | 1 + drivers/scsi/scsi_debug.c | 24 +- drivers/scsi/ufs/ufs-sysfs.c | 12 +- drivers/scsi/ufs/ufshcd.c | 7 +- drivers/target/target_core_user.c | 4 +- include/linux/blk-mq.h | 8 +- 11 files changed, 438 insertions(+), 489 deletions(-) James