Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Jan 2024 18:12:03 +0000 (10:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Jan 2024 18:12:03 +0000 (10:12 -0800)
commit6764c317b6bb91bd806ef79adf6d9c0e428b191e
tree07f18ae6b3ddac4ce806e05e74905168b6d51ca1
parent1bbb19b6eb1b8685ab1c268a401ea64380b8bbcb
parentf4469f3858352ad1197434557150b1f7086762a0
Merge tag 'scsi-fixes' of git://git./linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "Six small fixes. Five are obvious and in drivers. The last one is a
  core fix to remove the host lock acquisition and release, caused by a
  dynamic check of host_busy, in the error handling loop which has been
  reported to cause lockups"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: storvsc: Fix ring buffer size calculation
  scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler
  scsi: MAINTAINERS: Update ibmvscsi_tgt maintainer
  scsi: initio: Remove redundant variable 'rb'
  scsi: virtio_scsi: Remove duplicate check if queue is broken
  scsi: isci: Fix an error code problem in isci_io_request_build()
MAINTAINERS