]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0
authorJens Axboe <axboe@kernel.dk>
Wed, 4 Mar 2026 15:15:17 +0000 (08:15 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 4 Mar 2026 15:15:17 +0000 (08:15 -0700)
commitd90c470b0eca9d2d77a23a1cd7d6ac7fb02d7cb8
treef703ef08c3e89e2d5b8fd796e310257f3b30d906
parent8da8df43124128e0478beadb58faa9cab56a3f13
parentc3320153769f05fd7fe9d840cb555dd3080ae424
Merge tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme into block-7.0

Pull NVMe fixes from Keith:

"- Improve quirk visibility and configurability (Maurizio)
 - Fix runtime user modification to queue setup (Keith)
 - Fix multipath leak on try_module_get failure (Keith)
 - Ignore ambiguous spec definitions for better atomics support (John)
 - Fix admin queue leak on controller reset (Ming)
 - Fix large allocation in persistent reservation read keys (Sungwoo Kim)
 - Fix fcloop callback handling (Justin)
 - Securely free DHCHAP secrets (Daniel)
 - Various cleanups and typo fixes (John, Wilfred)"

* tag 'nvme-7.0-2026-03-04' of git://git.infradead.org/nvme:
  nvme: fix memory allocation in nvme_pr_read_keys()
  nvme-multipath: fix leak on try_module_get failure
  nvmet-fcloop: Check remoteport port_state before calling done callback
  nvme-pci: do not try to add queue maps at runtime
  nvme-pci: cap queue creation to used queues
  nvme-pci: ensure we're polling a polled queue
  nvme: fix memory leak in quirks_param_set()
  nvme: correct comment about nvme_ns_remove()
  nvme: stop setting namespace gendisk device driver data
  nvme: add support for dynamic quirk configuration via module parameter
  nvme: fix admin queue leak on controller reset
  nvme-fabrics: use kfree_sensitive() for DHCHAP secrets
  nvme: stop using AWUPF
  nvme: expose active quirks in sysfs
  nvme/host: fixup some typos
Documentation/admin-guide/kernel-parameters.txt
drivers/nvme/host/core.c
drivers/nvme/host/pci.c