diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-01-31 21:12:03 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-01-31 21:12:03 +0300 |
commit | 6764c317b6bb91bd806ef79adf6d9c0e428b191e (patch) | |
tree | 07f18ae6b3ddac4ce806e05e74905168b6d51ca1 /MAINTAINERS | |
parent | 1bbb19b6eb1b8685ab1c268a401ea64380b8bbcb (diff) | |
parent | f4469f3858352ad1197434557150b1f7086762a0 (diff) | |
download | linux-6764c317b6bb91bd806ef79adf6d9c0e428b191e.tar.xz |
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/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()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c4828ab15f1a..61117c3afa80 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10283,7 +10283,7 @@ F: drivers/scsi/ibmvscsi/ibmvscsi* F: include/scsi/viosrp.h IBM Power Virtual SCSI Device Target Driver -M: Michael Cyr <mikecyr@linux.ibm.com> +M: Tyrel Datwyler <tyreld@linux.ibm.com> L: linux-scsi@vger.kernel.org L: target-devel@vger.kernel.org S: Supported |