]> 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>
Fri, 31 Dec 2021 17:22:25 +0000 (09:22 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Dec 2021 17:22:25 +0000 (09:22 -0800)
commitce52c5581fa6d0b9498fc643fea0db42e17fd36b
tree3f1e662c9ace7392dc1090409de615d3b8b47647
parent3ffa6a884132e9b6098fa410e950f0bd1b8754d5
parent07be024931cecfcee23c0fc6339ea3b3fe374077
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "Three fixes, all in drivers. The lpfc one doesn't look exploitable,
  but nasty things could happen in string operations if mybuf ends up
  with an on stack unterminated string"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: vmw_pvscsi: Set residual data length conditionally
  scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()
  scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()