Hi Jens, Please consider pulling the following fixes for md-6.8 on top of your block-6.8 branch. The major changes in this set are: 1. Fix issues reported for dm-raid [1], by Yu Kuai. Please note that this PR only contains the first half of the set [2]. We still need more fixes in dm and md code (the rest of the set, or alternative fixes). 2. Fix active_io leak, by Yu Kuai. The fix was posted in the same set [2]. But it actually fixes a separate issue [3]. I still hope to ship another fix for 6.8, which is discussed in [4], and fixes bugzilla report [5]. For this fix, I would like to get review/ack from Yu Kuai and Li Nan. We will get this one queued ASAP. Thanks, Song [1] https://lore.kernel.org/linux-raid/e5e8afe2-e9a8-49a2-5ab0-958d4065c55e@xxxxxxxxxx/ [2] https://lore.kernel.org/linux-raid/20240201092559.910982-1-yukuai1@xxxxxxxxxxxxxxx/ [3] https://lore.kernel.org/linux-raid/20240130172524.0000417b@xxxxxxxxxxxxxxx/ Note that this specific email is talking about a different issue than the rest of the thread. [4] https://lore.kernel.org/linux-raid/20240207092756.2087888-1-linan666@xxxxxxxxxxxxxxx/ [5] https://bugzilla.kernel.org/show_bug.cgi?id=218459 The following changes since commit 9f3fe29d77ef4e7f7cb5c4c8c59f6dc373e57e78: md: fix a suspicious RCU usage warning (2024-01-24 22:58:00 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.8-20240216 for you to fetch changes up to 9e46c70e829bddc24e04f963471e9983a11598b7: md: Don't suspend the array for interrupted reshape (2024-02-15 14:17:27 -0800) ---------------------------------------------------------------- Yu Kuai (6): md: Fix missing release of 'active_io' for flush md: Don't ignore suspended array in md_check_recovery() md: Don't ignore read-only array in md_check_recovery() md: Make sure md_do_sync() will set MD_RECOVERY_DONE md: Don't register sync_thread for reshape directly md: Don't suspend the array for interrupted reshape drivers/md/md.c | 70 ++++++++++++++++++++++++++++++++++++++++++++-------------------------- drivers/md/raid10.c | 16 ++-------------- drivers/md/raid5.c | 29 ++--------------------------- 3 files changed, 48 insertions(+), 67 deletions(-)