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)
commitfef7fd48922d11b22620e19f9c9101647bfe943d
treea52ac0393754164fbd56872359aab361e2f6e1aa
parentf95077acac6d3235735a41cc5f25a024777399dd
parentecb8c2580d37dbb641451049376d80c8afaa387f
Merge tag 'scsi-fixes' of git://git./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