]> 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, 22 Feb 2020 19:00:52 +0000 (11:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Feb 2020 19:00:52 +0000 (11:00 -0800)
commit9bd0371ee3316e4b956f16d3cb4f4b7de9f1a5f7
tree583fd17a9c458cb52922ed089667150d08d7386e
parent2a918d35384e865359532a75faf57640ceaec7c2
parent53301194be56cf1b8dd54e607b623da312ce8b2a
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "Four non-core fixes.

  Two are reverts of target fixes which turned out to have unwanted side
  effects, one is a revert of an RDMA fix with the same problem and the
  final one fixes an incorrect warning about memory allocation failures
  in megaraid_sas (the driver actually reduces the allocation size until
  it succeeds)"

Signed-off-by: James E.J. Bottomley <jejb@linux.ibm.com>
* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a session"
  scsi: Revert "RDMA/isert: Fix a recently introduced regression related to logout"
  scsi: megaraid_sas: silence a warning
  scsi: Revert "target/core: Inline transport_lun_remove_cmd()"