Hi Jens, Please consider pulling the following changes for md on top of your for-5.4/block branch. Thanks, Song The following changes since commit a22a9602b88fabf10847f238ff81fde5f906fef7: closures: fix a race on wakeup from closure_sync (2019-09-03 08:08:31 -0600) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next for you to fetch changes up to b0f01ecf293c49d841abbf8b55c4b717936ab11e: md/raid5: use bio_end_sector to calculate last_sector (2019-09-03 14:52:38 -0700) ---------------------------------------------------------------- Guilherme G. Piccoli (1): md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone Guoqing Jiang (1): md/raid5: use bio_end_sector to calculate last_sector Yufen Yu (1): md/raid1: fail run raid1 array when active disk less than one drivers/md/md-linear.c | 5 +++++ drivers/md/md.c | 22 ++++++++++++++++++---- drivers/md/md.h | 16 ++++++++++++++++ drivers/md/raid0.c | 6 ++++++ drivers/md/raid1.c | 13 ++++++++++++- drivers/md/raid5.c | 2 +- 6 files changed, 58 insertions(+), 6 deletions(-)