This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f6f360aef0e7 Merge tag 'io_uring-5.15-2021-09-25' of git://git.kernel.d [...] new 6a2ea0d34af1 scsi: st: Add missing break in switch statement in st_ioctl() new 96fafe7c6523 scsi: elx: efct: Fix void-pointer-to-enum-cast warning for [...] new 59936430e6a6 scsi: lpfc: Fix CPU to/from endian warnings introduced by [...] new 37e384095f20 scsi: lpfc: Fix compilation errors on kernels with no CONF [...] new 5d1e15108b8d scsi: lpfc: Remove unneeded variable new 65ef27f7798b scsi: ufs: ufshpb: Remove unused parameters new 4e2855082925 scsi: iscsi: Adjust iface sysfs attr detection new e4953a93104c scsi: mpt3sas: Call cpu_relax() before calling udelay() new 265dfe8ebbab scsi: sd: Free scsi_disk device via put_device() new 7215e909814f scsi: sd_zbc: Ensure buffer size is aligned to SECTOR_SIZE new ef7ae7f746e9 scsi: target: Fix the pgr/alua_support_store functions new 450907424d9e scsi: elx: efct: Do not hold lock while calling fc_vport_t [...] new 1f97c29beee7 scsi: ncr53c8xx: Remove unused retrieve_from_waiting_list( [...] new 17dfd54d391e scsi: megaraid: Fix Coccinelle warning new fc13fc074909 scsi: Remove SCSI CDROM MAINTAINERS entry new e699a4e1d373 scsi: sr: Fix spelling mistake "does'nt" -> "doesn't" new 655a68b2203e scsi: megaraid: Clean up some inconsistent indenting new 04c260bdaeed scsi: mpt3sas: Clean up some inconsistent indenting new 1cbc9ad3eecd scsi: ufs: ufs-pci: Fix Intel LKF link stability new 4521428c4811 scsi: sd: Make sd_spinup_disk() less noisy new 1a0db7744e45 scsi: bsg: Fix device unregistration new 88b099006d83 scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and U [...] new 1d479e6c9cb2 scsi: sd_zbc: Support disks with more than 2**32 logical blocks new d04a968c3368 scsi: ufs: core: Unbreak the reset handler new 5f8579038842 scsi: qla2xxx: Restore initiator in dual mode new bc41fcbffd57 scsi: fas216: Kill scmd->tag new 756fb6a895af scsi: acornscsi: Remove tagged queuing vestiges new a4869faf9642 scsi: core: Remove 'current_tag' new cdbc16c552f2 scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn() new 6dacc371b77f scsi: lpfc: Use correct scnprintf() limit new a38923f2d088 scsi: lpfc: Fix gcc -Wstringop-overread warning, again new 9a8ef2c73c72 scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT" new fbdac19e6428 scsi: ses: Retry failed Send/Receive Diagnostic commands new bb19237bf6eb Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 34 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: MAINTAINERS | 7 -- block/bsg.c | 23 +++--- drivers/scsi/arm/Kconfig | 11 --- drivers/scsi/arm/acornscsi.c | 103 ++++++-------------------- drivers/scsi/arm/fas216.c | 31 +++----- drivers/scsi/arm/queue.c | 2 +- drivers/scsi/elx/efct/efct_lio.c | 4 +- drivers/scsi/elx/libefc/efc_device.c | 7 +- drivers/scsi/elx/libefc/efc_fabric.c | 3 +- drivers/scsi/lpfc/lpfc_attr.c | 10 ++- drivers/scsi/lpfc/lpfc_els.c | 10 +-- drivers/scsi/lpfc/lpfc_hw4.h | 2 +- drivers/scsi/lpfc/lpfc_init.c | 20 +++--- drivers/scsi/lpfc/lpfc_nvme.c | 2 - drivers/scsi/lpfc/lpfc_scsi.c | 9 +-- drivers/scsi/lpfc/lpfc_sli.c | 5 +- drivers/scsi/megaraid/megaraid_sas_base.c | 7 +- drivers/scsi/mpt3sas/mpt3sas_base.c | 4 +- drivers/scsi/mpt3sas/mpt3sas_ctl.c | 2 +- drivers/scsi/mpt3sas/mpt3sas_scsih.c | 3 +- drivers/scsi/ncr53c8xx.c | 23 ------ drivers/scsi/qla2xxx/qla_init.c | 3 +- drivers/scsi/scsi_transport_iscsi.c | 8 +-- drivers/scsi/sd.c | 14 ++-- drivers/scsi/sd_zbc.c | 8 +-- drivers/scsi/ses.c | 22 ++++-- drivers/scsi/sr_ioctl.c | 2 +- drivers/scsi/st.c | 1 + drivers/scsi/ufs/ufshcd-pci.c | 78 ++++++++++++++++++++ drivers/scsi/ufs/ufshcd.c | 116 +++++++++++++++--------------- drivers/scsi/ufs/ufshcd.h | 5 ++ drivers/scsi/ufs/ufshpb.c | 8 +-- drivers/target/target_core_configfs.c | 32 +++++---- drivers/target/target_core_pr.c | 2 +- include/scsi/scsi_device.h | 1 - 35 files changed, 288 insertions(+), 300 deletions(-)