[GIT PULL] nvme fixes for Linux 6.18
Keith Busch
kbusch at kernel.org
Thu Nov 20 07:35:56 PST 2025
The following changes since commit 0194b65ab571430130a11f8500894bb88f7af2c0:
nvme-pci: use blk_map_iter for p2p metadata (2025-10-22 19:46:25 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.18-2025-11-20
for you to fetch changes up to 0a2c5495b6d1ecb0fa18ef6631450f391a888256:
nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl() (2025-11-17 09:00:42 -0800)
----------------------------------------------------------------
nvme fixes for Linux 6.18
- Admin queue use-after-free fix (Keith)
- Target authentication fix (Alistar)
- Multipath lockdep fix (Shin'ichiro)
- FC transport teardown fixes (Ewan)
----------------------------------------------------------------
Alistair Francis (1):
nvmet-auth: update sc_c in target host hash calculation
Ewan D. Milne (2):
nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl()
nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()
Keith Busch (1):
nvme: fix admin request_queue lifetime
Shin'ichiro Kawasaki (1):
nvme-multipath: fix lockdep WARN due to partition scan work
drivers/nvme/host/core.c | 3 ++-
drivers/nvme/host/fc.c | 15 ++++++++-------
drivers/nvme/host/multipath.c | 2 +-
drivers/nvme/target/auth.c | 4 ++--
drivers/nvme/target/fabrics-cmd-auth.c | 1 +
drivers/nvme/target/nvmet.h | 1 +
6 files changed, 15 insertions(+), 11 deletions(-)
More information about the Linux-nvme
mailing list