]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 31 Oct 2020 19:21:04 +0000 (12:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 31 Oct 2020 19:21:04 +0000 (12:21 -0700)
commit93779ea1b1029f9b5413da39366791cd7e47b961
treea125f24d7902d8059da377074f8ae9b542e94e6a
parent5f8fef1dd6756a19d5edcb5003d542edea5f6dab
parent8e0ec08bcb26a4b1c8a4c7901d77c5437b7afce9
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "Four driver fixes and one core fix.

  The core fix closes a race window where we could kick off a second
  asynchronous scan because the test and set of the variable preventing
  it isn't atomic"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: hisi_sas: Stop using queue #0 always for v2 hw
  scsi: ibmvscsi: Fix potential race after loss of transport
  scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove()
  scsi: qla2xxx: Return EBUSY on fcport deletion
  scsi: core: Don't start concurrent async scan on same host