Hi, Jens Please consider pulling following changes on your block-6.17 branch, this pull request contains: - add a legacy_async_del_gendisk mode, to prevent user tools regression, new user tools release will not use such mode, the old release with new kernel now will have warning about deprecate behavior, and we prepare to remove this legacy mode after about a year later; - the rename in kernel causing user tools build failure, revert the rename in mdp_superblock_s; - fix a regression that interrupted resync can be shown as recover from mdstat or sysfs; The following changes since commit 0452f08395f8e7d04fe3744443dad396b3330d0c: blk-wbt: doc: Update the doc of the wbt_lat_usec interface (2025-08-11 10:21:38 -0600) are available in the Git repository at: git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/mdraid/linux.git tags/md-6.17-20250819 for you to fetch changes up to b7ee30f0efd12f42735ae233071015389407966c: md: fix sync_action incorrect display during resync (2025-08-16 08:52:33 +0800) ---------------------------------------------------------------- Xiao Ni (2): md: add legacy_async_del_gendisk mode md: keep recovery_cp in mdp_superblock_s Zheng Qixing (2): md: add helper rdev_needs_recovery() md: fix sync_action incorrect display during resync drivers/md/md.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------ include/uapi/linux/raid/md_p.h | 2 +- 2 files changed, 93 insertions(+), 31 deletions(-)