Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Aug 2024 16:28:04 +0000 (09:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Aug 2024 16:28:04 +0000 (09:28 -0700)
commit04cc50c2f38b032a167b289f1b351a83dbcb853e
treeafb45a0ab33fc1b74b792cb2ab4028b3a3aa83eb
parent5189dafa4cf950e675f02ee04b577dfbbad0d9b1
parentf874d7210d882cb1c58a8e3da66f61cdc63cd4b4
Merge tag 'scsi-fixes' of git://git./linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "Two core fixes: one to prevent discard type changes (seen on iSCSI)
  during intermittent errors and the other is fixing a lockdep problem
  caused by the queue limits change.

  And one driver fix in ufs"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: sd: Keep the discard mode stable
  scsi: sd: Move sd_read_cpr() out of the q->limits_lock region
  scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logic