Hi Linus, Some block fixes that should go into the 6.11 kernel release: - NVMe pull request via Keith - Remove unused struct field (Nilay) - Fix fabrics keep-alive teardown order (Ming) - Write zeroes fixes (John) Please pull! The following changes since commit b313a8c835516bdda85025500be866ac8a74e022: block: Fix lockdep warning in blk_mq_mark_tag_wait (2024-08-15 19:25:03 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.11-20240823 for you to fetch changes up to e6b09a173870720e4d4c6fd755803970015ac043: Merge tag 'nvme-6.11-2024-08-22' of git://git.infradead.org/nvme into block-6.11 (2024-08-22 16:20:24 -0600) ---------------------------------------------------------------- block-6.11-20240823 ---------------------------------------------------------------- Jens Axboe (1): Merge tag 'nvme-6.11-2024-08-22' of git://git.infradead.org/nvme into block-6.11 John Garry (2): block: Read max write zeroes once for __blkdev_issue_write_zeroes() block: Drop NULL check in bdev_write_zeroes_sectors() Ming Lei (1): nvme: move stopping keep-alive into nvme_uninit_ctrl() Nilay Shroff (1): nvme: Remove unused field block/blk-lib.c | 25 ++++++++++++++++++------- drivers/nvme/host/core.c | 2 +- drivers/nvme/host/nvme.h | 1 - include/linux/blkdev.h | 7 +------ 4 files changed, 20 insertions(+), 15 deletions(-) -- Jens Axboe