Commit 0e6582a51610 for kernel
commit 0e6582a51610ee1efb1a3acae96d2960490b6f4b
Merge: 59825bc9ce06 b71cb088b2e3
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Fri May 22 16:08:06 2026 -0700
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley:
"Small fixes, two in drivers and the remaining a sign conversion probem
in sd with no user visible consequences (non-zero is error)"
* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
scsi: target: tcm_loop: Fix NULL ptr dereference
scsi: isci: Fix use-after-free in device removal path
scsi: sd: Fix return code handling in sd_spinup_disk()