Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 Jan 2023 01:42:53 +0000 (17:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 Jan 2023 01:42:53 +0000 (17:42 -0800)
commit02db81a787e304e5afaa31dc66522d39d3f89f1a
treeed57f567e800075713df490ffb1b7f0c2e3810ae
parentfb6e71db53f3d4351dada7c130fb652eecf994d6
parent0bfe63d075789456e9589457b29d6f9c279e3252
Merge tag 'scsi-fixes' of git://git./linux/kernel/git/jejb/scsi

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

  The biggest are the UFS devfreq fixes which address a lock inversion
  and the two iscsi_tcp fixes which try to prevent a use after free from
  userspace still accessing an area which the kernel has released (seen
  by KASAN)"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: device_handler: alua: Remove a might_sleep() annotation
  scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress
  scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress
  scsi: ufs: core: Fix devfreq deadlocks
  scsi: hpsa: Fix allocation size for scsi_host_alloc()
  scsi: target: core: Fix warning on RT kernels