[GIT PULL] nvme updates for Linux 6.15

Keith Busch kbusch at kernel.org
Wed Apr 2 11:01:48 PDT 2025


The following changes since commit e3e68311ead15d8be61e8e1a8d2f0d1773a7ba9c:

  block: remove unused nseg parameter (2025-04-01 07:21:35 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.15-2025-04-02

for you to fetch changes up to 288ff0d10beb069355036355d5f7612579dc869c:

  nvme-pci: skip nvme_write_sq_db on empty rqlist (2025-04-01 09:01:06 -0700)

----------------------------------------------------------------
nvme updates for Linux 6.15

 - PCI endpoint target cleanup (Damien)
 - Early import for uring_cmd fixed buffer (Caleb)
 - Multipath documentation and notification improvements (John)
 - Invalid pci sq doorbell write fix (Maurizio)

----------------------------------------------------------------
Caleb Sander Mateos (3):
      nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
      nvme/ioctl: move blk_mq_free_request() out of nvme_map_user_request()
      nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()

Damien Le Moal (1):
      nvmet: pci-epf: Keep completion queues mapped

John Meneghini (2):
      nvme: update the multipath warning in nvme_init_ns_head
      nvme-multipath: change the NVME_MULTIPATH config option

Maurizio Lombardi (1):
      nvme-pci: skip nvme_write_sq_db on empty rqlist

 drivers/nvme/host/Kconfig     | 13 +++++++++----
 drivers/nvme/host/core.c      |  2 +-
 drivers/nvme/host/ioctl.c     | 68 +++++++++++++++++++++++++++++++++++++-------------------------------
 drivers/nvme/host/pci.c       |  3 +++
 drivers/nvme/target/pci-epf.c | 63 +++++++++++++++++++++++++--------------------------------------
 5 files changed, 75 insertions(+), 74 deletions(-)



More information about the Linux-nvme mailing list