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)
commit14365ea2b868c96e18da73a3f454c7bcdb0627c5
tree441b1ea0fb6fdaff567259d89dfcb5efc8e2a7ad
parent42345d63fd7f46e86ab7ecf90754e7e35213cd1d
parent3a9794d32984b67a6d8992226918618f0e51e5d5
Merge tag 'scsi-fixes' of git://git./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