Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley: "This is the final round of mostly small fixes in our initial submit. It's mostly minor fixes and driver updates. The only change of note is adding a virt_boundary_mask to the SCSI host and host template to parametrise this for NVMe devices instead of having them do a call in slave_alloc. It's a fairly straightforward conversion except in the two NVMe handling drivers that didn't set it who now have a virtual infinity parameter added" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (24 commits) scsi: megaraid_sas: set an unlimited max_segment_size scsi: mpt3sas: set an unlimited max_segment_size for SAS 3.0 HBAs scsi: IB/srp: set virt_boundary_mask in the scsi host scsi: IB/iser: set virt_boundary_mask in the scsi host scsi: storvsc: set virt_boundary_mask in the scsi host template scsi: ufshcd: set max_segment_size in the scsi host template scsi: core: take the DMA max mapping size into account scsi: core: add a host / host template field for the virt boundary scsi: core: Fix race on creating sense cache scsi: sd_zbc: Fix compilation warning scsi: libfc: fix null pointer dereference on a null lport scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitialized scsi: zfcp: fix request object use-after-free in send path causing wrong traces scsi: zfcp: fix request object use-after-free in send path causing seqno errors scsi: megaraid_sas: Update driver version to 07.710.50.00 scsi: megaraid_sas: Add module parameter for FW Async event logging scsi: megaraid_sas: Enable msix_load_balance for Invader and later controllers scsi: megaraid_sas: Fix calculation of target ID scsi: lpfc: reduce stack size with CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE scsi: devinfo: BLIST_TRY_VPD_PAGES for SanDisk Cruzer Blade ...
Showing
- drivers/infiniband/ulp/iser/iscsi_iser.c 7 additions, 28 deletionsdrivers/infiniband/ulp/iser/iscsi_iser.c
- drivers/infiniband/ulp/srp/ib_srp.c 3 additions, 15 deletionsdrivers/infiniband/ulp/srp/ib_srp.c
- drivers/s390/scsi/zfcp_erp.c 7 additions, 0 deletionsdrivers/s390/scsi/zfcp_erp.c
- drivers/s390/scsi/zfcp_fsf.c 48 additions, 7 deletionsdrivers/s390/scsi/zfcp_fsf.c
- drivers/scsi/hosts.c 3 additions, 0 deletionsdrivers/scsi/hosts.c
- drivers/scsi/libfc/fc_exch.c 1 addition, 1 deletiondrivers/scsi/libfc/fc_exch.c
- drivers/scsi/libsas/sas_scsi_host.c 0 additions, 1 deletiondrivers/scsi/libsas/sas_scsi_host.c
- drivers/scsi/lpfc/lpfc_debugfs.h 1 addition, 1 deletiondrivers/scsi/lpfc/lpfc_debugfs.h
- drivers/scsi/megaraid/megaraid_sas.h 2 additions, 2 deletionsdrivers/scsi/megaraid/megaraid_sas.h
- drivers/scsi/megaraid/megaraid_sas_base.c 25 additions, 6 deletionsdrivers/scsi/megaraid/megaraid_sas_base.c
- drivers/scsi/mpt3sas/mpt3sas_scsih.c 1 addition, 0 deletionsdrivers/scsi/mpt3sas/mpt3sas_scsih.c
- drivers/scsi/pm8001/pm8001_sas.c 5 additions, 1 deletiondrivers/scsi/pm8001/pm8001_sas.c
- drivers/scsi/pm8001/pm80xx_hwi.c 1 addition, 1 deletiondrivers/scsi/pm8001/pm80xx_hwi.c
- drivers/scsi/pm8001/pm80xx_hwi.h 2 additions, 0 deletionsdrivers/scsi/pm8001/pm80xx_hwi.h
- drivers/scsi/scsi_devinfo.c 2 additions, 0 deletionsdrivers/scsi/scsi_devinfo.c
- drivers/scsi/scsi_lib.c 8 additions, 5 deletionsdrivers/scsi/scsi_lib.c
- drivers/scsi/sd_zbc.c 1 addition, 1 deletiondrivers/scsi/sd_zbc.c
- drivers/scsi/storvsc_drv.c 2 additions, 3 deletionsdrivers/scsi/storvsc_drv.c
- drivers/scsi/ufs/ufshcd.c 1 addition, 2 deletionsdrivers/scsi/ufs/ufshcd.c
- include/scsi/scsi_host.h 3 additions, 0 deletionsinclude/scsi/scsi_host.h
Loading
Please register or sign in to comment