This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f1b45d8ccb98 Merge tag 'block-5.18-2022-04-08' of git://git.kernel.dk/l [...] new 87d663d40801 scsi: mpt3sas: Fix use after free in _scsih_expander_node_ [...] new ebfe3e0c5e80 scsi: libiscsi: Remove unnecessary memset() in iscsi_conn_setup() new a6968f7a367f scsi: target: tcmu: Fix possible page UAF new 35ed9613d83f scsi: lpfc: Improve PCI EEH Error and Recovery Handling new a4691038b407 scsi: lpfc: Fix unload hang after back to back PCI EEH faults new df0101197c4d scsi: lpfc: Fix queue failures when recovering from PCI pa [...] new 4f3beb36b1e4 scsi: lpfc: Update lpfc version to 14.2.0.1 new 7294a9bcaa7e scsi: lpfc: Fix broken SLI4 abort path new c26bd6602e1d scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup() new 8ee15ea779c3 scsi: ufs: core: Remove unused field in struct ufs_hba new f06aa52cb272 scsi: core: scsi_logging: Fix a BUG new f16aa285e618 scsi: pmcraid: Remove the PMCRAID_PASSTHROUGH_IOCTL ioctl [...] new bc5519c18a32 scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handling new 0bade8e53279 scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024 new 63221571ef77 scsi: aha152x: Stop using struct scsi_pointer new eaba83b5b850 scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map() new fac952bb546a scsi: isci: Fix spelling mistake "doesnt" -> "doesn't" new 41b8c2a31472 scsi: virtio-scsi: Eliminate anonymous module_init & module_exit new 066f4c31945c scsi: hisi_sas: Remove stray fallthrough annotation new 99241e119f4a scsi: core: sysfs: Remove comments that conflict with the [...] new 5ca0faf9c292 scsi: ufs: qcom: Drop custom Android boot parameters new 37a9bd7090cd scsi: aic7xxx: Use standard PCI subsystem, subdevice defines new 16ed828b872d scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() new 7ff897b2a595 scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch" new a6b758b0420b scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch" new 5f3ecd744765 Merge branch '5.18/scsi-queue' into 5.18/scsi-fixes new 6a0d0ae3e8b5 scsi: scsi_debug: Fix sdebug_blk_mq_poll() in_use_bm bitmap use new 6eaa77144b90 scsi: mpt3sas: Fix mpt3sas_check_same_4gb_region() kdoc comment new 4049f7acef3e scsi: ufs: ufs-pci: Add support for Intel MTL new 75f5a0c4744c scsi: sym53c500_cs: Stop using struct scsi_pointer new f61eb1216c95 scsi: mpt3sas: Fail reset operation if config request timed out new 1700714b1ff2 scsi: sd: sd_read_cpr() requires VPD pages new 5f2bce1e2220 scsi: mvsas: Add PCI ID of RocketRaid 2640 new 61144d83376a scsi: message: fusion: Remove redundant variable dmp new 03252259e18e scsi: sd: Clean up gendisk if device_add_disk() failed new bfb7789bcbd9 scsi: ufs: ufshpb: Fix a NULL check on list iterator new 56495f295d8e scsi: megaraid_sas: Target with invalid LUN ID is deleted [...] new e1f700ebd6be Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 38 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/message/fusion/mptbase.c | 4 +- drivers/scsi/aha152x.c | 235 +++++++------- drivers/scsi/aic7xxx/aic79xx_osm.h | 2 - drivers/scsi/aic7xxx/aic79xx_pci.c | 6 +- drivers/scsi/aic7xxx/aic7xxx_osm.h | 2 - drivers/scsi/aic7xxx/aic7xxx_pci.c | 4 +- drivers/scsi/bnx2fc/bnx2fc_hwi.c | 6 +- drivers/scsi/bnx2i/bnx2i_hwi.c | 4 +- drivers/scsi/hisi_sas/hisi_sas_main.c | 1 - drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 2 +- drivers/scsi/isci/host.c | 6 +- drivers/scsi/libiscsi.c | 1 - drivers/scsi/lpfc/lpfc.h | 7 +- drivers/scsi/lpfc/lpfc_crtn.h | 3 + drivers/scsi/lpfc/lpfc_hbadisc.c | 120 ++++++-- drivers/scsi/lpfc/lpfc_init.c | 88 ++++-- drivers/scsi/lpfc/lpfc_nvme.c | 27 +- drivers/scsi/lpfc/lpfc_scsi.c | 12 +- drivers/scsi/lpfc/lpfc_sli.c | 75 +++-- drivers/scsi/lpfc/lpfc_version.h | 2 +- drivers/scsi/megaraid/megaraid_sas.h | 3 + drivers/scsi/megaraid/megaraid_sas_base.c | 7 + drivers/scsi/mpt3sas/mpt3sas_base.c | 3 +- drivers/scsi/mpt3sas/mpt3sas_config.c | 9 +- drivers/scsi/mpt3sas/mpt3sas_scsih.c | 5 +- drivers/scsi/mvsas/mv_init.c | 1 + drivers/scsi/pcmcia/sym53c500_cs.c | 52 ++-- drivers/scsi/pmcraid.c | 491 ------------------------------ drivers/scsi/pmcraid.h | 33 -- drivers/scsi/scsi_debug.c | 8 +- drivers/scsi/scsi_logging.c | 2 +- drivers/scsi/scsi_scan.c | 5 + drivers/scsi/scsi_sysfs.c | 4 - drivers/scsi/sd.c | 3 +- drivers/scsi/sr.c | 2 +- drivers/scsi/ufs/ufs-qcom.c | 15 - drivers/scsi/ufs/ufshcd-pci.c | 17 ++ drivers/scsi/ufs/ufshcd.h | 2 - drivers/scsi/ufs/ufshpb.c | 11 +- drivers/scsi/virtio_scsi.c | 8 +- drivers/scsi/zorro7xx.c | 2 + drivers/target/target_core_user.c | 3 +- 42 files changed, 467 insertions(+), 826 deletions(-)