Hi Linus, Block fixes that should go into the 6.8 kernel release: - NVMe pull request via Keith - Update a potentially stale firmware attribute (Maurizio) - Fixes for the recent verbose error logging (Keith, Chaitanya) - Protection information payload size fix for passthrough (Francis) - Fix for a queue freezing issue in virtblk (Yi) - blk-iocost underflow fix (Tejun) - blk-wbt task detection fix (Jan) Please pull! The following changes since commit f3c89983cb4fc00be64eb0d5cbcfcdf2cacb965e: block: Fix where bio IO priority gets set (2024-02-01 11:00:06 -0700) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.8-2024-02-10 for you to fetch changes up to 5f63a493b99c848ad5200402bebe26211e00025a: Merge tag 'nvme-6.8-2023-02-08' of git://git.infradead.org/nvme into block-6.8 (2024-02-08 15:05:18 -0700) ---------------------------------------------------------------- block-6.8-2024-02-10 ---------------------------------------------------------------- Chaitanya Kulkarni (1): nvme-core: fix comment to reflect right functions Francis Pravin (1): nvme: use ns->head->pi_size instead of t10_pi_tuple structure size Jan Kara (1): blk-wbt: Fix detection of dirty-throttled tasks Jens Axboe (1): Merge tag 'nvme-6.8-2023-02-08' of git://git.infradead.org/nvme into block-6.8 Keith Busch (1): nvme: move passthrough logging attribute to head Maurizio Lombardi (1): nvme-host: fix the updating of the firmware version Tejun Heo (1): blk-iocost: Fix an UBSAN shift-out-of-bounds warning Yi Sun (1): virtio-blk: Ensure no requests in virtqueues before deleting vqs. block/blk-iocost.c | 7 +++++++ block/blk-wbt.c | 4 ++-- drivers/block/virtio_blk.c | 7 ++++--- drivers/nvme/host/core.c | 14 ++++++++------ drivers/nvme/host/ioctl.c | 2 +- drivers/nvme/host/nvme.h | 2 +- drivers/nvme/host/sysfs.c | 30 +++++++++++++++--------------- include/linux/backing-dev-defs.h | 7 +++++-- mm/backing-dev.c | 2 +- mm/page-writeback.c | 2 +- 10 files changed, 45 insertions(+), 32 deletions(-) -- Jens Axboe