]> 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, 29 Jul 2013 01:09:34 +0000 (18:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 29 Jul 2013 01:09:34 +0000 (18:09 -0700)
commit6dc5d6ff3d5cd7ff398657e4b1ebef0e258b562b
tree7fd14e77967c9858ddb906686916156b506feae7
parent19995890457f7b2b8308f916deae83bb4b09ce9b
parent3baae91763284625c350bbd5f11f57837fcb6ff9
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "This is five bug fixes, two of which fix long standing problems
  causing crashes (sd and mvsas).  The remaining three are hung (isci
  race) or lost (qla2xxx, isci) devices"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  [SCSI] isci: fix breakage caused by >16byte CDB patch
  [SCSI] mvsas: Fix kernel panic on tile due to unaligned data access
  [SCSI] sd: fix crash when UA received on DIF enabled device
  [SCSI] qla2xxx: Properly set the tagging for commands.
  [SCSI] isci: Fix a race condition in the SSP task management path