]> 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>
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)
commitcd86029e64a9b83ad8f13cbab5e0ed65c9b4df3e
treee929f71aa3facf62d6540ece6f223a1f099e596f
parenteeaa438881170db6b1b043e3b44cf998a5b5d0b8
parent6932a617eda3e0862797a27010dc0bf8e826c939
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/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