Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2026 15:03:31 +0000 (08:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Aug 2026 15:03:31 +0000 (08:03 -0700)
commit3d6d817622b0a9721e3cc404df3469171582be13
tree8a171c5e234e3c8232d6d35fb6b1a7144658af19
parentf5bbbfec59b4e2fb7520a91de3df8a6174325d6a
parentc4f6916a99cf105c3ff340b6210fcbba3fa66b35
Merge tag 'scsi-fixes' of git://git./linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "Two minor core fixes: one for power management issues in error
  handling and the other to fix a deadlock in door locking of SCSI
  devices with removable media; and a minor bug fix for the debug
  driver"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: scsi_debug: Negate wrapped memcmp() result
  scsi: core: Do not block on tag allocation in scsi_eh_lock_door()
  scsi: core: pair EH runtime PM get and put