]> git.itanic.dy.fi Git - linux-stable/commit
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)
commitc3414550cb0d4dfad1816ee14ff1f44819d270db
tree795963f5631f4b63578544fb5a4e2db9ee6ed745
parent4eaf0932c69bdc56d2c2af30404f9c918b1f6295
parent5c3f4066462a5f6cac04d3dd81c9f551fabbc6c7
Merge tag 'nvme-6.6-2023-10-18' of git://git.infradead.org/nvme into block-6.6

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