[GIT PULL] nvme fixes for Linux 7.1
Keith Busch
kbusch at kernel.org
Thu May 14 13:19:04 PDT 2026
The following changes since commit 86f33ca9bea30cf011f2b1edad4593faea9c6e98:
ublk: validate physical_bs_shift, io_min_shift and io_opt_shift (2026-05-06 04:42:06 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-7.1-2026-05-14
for you to fetch changes up to a6ab75639e23169a741b0b2e12191fd8acb32c73:
nvme-apple: Reset q->sq_tail during queue init (2026-05-14 07:40:35 -0700)
----------------------------------------------------------------
nvme fixes for Linux 7.1
- Fix memory leak on a passthrough integrity mapping failure (Keith)
- Hide secrets behind debug option (Hannes)
- Fix pci use-after-free for host memory buffer (Chia-Lin Kao)
- Fix tcp taregt use-after-free for data digest (Sagi)
- Revert a mistaken quirk (Alan Cui)
- Fix uevent and controller state race condition (Maurizio)
- Fix apple submission queue re-initialization (Nick Chan)
----------------------------------------------------------------
AlanCui4080 (1):
Revert "nvme: add quirk NVME_QUIRK_IGNORE_DEV_SUBNQN for 144d:a808"
Chia-Lin Kao (AceLan) (1):
nvme-pci: fix use-after-free in nvme_free_host_mem()
Hannes Reinecke (1):
nvmet-auth: Do not print DH-HMAC-CHAP secrets
Keith Busch (2):
nvme: make prp passthrough usage less scary
nvme: fix bio leak on mapping failure
Maurizio Lombardi (1):
nvme: fix race condition between connected uevent and STARTED_ONCE flag
Nick Chan (1):
nvme-apple: Reset q->sq_tail during queue init
Sagi Grimberg (1):
nvmet-tcp: Fix potential UAF when ddgst mismatch
drivers/nvme/host/apple.c | 1 +
drivers/nvme/host/core.c | 6 +++++-
drivers/nvme/host/ioctl.c | 18 ++++--------------
drivers/nvme/host/pci.c | 8 ++++----
drivers/nvme/target/Kconfig | 9 +++++++++
drivers/nvme/target/auth.c | 13 ++++++++-----
drivers/nvme/target/tcp.c | 4 +++-
7 files changed, 34 insertions(+), 25 deletions(-)
More information about the Linux-nvme
mailing list