Hi Linus, Two fixes for block that should go into the 6.15 kernel release. Both introduced in this cycle. - Fix for a regression with setting up loop on a file system without ->write_iter(). - Fix for an nvme sysfs regression. Please pull! The following changes since commit dd24f87f65c957f30e605e44961d2fd53a44c780: ublk: fix dead loop when canceling io command (2025-05-15 10:53:41 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.15-20250522 for you to fetch changes up to 115c011f5db7e5f1a1f4404a8f5b5c87a3534362: Merge tag 'nvme-6.15-2025-05-22' of git://git.infradead.org/nvme into block-6.15 (2025-05-22 09:25:47 -0600) ---------------------------------------------------------------- block-6.15-20250522 ---------------------------------------------------------------- Christoph Hellwig (1): loop: don't require ->write_iter for writable files in loop_configure Jens Axboe (1): Merge tag 'nvme-6.15-2025-05-22' of git://git.infradead.org/nvme into block-6.15 Nilay Shroff (1): nvme: avoid creating multipath sysfs group under namespace path devices drivers/block/loop.c | 3 --- drivers/nvme/host/sysfs.c | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 3 deletions(-) -- Jens Axboe