]> www.infradead.org Git - linux.git/commit
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Oct 2024 19:52:19 +0000 (12:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Oct 2024 19:52:19 +0000 (12:52 -0700)
commit531643fcd98c8d045d72a05cb0aaf49e5a4bdf5c
tree8369a1ffa8718abfd6ef2154a005291642ec7052
parent06526daaff9058947293244d28a32280d9218d8e
parentfca6caeb4a61d240f031914413fcc69534f6dc03
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "Fixes all in drivers. The largest is the mpi3mr which corrects a phy
  count limit that should only apply to the controller but was being
  incorrectly applied to expander phys"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: target: core: Fix null-ptr-deref in target_alloc_device()
  scsi: mpi3mr: Validate SAS port assignments
  scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut down
  scsi: ufs: core: Requeue aborted request
  scsi: ufs: core: Fix the issue of ICU failure
drivers/scsi/mpi3mr/mpi3mr.h
drivers/target/target_core_device.c
drivers/ufs/core/ufs-mcq.c
drivers/ufs/core/ufshcd.c