Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Sep 2017 03:09:55 +0000 (17:09 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Sep 2017 03:09:55 +0000 (17:09 -1000)
commit820bf5c419e4b85298e5c3001bd1b5be46d60765
tree2f7321d28c194871b38f7e90fa68a46ae2df5ab1
parentb8350cd00407a121e10727d9591026d6194714b7
parent3e0097499839e0fe3af380410eababe5a47c4cf9
Merge tag 'scsi-fixes' of git://git./linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "This is a set of five small fixes: one is a null deref fix which is
  pretty critical for the fc transport class and one fixes a potential
  security issue of sg leaking kernel information"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLE
  scsi: sg: factor out sg_fill_request_table()
  scsi: sd: Remove unnecessary condition in sd_read_block_limits()
  scsi: acornscsi: fix build error
  scsi: scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeout