]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 26 Feb 2025 23:13:10 +0000 (15:13 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 26 Feb 2025 23:13:10 +0000 (15:13 -0800)
commit102c16a1f9a9d0ba3b166bf5ca399adf832b65a1
treeb931b9734bca7a841312d7087c7d7186c9ee0d87
parentf4ce1f3318ad4bc12463698696ebc36b145a6aa3
parentf27a95845b01e86d67c8b014b4f41bd3327daa63
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "Small ufs fixes and a core change to clear the command private area on
  every retry (which fixes a reported bug in virtio_scsi)"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: ufs: core: bsg: Fix crash when arpmb command fails
  scsi: ufs: core: Set default runtime/system PM levels before ufshcd_hba_init()
  scsi: core: Clear driver private data when retrying request
  scsi: ufs: core: Fix ufshcd_is_ufs_dev_busy() and ufshcd_eh_timed_out()