From: Himanshu Madhani <himanshu.madhani@xxxxxxxxxx> Hi, I am picking up patches that were submitted earlier [1] and received comments which were addressed in [2]. This series is an attempt to resurrect the review request with combined patchset that resolves error encountered while running test cases for each of the raid types. I've tested this series with latest 5.18.0-rc4+ kernel. [1] https://marc.info/?l=linux-raid&m=162697853622376&w=2 [2] https://marc.info/?l=linux-raid&m=163907488120973&w=2 Thanks, Himanshu Sudhakar Panneerselvam (7): tests: add a test that validates raid0 with layout fails for 0.9 version tests: fix raid0 tests for 0.90 metadata Revert "mdadm: fix coredump of mdadm --monitor -r" test: clear the superblock at every iteration in 02lineargrow tests: Add a test for write-intent bitmap support for imsm tests: fix $dir path tests: avoid passing chunk size to raid1 ReadMe.c | 6 +++--- test | 1 + tests/00raid0 | 10 ++++------ tests/00readonly | 4 ++++ tests/02lineargrow | 2 ++ tests/03r0assem | 6 +++--- tests/04r0update | 4 ++-- tests/04update-metadata | 9 +++++++-- tests/05r1-re-add | 1 + tests/09imsm-bitmap | 18 ++++++++++++++++++ 10 files changed, 45 insertions(+), 16 deletions(-) create mode 100644 tests/09imsm-bitmap -- 2.27.0