Hi Linus, Various little minor fixes that should go into this release: - Fix issue with cloned bios and IO accounting (Christoph) - Remove redundant assignments (Colin, GuoYong) - Fix an issue with the mq-deadline async_depth sysfs interface (me) - Fix brd module loading race (Tetsuo) - Shared tag map wakeup fix (Laibin) - End of bdev read fix (OGAWA) - srcu leak fix (Ming) Please pull! The following changes since commit fb3b0673b7d5b477ed104949450cd511337ba3c6: Merge tag 'mailbox-v5.17' of git://git.linaro.org/landing-teams/working/fujitsu/integration (2022-01-13 11:19:07 -0800) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.17-2022-01-21 for you to fetch changes up to 46cdc45acb089c811d9a54fd50af33b96e5fae9d: block: fix async_depth sysfs interface for mq-deadline (2022-01-20 10:54:02 -0700) ---------------------------------------------------------------- block-5.17-2022-01-21 ---------------------------------------------------------------- Christoph Hellwig (1): block: assign bi_bdev for cloned bios in blk_rq_prep_clone Colin Ian King (2): loop: remove redundant initialization of pointer node aoe: remove redundant assignment on variable n GuoYong Zheng (1): block: Remove unnecessary variable assignment Jens Axboe (1): block: fix async_depth sysfs interface for mq-deadline Laibin Qiu (1): blk-mq: fix tag_get wait task can't be awakened Ming Lei (1): block: cleanup q->srcu OGAWA Hirofumi (1): block: Fix wrong offset in bio_truncate() Tetsuo Handa (1): brd: remove brd_devices_mutex mutex block/bio.c | 3 +- block/blk-mq-tag.c | 40 ++++++++++++++++++++----- block/blk-mq.c | 1 + block/blk-sysfs.c | 4 ++- block/mq-deadline.c | 4 +-- drivers/block/aoe/aoecmd.c | 2 +- drivers/block/brd.c | 73 +++++++++++++++++++--------------------------- drivers/block/loop.c | 2 +- include/linux/sbitmap.h | 11 +++++++ lib/sbitmap.c | 25 ++++++++++++++-- 10 files changed, 106 insertions(+), 59 deletions(-) -- Jens Axboe