]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Feb 2019 21:36:43 +0000 (13:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Feb 2019 21:36:43 +0000 (13:36 -0800)
commit5ded5871030eb75017639148da0a58931dfbfc25
tree70af5c9230924fa516e459ebbf53aa30d2aa1a7d
parent24f0a48743a256bdec1bcb80708bc309da4aa261
parent388a49959ee4e4e99f160241d9599efa62cd4299
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "Two fairly small fixes: the qla one is a panic inducing use after free
  and the entropy fix may seem minor but it has had huge userspace
  impact thanks to an unrelated change in openssl that causes sshd to
  refuse logins until it has enough entropy for the session keys, which
  causes tens of minutes delay before the affected systems allow logins
  after reboot"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: qla2xxx: Fix panic from use after free in qla2x00_async_tm_cmd
  scsi: sd: fix entropy gathering for most rotational disks
drivers/scsi/qla2xxx/qla_init.c