Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 Aug 2015 03:46:22 +0000 (20:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 24 Aug 2015 03:46:22 +0000 (20:46 -0700)
commitd683477020be2036d6c2d7d2cd3ffac4f2acbd6c
treee929f71aa3facf62d6540ece6f223a1f099e596f
parenteb63b34bdfbdd70a734c2a90d89117c5c6c605c2
parent49718f0fb8c9af192b33d8af3a2826db04025371
Merge tag 'scsi-fixes' of git://git./linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "A couple of major (hang and deadlock) fixes with fortunately fairly
  rare triggering conditions.  The PM oops is only really triggered by
  people using enclosure services (rare) and the fnic driver is mostly
  used in enterprise environments"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  SCSI: Fix NULL pointer dereference in runtime PM
  fnic: Use the local variable instead of I/O flag to acquire io_req_lock in fnic_queuecommand() to avoid deadloack