From: Keith Busch <kbusch@kernel.org>
To: axboe@kernel.dk
Cc: linux-nvme@lists.infradead.org, hch@lst.de, sagi@grimberg.me,
kch@nvidia.com
Subject: [GIT PULL] nvme updates for Linux 7.3
Date: Thu, 13 Aug 2026 11:46:12 -0600 [thread overview]
Message-ID: <an4C5I9K70UhVBpN@kbusch-mbp> (raw)
The following changes since commit f01f5275feb77bac9fefbbf7cc584fe0b3850a92:
ublk: snapshot batch commands before preparing I/O (2026-07-02 06:25:21 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-7.3-2026-08-13
for you to fetch changes up to f1a8846e06388113dfdbb89dee005083fa9afdf9:
nvmet: fix max_qid race between configfs and controller allocation (2026-08-13 09:26:44 -0700)
----------------------------------------------------------------
nvme updates for Linux 7.3
----------------------------------------------------------------
Bryam Vargas (1):
nvmet-auth: zero the AUTH_RECEIVE response buffer
Chao Shi (2):
nvme: reject passthrough of driver-managed Set Features
nvme: ratelimit the completion-path messages driven by device data
Dmitry Bogdanov (1):
nvme-tcp: fix usage of page_frag_cache
Eric Biggers (1):
nvme-auth: Avoid C=1 warning in nvme_auth_derive_tls_psk()
Ewan D. Milne (1):
nvme: nvme-fc: Fix nvme_fc_create_hw_io_queues() queue deletion in error path
Geliang Tang (1):
nvme-tcp: look up host_iface in the current netns
Greg Kroah-Hartman (1):
nvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocations
Gui-Dong Han (1):
nvme-apple: Use acquire/release for queue enabled state
Guixin Liu (16):
nvme: fix typos in reservation related constants
nvmet: add namespace-level debugfs directory
nvmet: expose reservation state through debugfs
nvme: add ABI documentation for host sysfs interfaces
nvmet: add ABI documentation for target configfs interfaces
MAINTAINERS: add missing NVMe documentation files
nvmet: fix return status of RMI log page on allocation failure
nvme-fc: unmap cmd_iu DMA on rsp_iu mapping failure in init_request
nvme-pci: return error when parsing a quirk string fails
nvmet: reject out-of-range mdts values in configfs store
nvmet: fix NULL pointer dereference in nvmet_execute_identify_nslist()
nvmet: propagate percpu_ref_init() failure in nvmet_ns_enable()
nvme-pci: release descriptor pools on probe failure
nvme: raise FDP placement handle cap to U8_MAX and warn on overflow
nvmet: fix heap out-of-bounds read in nvmet_auth_negotiate()
nvmet: fix NULL pointer dereference in nvmet_execute_identify_ns_zns()
Hari Mishal (3):
nvme: bound ns descriptor header and body to identify buffer
nvme: clamp FDP nruhsd to allocated RUH status descriptor count
nvmet: passthru: fix OOB reads when parsing ns id descriptor list
Ibrahim Hashimov (1):
nvmet-tcp: bound SGL data length before allocating command buffers
Jiang HongHui (1):
nvmet-fc: fix invalid free in LS IOD error path
John Garry (5):
nvme: handle positive error codes in nuse_show()
nvme: swap synchronization ordering in nvme_remove_head()
nvme: don't reference NS after unlocking in nvme_ns_head_ctrl_ioctl()
nvme: add nvme_get_ns_head()
nvme: fix cdev lifetime
Marco Elver (1):
list: Permit context-unguarded access with list_empty_careful()
Maurizio Lombardi (1):
nvmet: fix max_qid race between configfs and controller allocation
Myeonghun Pak (1):
nvme-pci: disable controller on admin queue IRQ setup failure
Nilay Shroff (19):
list: introduce LIST_HEAD_GUARDED
nvme: update nvme_passthru_end() signature
nvme: add context annotations for nvme_passthru_{start|stop}
nvme: add context annotations for nvme_ns_head::srcu
nvme: remove redundant initialization of nvme_ns_head::requeue_list
nvme: add context annotations for nvme_ns_head::requeue_list
nvme: add context annotations for nvme_ns_head::current_path
nvme: add context annotations for nvme_dev::shutdown_lock
nvme: remove redundant initialization of delayed_removal_secs
nvme: add context annotations for nvme_subsystem::lock
nvme: add context annotations for nvme_ctrl::ana_lock
nvme: add context annotations for nvme_subsystems_lock
nvme: add context annotations in fabric.c
nvme: add context annotations for nvme_queue::sq_lock
nvme: add context annotations in rdma.c
nvme: fix context analysis warning in rdma.c
nvme: add context annotations in tcp.c
nvme: fix context analysis warning in tcp.c
nvme: enable context analysis support for nvme host driver
Pan Chuang (1):
nvme-apple: Remove redundant dev_err_probe()
Shin'ichiro Kawasaki (3):
nvmet-rdma: factor out response resource cleanup
nvmet-rdma: fix response resource leak on queue teardown
nvmet: pci-epf: fix use-after-free in nvmet_pci_epf_exec_iod_work()
Surabhi Gogte (2):
nvme-rdma: refactor nvme_rdma_alloc_queue() to take a queue pointer
nvme-rdma: parallelize I/O queue allocation and startup
Sven Peter (6):
nvme-apple: Destroy the admin queue on removal
nvme-apple: Don't set a DMA direction for commands without a data transfer
nvme-apple: Never set the opcode in the NVMMU TCB
nvme: Add a quirk for page aligned admin queue buffers
nvme-apple: Require page aligned buffers on the admin queue
nvme-apple: Drop the PRP null check chicken bit
Xixin Liu (4):
nvme: zns: cap zone report nr_zones by DMA buffer size
nvme: zns: include zone index in invalid zone type error
nvme-auth: use crypto_memneq for DH-HMAC-CHAP response comparison
nvmet: zns: reject full zone report when buffer is too small
Yang Xiuwei (1):
nvme/ioctl: check SUBMIT_IO with nvme_cmd_allowed()
Yao Sang (1):
nvme-multipath: revalidate zones for namespace heads
Yehyeong Lee (4):
nvme: zero the discard fallback page
nvme-tcp: reject a read that transferred too few bytes
nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() alone
nvme-tcp: fix host memory disclosure on R2T for a read command
Yifei Gao (1):
nvmet: pci-epf: put CQ ref on create_cq mapping failure
Zhengrong Li (1):
nvmet: fix Reservation Register Replace for unregistered host with IEKEY
Documentation/ABI/stable/configfs-nvmet | 352 +++++++++++++++++++++++++
Documentation/ABI/stable/sysfs-nvme | 453 ++++++++++++++++++++++++++++++++
Documentation/ABI/testing/sysfs-nvme | 13 -
MAINTAINERS | 4 +
drivers/nvme/common/auth.c | 13 +-
drivers/nvme/host/Makefile | 1 +
drivers/nvme/host/apple.c | 66 +++--
drivers/nvme/host/auth.c | 3 +-
drivers/nvme/host/core.c | 52 +++-
drivers/nvme/host/fabrics.c | 4 +-
drivers/nvme/host/fc.c | 8 +-
drivers/nvme/host/ioctl.c | 121 ++++++---
drivers/nvme/host/multipath.c | 64 ++---
drivers/nvme/host/nvme.h | 67 +++--
drivers/nvme/host/pci.c | 31 ++-
drivers/nvme/host/rdma.c | 160 ++++++-----
drivers/nvme/host/sysfs.c | 4 +-
drivers/nvme/host/tcp.c | 71 ++++-
drivers/nvme/host/zns.c | 11 +-
drivers/nvme/target/admin-cmd.c | 14 +-
drivers/nvme/target/configfs.c | 10 +-
drivers/nvme/target/core.c | 54 ++--
drivers/nvme/target/debugfs.c | 103 ++++++++
drivers/nvme/target/debugfs.h | 5 +
drivers/nvme/target/fabrics-cmd-auth.c | 17 +-
drivers/nvme/target/fabrics-cmd.c | 2 +-
drivers/nvme/target/fc.c | 2 +-
drivers/nvme/target/nvmet.h | 9 +
drivers/nvme/target/passthru.c | 9 +
drivers/nvme/target/pci-epf.c | 12 +-
drivers/nvme/target/pr.c | 37 ++-
drivers/nvme/target/rdma.c | 31 ++-
drivers/nvme/target/tcp.c | 19 +-
drivers/nvme/target/zns.c | 15 +-
include/linux/list.h | 9 +
include/linux/nvme.h | 4 +-
36 files changed, 1561 insertions(+), 289 deletions(-)
create mode 100644 Documentation/ABI/stable/configfs-nvmet
create mode 100644 Documentation/ABI/stable/sysfs-nvme
delete mode 100644 Documentation/ABI/testing/sysfs-nvme
next reply other threads:[~2026-08-13 17:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-13 17:46 Keith Busch [this message]
2026-08-13 18:36 ` [GIT PULL] nvme updates for Linux 7.3 Jens Axboe
2026-08-13 20:27 ` Keith Busch
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=an4C5I9K70UhVBpN@kbusch-mbp \
--to=kbusch@kernel.org \
--cc=axboe@kernel.dk \
--cc=hch@lst.de \
--cc=kch@nvidia.com \
--cc=linux-nvme@lists.infradead.org \
--cc=sagi@grimberg.me \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox