Hi Jens, Please consider pulling the following changes for md-next on top of your for-5.19/drivers branch. The major changes are 1. Improve annotation in raid5 code, by Logan Gunthorpe. 2. Support MD_BROKEN flag in raid-1/5/10, by Mariusz Tkaczyk. 3. Other small fixes/cleanups. Thanks, Song The following changes since commit 5ea7c1339e3ed094dd4df48d598f9018a2587283: block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usage (2022-04-18 09:24:56 -0600) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next for you to fetch changes up to 9151ad5d8676a89cf1b6a4051037ab3ca077d938: md: Replace role magic numbers with defined constants (2022-04-25 14:22:31 -0700) ---------------------------------------------------------------- David Sloan (1): md: Replace role magic numbers with defined constants Heming Zhao (2): md/bitmap: don't set sb values if can't pass sanity check md: replace deprecated strlcpy & remove duplicated line Logan Gunthorpe (7): md/raid5: Cleanup setup_conf() error returns md/raid5: Un-nest struct raid5_percpu definition md/raid5: Add __rcu annotation to struct disk_info md/raid5: Annotate rdev/replacement accesses when nr_pending is elevated md/raid5: Annotate rdev/replacement access when mddev_lock is held md/raid5-ppl: Annotate with rcu_dereference_protected() md/raid5: Annotate functions that hold device_lock with __must_hold Mariusz Tkaczyk (2): md: Set MD_BROKEN for RAID1 and RAID10 raid5: introduce MD_BROKEN Pascal Hambourg (1): md/raid0: Ignore RAID0 layout if the second zone has only one device Xiaomeng Tong (2): md: fix an incorrect NULL check in does_sb_need_changing md: fix an incorrect NULL check in md_reload_sb drivers/md/md-bitmap.c | 45 ++++++++++++++++++------------------ drivers/md/md-cluster.c | 2 +- drivers/md/md.c | 62 ++++++++++++++++++++++++++++---------------------- drivers/md/md.h | 62 ++++++++++++++++++++++++++++---------------------- drivers/md/raid0.c | 31 +++++++++++++------------ drivers/md/raid1.c | 43 +++++++++++++++++++++-------------- drivers/md/raid10.c | 40 +++++++++++++++++++------------- drivers/md/raid5-ppl.c | 13 ++++++++--- drivers/md/raid5.c | 226 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------- drivers/md/raid5.h | 23 +++++++++++-------- 10 files changed, 321 insertions(+), 226 deletions(-)