[GIT PULL] SCSI fixes for 7.1-rc5+
From: James Bottomley
Date: Sun May 31 2026 - 11:35:57 EST
Sorry for the late pull request, I got roped into doing stuff on Saturday.
The following changes since commit b71cb088b2e3427924a470fc43e7aedb8a40d2e3:
scsi: target: tcm_loop: Fix NULL ptr dereference (2026-05-14 22:21:01 -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 85db7391310b1304d2dc8ae3b0b12105a9567147:
scsi: target: iscsi: Validate CHAP_R length before base64 decode (2026-05-22 23:06:00 -0400)
----------------------------------------------------------------
Two core changes, the only one of significance being the change to kick queues
in SDEV_CANCEL which had a small window for stuck requests. The major driver
fixes are the one to the FC transport class to widen the FPIN counter to
counter a theoretical (and privileged) fabric traffic injection attack and the
other is an iscsi fix where a malicious target could trick the kernel into an
output buffer overrun. Both the driver fixes were AI assisted.
----------------------------------------------------------------
Alexander Perlis (1):
scsi: devinfo: Add BLIST_NO_RSOC for Promise VTrak E310f
Alexandru Hossu (1):
scsi: target: iscsi: Validate CHAP_R length before base64 decode
David Jeffery (1):
scsi: core: Run queues for all non-SDEV_DEL devices from scsi_run_host_queues
Ewan D. Milne (1):
scsi: scsi_debug: Add missing newline in scsi_debug_device_reset()
Michael Bommarito (4):
scsi: scsi_transport_fc: Widen FPIN pname walker counter to u32
scsi: fcoe: Reject FIP descriptors with zero fip_dlen in CVL walker
scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd()
scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf
Milan P. Gandhi (1):
scsi: megaraid_sas: Fix NULL pointer dereference on firmware duplicate completion
drivers/scsi/fcoe/fcoe_ctlr.c | 2 +-
drivers/scsi/megaraid/megaraid_sas_fusion.c | 9 +++
drivers/scsi/scsi_debug.c | 2 +-
drivers/scsi/scsi_devinfo.c | 1 +
drivers/scsi/scsi_lib.c | 27 ++++++++-
drivers/scsi/scsi_transport_fc.c | 77 ++++++++++++++------------
drivers/target/iscsi/iscsi_target.c | 5 +-
drivers/target/iscsi/iscsi_target_auth.c | 19 ++++++-
drivers/target/iscsi/iscsi_target_nego.c | 7 ++-
drivers/target/iscsi/iscsi_target_parameters.c | 62 ++++++++++++++++-----
drivers/target/iscsi/iscsi_target_parameters.h | 2 +-
11 files changed, 155 insertions(+), 58 deletions(-)
Regards,
James