[GIT PULL] SCSI fixes for 7.2-rc5+

From: James Bottomley

Date: Sun Aug 02 2026 - 08:52:45 EST


The following changes since commit
e166bafc483e927150cb9b5f286c9191ea0df84e:

scsi: hpsa: Fix DMA mapping leak on IOACCEL2 reset path (2026-07-12
22:21:22 -0400)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git/
tags/scsi-fixes

for you to fetch changes up to
0279fd451a9971c0d5b959fc59f3e11b55e1694e:

scsi: ufs: core: Initialize hba->rpmbs list in ufshcd (2026-07-28
22:26:51 -0400)

----------------------------------------------------------------
SCSI fixes on 20260802

No core changes. The largest driver fix is the reversion of threaded
interrupt handlers in UFS and the next is the resume deadlock fix in
hisi_sas which extends into libsas.

Sorry for the last minute pull request. This time I managed to spill
soup in my laptop on a business trip and fried the motherboard, so I've
only just got back home to a desktop.
----------------------------------------------------------------
Ao Sun (1):
scsi: ufs: core: Initialize hba->rpmbs list in ufshcd

Bart Van Assche (1):
scsi: ufs: core: Revert "Delegate the interrupt service routine to a threaded IRQ handler"

Benjamin Block (1):
scsi: zfcp: Fix memory leak during adapter release by destroying gid_pn_req

Chandrakanth Patil (1):
scsi: mpi3mr: Fix potential deadlock in mpi3mr_fault_uevent_emit

Guangshuo Li (1):
scsi: ufs: core: Cancel RTC work in active-active suspend

HyeongJun An (2):
scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer
scsi: libiscsi_tcp: Bound SCSI Response data segment to the connection buffer

Ibrahim Hashimov (1):
scsi: scsi_debug: Fix REPORT ZONES alloc_len underflow OOB write

Leon Romanovsky (1):
scsi: target: Clear cmd_cnt when initial counter enrollment fails

Shawn Guo (1):
scsi: ufs: dt-bindings: Add missing mcq reg for qcom,sa8255p-ufshc

TanZheng (1):
scsi: target: iblock: Fix wrong PR ops NULL check for PREEMPT/RELEASE

Xingui Yang (1):
scsi: libsas: Fix HA resume deadlock and hisi_sas disk-wake race

.../bindings/ufs/qcom,sa8255p-ufshc.yaml | 9 ++++-
drivers/s390/scsi/zfcp_aux.c | 1 +
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 10 +----
drivers/scsi/libiscsi.c | 2 +-
drivers/scsi/libiscsi_tcp.c | 8 +---
drivers/scsi/libsas/sas_init.c | 37 +++++++++--------
drivers/scsi/mpi3mr/mpi3mr_fw.c | 9 ++++-
drivers/scsi/scsi_debug.c | 8 +++-
drivers/target/target_core_iblock.c | 6 +--
drivers/target/target_core_transport.c | 12 +++++-
drivers/ufs/core/ufs-rpmb.c | 2 -
drivers/ufs/core/ufshcd.c | 46 ++++------------------
include/scsi/libsas.h | 1 -
13 files changed, 64 insertions(+), 87 deletions(-)