]> 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>
Thu, 5 Feb 2015 19:17:15 +0000 (11:17 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Feb 2015 19:17:15 +0000 (11:17 -0800)
commit8c1d2b245afe6a4427020884951449659a318c58
tree441b1ea0fb6fdaff567259d89dfcb5efc8e2a7ad
parent702ebae08359c84a00c9856928974c05f9f588df
parent42fb784f7ccbaff4e45fee1009db89736fb1cebe
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "This patch set is fixing two serious problems which have turned up
  late in the release cycle.

  The first fixes a problem with 4k sector disks where the transfer
  length (amount of data sent to the disk) was getting increased every
  time the disk was revalidated leading to potential for overflows.

  The other is a regression oops fix for some of our last merge window
  code"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  sd: Fix max transfer length for 4k disks
  scsi: fix device handler detach oops