[GIT PULL] nvme updates for Linux 6.17

Christoph Hellwig hch at infradead.org
Mon Jul 21 23:04:57 PDT 2025


The following changes since commit ab17ead0e0ee8650cd1cf4e481b1ed0ee9731956:

  block: fix blk_zone_append_update_request_bio() kernel-doc (2025-07-16 10:02:18 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.17-2025-07-22

for you to fetch changes up to 5b2c214a95942f7997d1916a4c44017becbc3cac:

  nvme-pci: try function level reset on init failure (2025-07-17 17:46:33 +0200)

----------------------------------------------------------------
nvme updates for Linux 6.17

 - try PCIe function level reset on init failure (Keith Busch)
 - log TLS handshake failures at error level (Maurizio Lombardi)
 - pci-epf: do not complete commands twice if nvmet_req_init() fails
   (Rick Wertenbroek)
 - misc cleanups (Alok Tiwari)

----------------------------------------------------------------
Alok Tiwari (5):
      nvme: fix multiple spelling and grammar issues in host drivers
      nvme: fix incorrect variable in io cqes error message
      nvmet: remove redundant assignment of error code in nvmet_ns_enable()
      nvme: fix typo in status code constant for self-test in progress
      docs: nvme: fix grammar in nvme-pci-endpoint-target.rst

Keith Busch (1):
      nvme-pci: try function level reset on init failure

Maurizio Lombardi (1):
      nvme-tcp: log TLS handshake failures at error level

Rick Wertenbroek (1):
      nvmet: pci-epf: Do not complete commands twice if nvmet_req_init() fails

 Documentation/nvme/nvme-pci-endpoint-target.rst | 22 ++++++++++-----------
 drivers/nvme/host/apple.c                       |  4 ++--
 drivers/nvme/host/constants.c                   |  4 ++--
 drivers/nvme/host/core.c                        |  2 +-
 drivers/nvme/host/fc.c                          | 10 +++++-----
 drivers/nvme/host/nvme.h                        |  2 +-
 drivers/nvme/host/pci.c                         | 26 ++++++++++++++++++++++---
 drivers/nvme/host/rdma.c                        |  2 +-
 drivers/nvme/host/tcp.c                         | 11 ++++++++---
 drivers/nvme/target/core.c                      |  2 --
 drivers/nvme/target/passthru.c                  |  4 ++--
 drivers/nvme/target/pci-epf.c                   | 25 ++++++++++++++++--------
 drivers/nvme/target/zns.c                       |  2 +-
 include/linux/nvme.h                            |  2 +-
 14 files changed, 75 insertions(+), 43 deletions(-)



More information about the Linux-nvme mailing list