[GIT PULL] nvme fixes for Linux 6.15

Christoph Hellwig hch at infradead.org
Thu May 1 06:33:21 PDT 2025


The following changes since commit a584b2630b0d31f8a20e4ccb4de370b160177b8a:

  ublk: remove the check of ublk_need_req_ref() from __ublk_check_and_get_req (2025-04-29 06:01:36 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.15-2025-05-01

for you to fetch changes up to 8edb86b2ed1d63cc400aecae8eb8c8114837171a:

  nvmet-auth: always free derived key data (2025-04-30 08:09:09 -0500)

----------------------------------------------------------------
nvme fixes for Linux 6.15

 - fix queue unquiesce check on PCI slot_reset (Keith Busch)
 - fix premature queue removal and I/O failover in nvme-tcp
   (Michael Liang)
 - don't restore null sk_state_change (Alistair Francis)
 - select CONFIG_TLS where needed (Alistair Francis)
 - always free derived key data (Hannes Reinecke)
 - more quirks (Wentao Guan)

----------------------------------------------------------------
Alistair Francis (3):
      nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS
      nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLS
      nvmet-tcp: don't restore null sk_state_change

Hannes Reinecke (1):
      nvmet-auth: always free derived key data

Keith Busch (1):
      nvme-pci: fix queue unquiesce check on slot_reset

Michael Liang (1):
      nvme-tcp: fix premature queue removal and I/O failover

Wentao Guan (2):
      nvme-pci: add quirks for device 126f:1001
      nvme-pci: add quirks for WDC Blue SN550 15b7:5009

 drivers/nvme/host/Kconfig   |  1 +
 drivers/nvme/host/pci.c     |  8 +++++++-
 drivers/nvme/host/tcp.c     | 31 +++++++++++++++++++++++++++++--
 drivers/nvme/target/Kconfig |  1 +
 drivers/nvme/target/auth.c  |  3 +--
 drivers/nvme/target/tcp.c   |  3 +++
 6 files changed, 42 insertions(+), 5 deletions(-)



More information about the Linux-nvme mailing list