[GIT PULL] nvme fixes for Linux 6.14

Keith Busch kbusch at kernel.org
Wed Mar 5 17:39:31 PST 2025


The following changes since commit 70550442f28eba83b3e659618bba2b64eb91575f:

  Merge tag 'nvme-6.14-2025-02-20' of git://git.infradead.org/nvme into block-6.14 (2025-02-20 17:43:59 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.14-2025-03-05

for you to fetch changes up to 528361c49962708a60f51a1afafeb00987cebedf:

  nvme-tcp: fix signedness bug in nvme_tcp_init_connection() (2025-03-05 10:37:01 -0800)

----------------------------------------------------------------
nvme fixes for Linux 6.14

 - TCP use after free fix on polling (Sagi)
 - Controller memory buffer cleanup fixes (Icenowy)
 - Free leaking requests on bad user passthrough commands (Keith)
 - TCP error message fix (Maurizio)
 - TCP corruption fix on partial PDU (Maurizio)
 - TCP memory ordering fix for weakly ordered archs (Meir)
 - Type coercion fix on message error for TCP (Dan)

----------------------------------------------------------------
Dan Carpenter (1):
      nvme-tcp: fix signedness bug in nvme_tcp_init_connection()

Icenowy Zheng (2):
      nvme-pci: clean up CMBMSC when registering CMB fails
      nvme-pci: skip CMB blocks incompatible with PCI P2P DMA

Keith Busch (1):
      nvme-ioctl: fix leaked requests on mapping error

Maurizio Lombardi (3):
      nvmet: remove old function prototype
      nvme-tcp: Fix a C2HTermReq error message
      nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()

Meir Elisha (1):
      nvmet-tcp: Fix a possible sporadic response drops in weakly ordered arch

Sagi Grimberg (1):
      nvme-tcp: fix possible UAF in nvme_tcp_poll

 drivers/nvme/host/ioctl.c   | 12 ++++++++----
 drivers/nvme/host/pci.c     | 21 +++++++++++++--------
 drivers/nvme/host/tcp.c     | 45 ++++++++++++++++++++++++++++++++++++---------
 drivers/nvme/target/nvmet.h |  1 -
 drivers/nvme/target/tcp.c   | 15 +++++++++++----
 5 files changed, 68 insertions(+), 26 deletions(-)



More information about the Linux-nvme mailing list