Hi Linus, Set of fixes that should go into the 6.14-rc7 kernel. This pull request contains: - NVMe pull request via Keith - Concurrent pci error and hotplug handling fix (Keith) - Endpoint function fixes (Damien) - Fix for a regression introduced in this cycle with error checking for batched request completions (Shin'ichiro) Please pull! The following changes since commit e7112524e5e885181cc5ae4d258f33b9dbe0b907: block: Name the RQF flags enum (2025-03-06 17:50:55 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.14-20250313 for you to fetch changes up to a9381351dd6c52bf465233cae5f50da227834607: Merge tag 'nvme-6.14-2025-03-13' of git://git.infradead.org/nvme into block-6.14 (2025-03-13 09:41:57 -0600) ---------------------------------------------------------------- block-6.14-20250313 ---------------------------------------------------------------- Damien Le Moal (2): nvmet: pci-epf: Set NVMET_PCI_EPF_Q_LIVE when a queue is fully created nvmet: pci-epf: Do not add an IRQ vector if not needed Jens Axboe (1): Merge tag 'nvme-6.14-2025-03-13' of git://git.infradead.org/nvme into block-6.14 Keith Busch (1): nvme-pci: fix stuck reset on concurrent DPC and HP Shin'ichiro Kawasaki (2): nvme: move error logging from nvme_end_req() to __nvme_end_req() block: change blk_mq_add_to_batch() third argument type to bool drivers/block/null_blk/main.c | 4 ++-- drivers/block/virtio_blk.c | 5 +++-- drivers/nvme/host/apple.c | 3 ++- drivers/nvme/host/core.c | 12 ++++++------ drivers/nvme/host/pci.c | 18 +++++++++++++++--- drivers/nvme/target/pci-epf.c | 28 ++++++++++++++-------------- include/linux/blk-mq.h | 16 ++++++++++++---- 7 files changed, 54 insertions(+), 32 deletions(-) -- Jens Axboe