]> www.infradead.org Git - nvme.git/commit
Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13
authorJens Axboe <axboe@kernel.dk>
Thu, 5 Dec 2024 17:14:36 +0000 (10:14 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 5 Dec 2024 17:14:36 +0000 (10:14 -0700)
commitd64fd5f77758d234daf16683e1d4305ffc6a05c5
tree0761db2334a08fb5020cc6f225eedad32b4d4e92
parent7678abee0867e6b7fb89aa40f6e9f575f755fb37
parentb4e12f5728ff963ca5590c48b85a20d076bf517d
Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13

Pull NVMe fixess from Keith:

"nvme fixes for Linux 6.13

 - Target fix using incorrect zero buffer (Nilay)
 - Device specifc deallocate quirk fixes (Christoph, Keith)
 - Fabrics fix for handling max command target bugs (Maurizio)
 - Cocci fix usage for kzalloc (Yu-Chen)
 - DMA size fix for host memory buffer feature (Christoph)
 - Fabrics queue cleanup fixes (Chunguang)"

* tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme:
  nvme-tcp: simplify nvme_tcp_teardown_io_queues()
  nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()
  nvme-rdma: unquiesce admin_q before destroy it
  nvme-tcp: fix the memleak while create new ctrl failed
  nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundary
  nvmet: replace kmalloc + memset with kzalloc for data allocation
  nvme-fabrics: handle zero MAXCMD without closing the connection
  nvme-pci: remove two deallocate zeroes quirks
  nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supported
  nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()
drivers/nvme/host/core.c