[GIT PULL] nvme fixes for Linux 7.0

Keith Busch kbusch at kernel.org
Wed Mar 4 07:10:37 PST 2026


The following changes since commit 91e1c1bcf0f2376f40ac859cf17d0a64a605e662:

  block, nvme: remove unused dma_iova_state function parameter (2026-01-13 07:23:39 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-7.0-2026-03-04

for you to fetch changes up to c3320153769f05fd7fe9d840cb555dd3080ae424:

  nvme: fix memory allocation in nvme_pr_read_keys() (2026-03-04 06:53:41 -0800)

----------------------------------------------------------------
nvme fixes for Linux 7.0

 - 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)

----------------------------------------------------------------
Daniel Hodges (1):
      nvme-fabrics: use kfree_sensitive() for DHCHAP secrets

John Garry (3):
      nvme: stop using AWUPF
      nvme: stop setting namespace gendisk device driver data
      nvme: correct comment about nvme_ns_remove()

Justin Tee (1):
      nvmet-fcloop: Check remoteport port_state before calling done callback

Keith Busch (4):
      nvme-pci: ensure we're polling a polled queue
      nvme-pci: cap queue creation to used queues
      nvme-pci: do not try to add queue maps at runtime
      nvme-multipath: fix leak on try_module_get failure

Maurizio Lombardi (3):
      nvme: expose active quirks in sysfs
      nvme: add support for dynamic quirk configuration via module parameter
      nvme: fix memory leak in quirks_param_set()

Ming Lei (1):
      nvme: fix admin queue leak on controller reset

Sungwoo Kim (1):
      nvme: fix memory allocation in nvme_pr_read_keys()

Wilfred Mallawa (1):
      nvme/host: fixup some typos

 Documentation/admin-guide/kernel-parameters.txt |  13 ++
 drivers/nvme/host/core.c                        |  28 ++--
 drivers/nvme/host/fabrics.c                     |   4 +-
 drivers/nvme/host/multipath.c                   |  14 +-
 drivers/nvme/host/nvme.h                        |  57 +++++++-
 drivers/nvme/host/pci.c                         | 186 +++++++++++++++++++++++-
 drivers/nvme/host/pr.c                          |   4 +-
 drivers/nvme/host/sysfs.c                       |  23 +++
 drivers/nvme/host/tcp.c                         |   5 +-
 drivers/nvme/target/fcloop.c                    |  15 +-
 10 files changed, 312 insertions(+), 37 deletions(-)



More information about the Linux-nvme mailing list