Hi Linus, A few block fixes for this release: - MD pull request via Song - Fix for clustered raid (Guoqing Jiang) - req_op fix (Bart Van Assche) - Fix race condition in raid recreate (David Sloan) - loop configuration overflow fix (Siddh) - Fix missing commit_rqs call for certain conditions (Yu) Please pull! The following changes since commit d3b38596875dbc709b4e721a5873f4663d8a9ea2: blk-mq: run queue no matter whether the request is the last request (2022-08-18 07:39:01 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-6.0-2022-08-26 for you to fetch changes up to 645b5ed871f408c9826a61276b97ea14048d439c: Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.0 (2022-08-24 13:58:37 -0600) ---------------------------------------------------------------- block-6.0-2022-08-26 ---------------------------------------------------------------- Bart Van Assche (1): md/raid10: Fix the data type of an r10_sync_page_io() argument David Sloan (1): md: Flush workqueue md_rdev_misc_wq in md_alloc() Guoqing Jiang (2): Revert "md-raid: destroy the bitmap after destroying the thread" md: call __md_stop_writes in md_stop Jens Axboe (1): Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.0 Siddh Raman Pant (1): loop: Check for overflow while configuring loop Yu Kuai (1): blk-mq: fix io hung due to missing commit_rqs block/blk-mq.c | 5 +++-- drivers/block/loop.c | 5 +++++ drivers/md/md.c | 4 +++- drivers/md/raid10.c | 13 ++++++------- 4 files changed, 17 insertions(+), 10 deletions(-) -- Jens Axboe