[GIT PULL] nvme updates for Linux 7.1
Keith Busch
kbusch at kernel.org
Fri Apr 24 10:49:29 PDT 2026
I realize I missed the pull for this week, but sending this now just to
get into your queue in case other distractions get my way again.
The following changes since commit e9b004ff83067cdf96774b45aea4b239ace99a2f:
blk-wbt: remove WARN_ON_ONCE from wbt_init_enable_default() (2026-04-06 12:54:03 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-7.1-2026-04-24
for you to fetch changes up to bd7b7ce96db4487bb77692a85ee4489fd2c395df:
nvme-auth: Hash DH shared secret to create session key (2026-04-22 13:02:16 -0700)
----------------------------------------------------------------
nvme fixes for Linux 7.1
- Target data transfer size confiruation (Aurelien)
- Enable P2P for RDMA (Shivaji Kant)
- TCP target updates (Maurizio, Alistair, Chaitanya, Shivam Kumar)
- TCP host updates (Alistair, Chaitanya)
- Authentication updates (Alistair, Daniel, Chris Leech)
- Multipath fixes (John Garry)
- New quirks (Alan Cui, Tao Jiang)
- Apple driver fix (Fedor Pchelkin)
- PCI admin doorbell update fix (Keith)
----------------------------------------------------------------
Alan Cui (1):
nvme: add quirk NVME_QUIRK_IGNORE_DEV_SUBNQN for 144d:a808 (Samsung PM981/983/970 EVO Plus )
Alistair Francis (3):
Revert "nvmet-tcp: Don't free SQ on authentication success"
nvmet-tcp: Don't clear tls_key when freeing sq
nvme-auth: Include SC_C in RVAL controller hash
Aurelien Aptel (1):
nvmet: introduce new mdts configuration entry
Chaitanya Kulkarni (3):
nvmet-tcp: fix race between ICReq handling and queue teardown
nvmet: avoid recursive nvmet-wq flush in nvmet_ctrl_free
nvme-tcp: teardown circular locking fixes
Chris Leech (1):
nvme-auth: Hash DH shared secret to create session key
Daniel Wagner (1):
nvme: expose TLS mode
Fedor Pchelkin (1):
nvme-apple: drop invalid put of admin queue reference count
Flavio Suligoi (1):
nvme-core: fix parameter name in comment
Geliang Tang (1):
nvme: add missing MODULE_ALIAS for fabrics transports
John Garry (2):
nvme-multipath: drop head pointer check in nvme_mpath_clear_current_path()
nvme-multipath: put module reference when delayed removal work is canceled
Keith Busch (2):
nvme: skip trace completion for host path errors
nvme-pci: fix missed admin queue sq doorbell write
Maurizio Lombardi (2):
nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callers
nvmet-tcp: remove redundant calls to nvmet_tcp_fatal_error()
Shivaji Kant (1):
nvme: enable PCI P2PDMA support for RDMA transport
Shivam Kumar (1):
nvmet-tcp: check INIT_FAILED before nvmet_req_uninit in digest error path
Tao Jiang (1):
nvme-pci: add quirk for Memblaze Pblaze5 (0x1c5f:0x0555)
drivers/nvme/common/auth.c | 94 ++++++++++++++++++++------
drivers/nvme/host/apple.c | 6 +-
drivers/nvme/host/auth.c | 16 +++--
drivers/nvme/host/core.c | 16 +++--
drivers/nvme/host/fc.c | 1 +
drivers/nvme/host/multipath.c | 4 --
drivers/nvme/host/pci.c | 5 ++
drivers/nvme/host/rdma.c | 9 +++
drivers/nvme/host/sysfs.c | 19 ++++++
drivers/nvme/host/tcp.c | 29 ++++++--
drivers/nvme/target/admin-cmd.c | 8 +--
drivers/nvme/target/auth.c | 21 +++---
drivers/nvme/target/configfs.c | 27 ++++++++
drivers/nvme/target/core.c | 10 ++-
drivers/nvme/target/fabrics-cmd-auth.c | 9 +--
drivers/nvme/target/nvmet.h | 13 ++++
drivers/nvme/target/tcp.c | 117 ++++++++++++++++++---------------
drivers/nvme/target/zns.c | 6 +-
include/linux/nvme-auth.h | 6 +-
19 files changed, 285 insertions(+), 131 deletions(-)
More information about the Linux-nvme
mailing list