]> 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)
commit041b15904f274bc129373a53435f0e09fb3cee5c
treee929f71aa3facf62d6540ece6f223a1f099e596f
parente99317b933f426b800392e444c5af4d42213012a
parenta4776f6e7374465c90cc13768dd3f787397f7ac0
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