From: Keith Busch <kbusch@kernel.org>
To: axboe@kernel.dk
Cc: linux-nvme@lists.infradead.org
Subject: [GIT PULL] nvme updates for Linux 7.1
Date: Fri, 24 Apr 2026 11:49:29 -0600 [thread overview]
Message-ID: <aeutKVHQDxuEfEVn@kbusch-mbp> (raw)
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(-)
next reply other threads:[~2026-04-24 17:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-24 17:49 Keith Busch [this message]
2026-04-25 2:00 ` [GIT PULL] nvme updates for Linux 7.1 Jens Axboe
2026-04-27 21:49 ` Jens Axboe
-- strict thread matches above, loose matches on Subject: below --
2026-03-27 14:44 Keith Busch
2026-03-27 16:22 ` Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aeutKVHQDxuEfEVn@kbusch-mbp \
--to=kbusch@kernel.org \
--cc=axboe@kernel.dk \
--cc=linux-nvme@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.