Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Jun 2023 17:52:24 +0000 (13:52 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Jun 2023 17:52:24 +0000 (13:52 -0400)
commite5282a7d8f6b604f2bb6a06457734b8cf1e2f8f2
treee7538e9e3bbe1f1cde34ba5bfc8214e635d3d972
parentd1b65edf4d1e6506349196a2f665185eeca2a114
parent6d074ce231772c66e648a61f6bd2245e7129d1f5
Merge tag 'scsi-fixes' of git://git./linux/kernel/git/jejb/scsi

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

  The most extensive is the target change to fix the hang in the login
  code, which involves changing timers from per login to per connection"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: stex: Fix gcc 13 warnings
  scsi: qla2xxx: Fix NULL pointer dereference in target mode
  scsi: target: iscsi: Prevent login threads from racing between each other
  scsi: target: iscsi: Remove unused transport_timer
  scsi: target: iscsi: Fix hang in the iSCSI login code