[GIT PULL] SCSI fixes for 7.1-rc4+
From: James Bottomley
Date: Fri May 22 2026 - 13:04:35 EST
The following changes since commit 98f69975d4c0434ca2e6e8cfa1d8d51647a20593:
Merge branch '7.1/scsi-queue' into 7.1/scsi-fixes (2026-04-26 21:15:04 -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 b71cb088b2e3427924a470fc43e7aedb8a40d2e3:
scsi: target: tcm_loop: Fix NULL ptr dereference (2026-05-14 22:21:01 -0400)
----------------------------------------------------------------
Small fixes, two in drivers and the remaining a sign conversion probem in sd
with no user visible consequences (non-zero is error).
----------------------------------------------------------------
Guixin Liu (1):
scsi: target: tcm_loop: Fix NULL ptr dereference
Michael Bommarito (1):
scsi: isci: Fix use-after-free in device removal path
Mike Christie (1):
scsi: sd: Fix return code handling in sd_spinup_disk()
drivers/scsi/isci/host.c | 3 +++
drivers/scsi/sd.c | 3 +--
drivers/target/loopback/tcm_loop.c | 12 ++++++++++--
3 files changed, 14 insertions(+), 4 deletions(-)
Regards,
James