Hi Linus, A few fixes that should go into 5.16-rc6: - Fix for hammering on the delayed run queue timer (me) - bcache regression fix for this merge window (Lin) - Fix a divide-by-zero in the blk-iocost code (Tejun) Please pull! The following changes since commit 5eff363838654790f67f4bd564c5782967f67bcc: Revert "mtd_blkdevs: don't scan partitions for plain mtdblock" (2021-12-10 11:52:34 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.16-2021-12-17 for you to fetch changes up to aa97f6cdb7e92909e17c8ca63e622fcb81d57a57: bcache: fix NULL pointer reference in cached_dev_detach_finish (2021-12-14 20:32:54 -0700) ---------------------------------------------------------------- block-5.16-2021-12-17 ---------------------------------------------------------------- Jens Axboe (1): block: reduce kblockd_mod_delayed_work_on() CPU consumption Lin Feng (1): bcache: fix NULL pointer reference in cached_dev_detach_finish Tejun Heo (1): iocost: Fix divide-by-zero on donation from low hweight cgroup block/blk-core.c | 2 ++ block/blk-iocost.c | 9 ++++++++- drivers/md/bcache/super.c | 3 ++- 3 files changed, 12 insertions(+), 2 deletions(-) -- Jens Axboe