OSDN Git Service

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)
commitb98b809c0a1311239605e8d2ce1583191d3efd5b
tree583fd17a9c458cb52922ed089667150d08d7386e
parent5b442b1a4e9a19def99309b9831e276c21352ac1
parent807b9515b7d044cf77df31f1af9d842a76ecd5cb
Merge tag 'scsi-fixes' of git://git./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()"