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>
Tue, 22 Nov 2016 21:48:05 +0000 (13:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Nov 2016 21:48:05 +0000 (13:48 -0800)
commitb66c08ba28aa1f81eb06a1127aa3936ff77e5e2c
tree0d88e197bdc4690faf6a155fd4ebbbffdc7f225a
parent57527ed10b3bc2abf50844f6995371fa9ac503df
parentd8188b10087cc78cd1e23c9b7525378da325626a
Merge tag 'scsi-fixes' of git://git./linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "Two small fixes.

  One prevents timeouts on mpt3sas when trying to use the secure erase
  protocol which causes the erase protocol to be aborted. The second is
  a regression in a prior fix which causes all commands to abort during
  PCI extended error recovery, which is incorrect because PCI EEH is
  independent from what's happening on the FC transport"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: qla2xxx: do not abort all commands in the adapter during EEH recovery
  scsi: mpt3sas: Fix secure erase premature termination