On Wed, Feb 28, 2024 at 11:56 AM Christoph Hellwig <hch@xxxxxx> wrote: > > On Tue, Feb 27, 2024 at 01:50:19PM -0800, Song Liu wrote: > > I think we can do something like: > > > > make check S=<list of test to skip> > > > > I don't have a reliable list to skip at the moment, as some of the tests > > fail on some systems but not on others. However, per early report, > > I guess we can start with the following skip list: > > > > shell/integrity-caching.sh > > shell/lvconvert-raid-reshape-linear_to_raid6-single-type.sh > > shell/lvconvert-raid-reshape.sh > > Thanks. I've been iterating over it this morning, eventually growing > to: > > make check > S=shell/integrity-caching.sh,shell/lvconvert-raid-reshape-linear_to_raid6-single-type.sh,shell/lvconvert-raid-reshape.sh,shell/lvconvert-raid-reshape-linear_to_striped-single-type.sh,shell/lvconvert-raid-reshape-linear_to_striped.sh,shell/lvchange-raid456.sh,shell/component-raid.sh,shell/lvconvert-raid-reshape-load.sh,shell/lvchange-raid-transient-failures.sh,shell/lvconvert-raid-reshape-striped_to_linear-single-type.sh,shell/lvconvert-raid-reshape-striped_to_linear.sh,shell/lvconvert-raid-reshape-stripes-load-fail.sh,shell/lvconvert-raid-reshape-stripes-load-reload.sh,shell/lvconvert-raid-reshape-stripes-load.sh,lvconvert-raid-reshape.sh,shell/lvconvert-raid-restripe-linear.sh,shell/lvconvert-raid-status-validation.sh,shell/lvconvert-raid-takeover-linear_to_raid4.sh,shell/lvconvert-raid-takeover-raid4_to_linear.sh,shell/lvconvert-raid-takeover-alloc-failure.sh > > before giving up. I then tried to run the md-6.9 branch that's > supposed to have the fixes, but I still see the same md_stop_writes > hangs. md-6.9 branch doesn't have all the fixes, as some recent fixes are routed via the md-6.8 branch. You can try on this branch, which should provide a better base line. The set applies cleanly on this branch. https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git/log/?h=md-6.9-for-hch Thanks, Song