[GIT PULL] nvme fixes for Linux 6.12

Keith Busch kbusch at kernel.org
Thu Oct 17 11:48:12 PDT 2024


The following changes since commit 8be007c8e0911d0450b402ca8cbb1a8cbd00e8f2:

  block: fix blk_rq_map_integrity_sg kernel-doc (2024-09-27 04:19:53 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.12-2024-10-18

for you to fetch changes up to 599d9f3a10eec69ef28a90161763e4bd7c9c02bf:

  nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function (2024-10-17 11:07:37 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.12

 - Fix target passthrough identifier (Nilay)
 - Fix tcp locking (Hannes)
 - Replace list with sbitmap for tracking RDMA rsp tags (Guixen)
 - Remove unnecessary fallthrough statements (Tokunori)
 - Remove ready-without-media support (Greg)
 - Fix multipath partition scan deadlock (Keith)
 - Fix concurrent PCI reset and remove queue mapping (Maurizio)
 - Fabrics shutdown fixes (Nilay)

----------------------------------------------------------------
Greg Joyce (1):
      nvme: disable CC.CRIME (NVME_CC_CRIME)

Guixin Liu (1):
      nvmet-rdma: use sbitmap to replace rsp free list

Hannes Reinecke (1):
      nvme: tcp: avoid race between queue_lock lock and destroy

Keith Busch (1):
      nvme-multipath: defer partition scanning

Maurizio Lombardi (1):
      nvme-pci: fix race condition between reset and nvme_dev_disable()

Nilay Shroff (4):
      nvmet-passthru: clear EUID/NGUID/UUID while using loop target
      nvme-loop: flush off pending I/O while shutting down loop controller
      nvme: make keep-alive synchronous operation
      nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function

Tokunori Ikegami (1):
      nvme: delete unnecessary fallthru comment

 drivers/nvme/host/core.c       | 41 +++++++++++++++++------------------------
 drivers/nvme/host/multipath.c  | 40 +++++++++++++++++++++++++++++++++-------
 drivers/nvme/host/nvme.h       |  1 +
 drivers/nvme/host/pci.c        | 19 ++++++++++++++++---
 drivers/nvme/host/tcp.c        |  7 ++++---
 drivers/nvme/target/loop.c     | 13 +++++++++++++
 drivers/nvme/target/passthru.c |  6 ++----
 drivers/nvme/target/rdma.c     | 56 +++++++++++++++++++++++++++-----------------------------
 8 files changed, 113 insertions(+), 70 deletions(-)



More information about the Linux-nvme mailing list