Hi Linus, Some fixes for block that should go into the 6.15 kernel release. This pull request contains: - NVMe pull request via Christoph - fixes for atomic writes (Alan Adamson) - fixes for polled CQs in nvmet-epf (Damien Le Moal) - fix for polled CQs in nvme-pci (Keith Busch) - fix compile on odd configs that need to be forced to inline (Kees Cook) - one more quirk (Ilya Guterman)" - Fix for missing allocation of an integrity buffer for some cases. - Fix for a regression with ublk command cancelation. Please pull! The following changes since commit dd90905d5a8a15a6d4594d15fc8ed626587187ca: Merge tag 'nvme-6.15-2025-05-08' of git://git.infradead.org/nvme into block-6.15 (2025-05-08 09:08:23 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.15-20250515 for you to fetch changes up to dd24f87f65c957f30e605e44961d2fd53a44c780: ublk: fix dead loop when canceling io command (2025-05-15 10:53:41 -0600) ---------------------------------------------------------------- block-6.15-20250515 ---------------------------------------------------------------- Alan Adamson (2): nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathing nvme: all namespaces in a subsystem must adhere to a common atomic write size Damien Le Moal (5): nvmet: pci-epf: clear completion queue IRQ flag on delete nvmet: pci-epf: do not fall back to using INTX if not supported nvmet: pci-epf: cleanup nvmet_pci_epf_raise_irq() nvmet: pci-epf: improve debug message nvmet: pci-epf: remove NVMET_PCI_EPF_Q_IS_SQ Ilya Guterman (1): nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro Jens Axboe (1): Merge tag 'nvme-6.15-2025-05-15' of git://git.infradead.org/nvme into block-6.15 Kees Cook (1): nvme-pci: make nvme_pci_npages_prp() __always_inline Keith Busch (2): block: always allocate integrity buffer when required nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable Ming Lei (1): ublk: fix dead loop when canceling io command block/bio-integrity-auto.c | 62 ++++++++++++++++++++++++++++++++----------- drivers/block/ublk_drv.c | 2 +- drivers/nvme/host/core.c | 30 ++++++++++++++++++--- drivers/nvme/host/multipath.c | 3 ++- drivers/nvme/host/nvme.h | 3 ++- drivers/nvme/host/pci.c | 6 ++++- drivers/nvme/target/pci-epf.c | 39 ++++++++++++++++----------- 7 files changed, 107 insertions(+), 38 deletions(-) -- Jens Axboe