]> git.baikalelectronics.ru Git - kernel.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, 12 Nov 2022 17:27:15 +0000 (09:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 12 Nov 2022 17:27:15 +0000 (09:27 -0800)
commit040ee9d121edf226436c77ec891d675299ccd7da
treea52ac0393754164fbd56872359aab361e2f6e1aa
parentd6b07741c549f3986e638aaa18e75dc1b823e703
parent676f3c5a5b8814dce3088b0d8b5d36e420e303dc
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "Three small fixes, all in drivers.

  The sas one is in an unlikely error leg, the debug one is to make it
  more standards conformant and the ibmvfc one is to fix a user visible
  bug where a failover could lose all paths to the device"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBC
  scsi: scsi_transport_sas: Fix error handling in sas_phy_add()
  scsi: ibmvfc: Avoid path failures during live migration