Hi Jens, Please consider pulling the following changes for md-6.11 on top of your for-6.11/block branch. This PR contains various small fixes by Yu Kuai, Benjamin Marzinski, Christophe JAILLET, and Yang Li. Thanks, Song The following changes since commit 98d34c087249d39838874b83e17671e7d5eb1ca7: xen-blkfront: fix sector_size propagation to the block layer (2024-07-02 08:58:12 -0600) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.11-20240704 for you to fetch changes up to 25b3a8237a03ec0b67b965b52d74862e77ef7115: md/raid5: recheck if reshape has finished with device_lock held (2024-07-04 06:35:19 +0000) ---------------------------------------------------------------- Benjamin Marzinski (1): md/raid5: recheck if reshape has finished with device_lock held Christophe JAILLET (1): md-cluster: Constify struct md_cluster_operations Yang Li (1): md: Remove unneeded semicolon Yu Kuai (2): md/raid5: fix spares errors about rcu usage md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl drivers/md/md-cluster.c | 2 +- drivers/md/md.c | 12 +++--------- drivers/md/md.h | 4 ++-- drivers/md/raid5.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++------------------------------ 4 files changed, 52 insertions(+), 42 deletions(-)