The following changes since commit c007062188d8e402c294117db53a24b2bed2b83f: block: fix false warning in bdev_count_inflight_rw() (2025-06-26 07:34:11 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-6.16-2025-07-03 for you to fetch changes up to d6811074203b13f715ce2480ac64c5b1c773f2a5: nvme-multipath: fix suspicious RCU usage warning (2025-07-01 08:17:02 +0200) ---------------------------------------------------------------- nvme fixes for Linux 6.16 - fix incorrect cdw15 value in passthru error logging (Alok Tiwari) - fix memory leak of bio integrity in nvmet (Dmitry Bogdanov) - refresh visible attrs after being checked (Eugen Hristev) - fix suspicious RCU usage warning in the multipath code (Geliang Tang) - correctly account for namespace head reference counter (Nilay Shroff) ---------------------------------------------------------------- Alok Tiwari (1): nvme: Fix incorrect cdw15 value in passthru error logging Dmitry Bogdanov (1): nvmet: fix memory leak of bio integrity Eugen Hristev (1): nvme-pci: refresh visible attrs after being checked Geliang Tang (1): nvme-multipath: fix suspicious RCU usage warning Nilay Shroff (1): nvme: correctly account for namespace head reference counter drivers/nvme/host/core.c | 18 ++++++++++++++++-- drivers/nvme/host/multipath.c | 8 ++++++-- drivers/nvme/host/pci.c | 6 ++++-- drivers/nvme/target/nvmet.h | 2 ++ 4 files changed, 28 insertions(+), 6 deletions(-)