Hi Linus, Set of updates/fixes for block that should go into the 6.15-rc1 kernel release. This pull request contains: - NVMe pull request via Keith - PCI endpoint target cleanup (Damien) - Early import for uring_cmd fixed buffer (Caleb) - Multipath documentation and notification improvements (John) - Invalid pci sq doorbell write fix (Maurizio) - Queue init locking fix - Remove dead nsegs parameter from blk_mq_get_new_requests() Please pull! The following changes since commit 08733088b566b58283f0f12fb73f5db6a9a9de30: Merge tag 'rust-fixes-6.15-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux (2025-03-31 18:39:59 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.15-20250403 for you to fetch changes up to 01b91bf14f6d4893e03e357006e7af3a20c03fee: block: don't grab elevator lock during queue initialization (2025-04-03 08:32:03 -0600) ---------------------------------------------------------------- block-6.15-20250403 ---------------------------------------------------------------- Caleb Sander Mateos (3): nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer nvme/ioctl: move blk_mq_free_request() out of nvme_map_user_request() nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io() Damien Le Moal (1): nvmet: pci-epf: Keep completion queues mapped Jens Axboe (1): Merge tag 'nvme-6.15-2025-04-02' of git://git.infradead.org/nvme into block-6.15 John Meneghini (2): nvme: update the multipath warning in nvme_init_ns_head nvme-multipath: change the NVME_MULTIPATH config option Maurizio Lombardi (1): nvme-pci: skip nvme_write_sq_db on empty rqlist Ming Lei (1): block: don't grab elevator lock during queue initialization Nitesh Shetty (1): block: remove unused nseg parameter block/blk-mq.c | 29 +++++++++++------- drivers/nvme/host/Kconfig | 13 ++++++--- drivers/nvme/host/core.c | 2 +- drivers/nvme/host/ioctl.c | 68 +++++++++++++++++++++++-------------------- drivers/nvme/host/pci.c | 3 ++ drivers/nvme/target/pci-epf.c | 63 ++++++++++++++++----------------------- 6 files changed, 94 insertions(+), 84 deletions(-) -- Jens Axboe