Hi, Jens Please consider pulling following changes on your block-6.17 branch, this pull request contains: - mddev null-ptr-dereference fix, by Erkun - md-cluster fail to remove the faulty disk regression fix, by Heming - minor cleanup, by Li Nan and Jinchao - mdadm lifetime regression fix reported by syzkaller, by Yu Kuai The following changes since commit 5421681bc3ef13476bd9443379cd69381e8760fa: blk-ioc: don't hold queue_lock for ioc_lookup_icq() (2025-07-29 06:26:34 -0600) are available in the Git repository at: git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/mdraid/linux.git tags/md-6.17-20250803 for you to fetch changes up to 13017b427118f4311471ee47df74872372ca8482: md: make rdev_addable usable for rcu mode (2025-08-03 13:08:18 +0800) ---------------------------------------------------------------- Heming Zhao (1): md/md-cluster: handle REMOVE message earlier Li Nan (1): md: rename recovery_cp to resync_offset Wang Jinchao (2): md/raid1: change r1conf->r1bio_pool to a pointer type md/raid1: remove struct pool_info and related code Yang Erkun (1): md: make rdev_addable usable for rcu mode Yu Kuai (1): md: fix create on open mddev lifetime regression drivers/md/dm-raid.c | 42 +++++++++++++++++------------------ drivers/md/md-bitmap.c | 8 +++---- drivers/md/md-cluster.c | 16 +++++++------- drivers/md/md.c | 73 ++++++++++++++++++++++++++++++++++++------------------------- drivers/md/md.h | 2 +- drivers/md/raid0.c | 6 ++--- drivers/md/raid1-10.c | 2 +- drivers/md/raid1.c | 94 ++++++++++++++++++++++++++++++------------------------------------------------- drivers/md/raid1.h | 22 +------------------ drivers/md/raid10.c | 16 +++++++------- drivers/md/raid5-ppl.c | 6 ++--- drivers/md/raid5.c | 30 ++++++++++++------------- include/uapi/linux/raid/md_p.h | 2 +- 13 files changed, 145 insertions(+), 174 deletions(-)