Hi Himanshu, On 2022-05-10 11:09, himanshu.madhani@xxxxxxxxxx wrote: > 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 I have also been working on these tests for the last couple weeks to get them cleaned up and more reliable. I just sent a series fixing a number of the kernel issues that I've found. I have another series in the works for mdadm which has some overlap with yours. Seems you've fixed a number of tests I haven't though and vice versa. You can see my WIP branch here: https://github.com/lsgunth/mdadm/ bugfixes > Sudhakar Panneerselvam (7): > Revert "mdadm: fix coredump of mdadm --monitor -r" I actually saw this issue too and have a fix for it that doesn't involve reverting. See: https://github.com/lsgunth/mdadm/commit/575e1debb983d8ed837e66462529aea025129f65 Thanks, Logan