Hi Linus, Set of fixes for block that should go into the 6.16 kernel release. This pull request contains: - NVMe fixes via Christoph - 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) - Fix for a regression introduced in ublk in this cycle, where it would attempt to queue a canceled request. - brd RCU sleeping fix, also introduced in this cycle. Bare bones fix, should be improved upon for the next release. Please pull! 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.kernel.dk/linux.git tags/block-6.16-20250704 for you to fetch changes up to 75ef7b8d44c30a76cfbe42dde9413d43055a00a7: Merge tag 'nvme-6.16-2025-07-03' of git://git.infradead.org/nvme into block-6.16 (2025-07-03 09:42:07 -0600) ---------------------------------------------------------------- block-6.16-20250704 ---------------------------------------------------------------- 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 Jens Axboe (1): Merge tag 'nvme-6.16-2025-07-03' of git://git.infradead.org/nvme into block-6.16 Ming Lei (1): ublk: don't queue request if the associated uring_cmd is canceled Nilay Shroff (1): nvme: correctly account for namespace head reference counter Yu Kuai (1): brd: fix sleeping function called from invalid context in brd_insert_page() drivers/block/brd.c | 6 ++++-- drivers/block/ublk_drv.c | 11 ++++++----- drivers/nvme/host/core.c | 18 ++++++++++++++++-- drivers/nvme/host/multipath.c | 8 ++++++-- drivers/nvme/host/pci.c | 6 ++++-- drivers/nvme/target/nvmet.h | 2 ++ 6 files changed, 38 insertions(+), 13 deletions(-) -- Jens Axboe