This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7503345ac5f5 Merge tag 'block-6.13-20241207' of git://git.kernel.dk/linux new c064de86d2a3 scsi: qla1280: Fix hw revision numbering for ISP1020/1040 new e953835c1d41 scsi: message: fusion: Constify struct pci_device_id new 52172a352c97 scsi: bfa: Remove unused structure builders new 575143abcbbc scsi: bfa: Remove unused parsers new 5fe4e16fdbb8 scsi: ufs: Switch back to struct platform_driver::remove() new 2c354d12307e scsi: lpfc: Fix spelling errors 'asynchronously' new 50740f4dc78b scsi: megaraid_sas: Fix for a potential deadlock new 5cd3167a5ebb scsi: target: tcmu: Constify some structures new 60b4dd1460f6 scsi: ufs: core: Add ufshcd_send_bsg_uic_cmd() for UFS BSG new 1695c4361d35 scsi: ufs: core: Cancel RTC work during ufshcd_remove() new 64506b3d23a3 scsi: ufs: qcom: Only free platform MSIs when ESI is enabled new d3326e6a3f9b scsi: ufs: pltfrm: Disable runtime PM during removal of gl [...] new 1745dcdb7227 scsi: ufs: pltfrm: Drop PM runtime reference count after u [...] new 897df60c16d5 scsi: ufs: pltfrm: Dellocate HBA during ufshcd_pltfrm_remove() new 019880c08d05 Merge patch series "scsi: ufs: Bug fixes for ufs core and [...] new e7d3b4079d01 Merge branch '6.13/scsi-queue' into 6.13/scsi-fixes new 3f5eb062e8aa scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set [...] new 6050471545ee scsi: mpt3sas: Update driver version to 51.100.00.00 new 367ac16e5ff2 scsi: mpi3mr: Synchronize access to ioctl data buffer new 711201a8b833 scsi: mpi3mr: Fix corrupt config pages PHY state is switch [...] new 0d32014f1e3e scsi: mpi3mr: Start controller indexing from 0 new fb6eb98f3965 scsi: mpi3mr: Handling of fault code for insufficient power new 0deb37c2f42a scsi: mpi3mr: Update driver version to 8.12.0.3.50 new c423263082ee scsi: qla2xxx: Fix abort in bsg timeout new 07c903db0a2f scsi: qla2xxx: Fix use after free on unload new 833c70e212fc scsi: qla2xxx: Remove check req_sg_cnt should be equal to [...] new 4812b7796c14 scsi: qla2xxx: Fix NVMe and NPIV connect issue new e4e268f898c8 scsi: qla2xxx: Supported speed displayed incorrectly for VPorts new 35002a8ec557 scsi: qla2xxx: Update version to 10.02.09.400-k new eb48e9fc0028 scsi: ufs: core: sysfs: Prevent div by zero new f10593ad9bc3 scsi: sg: Fix slab-use-after-free read in sg_release() new 7f45ed5f0cd5 scsi: ufs: core: Add missing post notify for power mode change new b1aee7f03461 scsi: storvsc: Do not flag MAINTENANCE_IN return of SRB_ST [...] new 6918141d815a scsi: scsi_debug: Fix hrtimer support for ndelay new c94cd0248ced Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new ca4b2c460743 fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIX new 6a832bc8bbb2 fs/smb/client: Implement new SMB3 POSIX type new 8cb0bc543635 fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse points new ddca50230915 smb3.1.1: fix posix mounts to older servers new c32b624fa4f7 smb: client: fix potential race in cifs_put_tcon() new 62b5a46999c7 Merge tag '6.13-rc1-smb3-client-fixes' of git://git.samba. [...]
The 41 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/mptfc.c | 2 +- drivers/message/fusion/mptsas.c | 2 +- drivers/message/fusion/mptspi.c | 2 +- drivers/scsi/bfa/bfa_fcbuild.c | 482 ------------------------------ drivers/scsi/bfa/bfa_fcbuild.h | 72 ----- drivers/scsi/lpfc/lpfc_nvme.c | 2 +- drivers/scsi/lpfc/lpfc_nvmet.c | 2 +- drivers/scsi/megaraid/megaraid_sas_base.c | 5 +- drivers/scsi/mpi3mr/mpi3mr.h | 13 +- drivers/scsi/mpi3mr/mpi3mr_app.c | 36 ++- drivers/scsi/mpi3mr/mpi3mr_fw.c | 121 ++++---- drivers/scsi/mpi3mr/mpi3mr_os.c | 2 +- drivers/scsi/mpt3sas/mpt3sas_base.c | 7 +- drivers/scsi/mpt3sas/mpt3sas_base.h | 8 +- drivers/scsi/qla1280.h | 12 +- drivers/scsi/qla2xxx/qla_attr.c | 1 + drivers/scsi/qla2xxx/qla_bsg.c | 124 ++++++-- drivers/scsi/qla2xxx/qla_mid.c | 1 + drivers/scsi/qla2xxx/qla_os.c | 15 +- drivers/scsi/qla2xxx/qla_version.h | 4 +- drivers/scsi/scsi_debug.c | 2 +- drivers/scsi/sg.c | 2 +- drivers/scsi/storvsc_drv.c | 7 +- drivers/target/target_core_user.c | 4 +- drivers/ufs/core/ufs-sysfs.c | 6 + drivers/ufs/core/ufs_bsg.c | 2 +- drivers/ufs/core/ufshcd-priv.h | 1 + drivers/ufs/core/ufshcd.c | 44 ++- drivers/ufs/host/cdns-pltfrm.c | 4 +- drivers/ufs/host/tc-dwc-g210-pltfrm.c | 5 +- drivers/ufs/host/ufs-exynos.c | 3 +- drivers/ufs/host/ufs-hisi.c | 4 +- drivers/ufs/host/ufs-mediatek.c | 5 +- drivers/ufs/host/ufs-qcom.c | 7 +- drivers/ufs/host/ufs-renesas.c | 4 +- drivers/ufs/host/ufs-sprd.c | 5 +- drivers/ufs/host/ufshcd-pltfrm.c | 16 + drivers/ufs/host/ufshcd-pltfrm.h | 1 + fs/smb/client/cifsproto.h | 1 + fs/smb/client/connect.c | 4 +- fs/smb/client/inode.c | 94 +++++- fs/smb/client/readdir.c | 54 ++-- fs/smb/client/reparse.c | 84 ++++-- fs/smb/client/smb2inode.c | 3 +- include/ufs/ufshcd.h | 10 +- 45 files changed, 478 insertions(+), 807 deletions(-)