]> git.itanic.dy.fi Git - linux-stable/commitdiff
Merge tag 'nvme-6.6-2023-10-18' of git://git.infradead.org/nvme into block-6.6
authorJens Axboe <axboe@kernel.dk>
Wed, 18 Oct 2023 21:32:51 +0000 (15:32 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 Oct 2023 21:32:51 +0000 (15:32 -0600)
Pull NVMe fixes from Keith:

"nvme fixes for Linux 6.6

 - nvme-rdma queue fix (Maurizio)
 - nvmet-auth double free fix (Maurizio)
 - nvme-tcp use-after-free fix (Sagi)
 - nvme-auth data direction fix (Martin)
 - nvme passthrough metadata sanitization (Keith)
 - nvme bogus identifiers for multi-controller ssd (Keith)"

* tag 'nvme-6.6-2023-10-18' of git://git.infradead.org/nvme:
  nvme-pci: add BOGUS_NID for Intel 0a54 device
  nvmet-auth: complete a request only after freeing the dhchap pointers
  nvme: sanitize metadata bounce buffer for reads
  nvme-auth: use chap->s2 to indicate bidirectional authentication
  nvmet-tcp: Fix a possible UAF in queue intialization setup
  nvme-rdma: do not try to stop unallocated queues


Trivial merge