On Mon, May 26, 2025 at 7:05 PM André Almeida <andrealmeid@xxxxxxxxxx> wrote: > > Hi Amir, > > Thanks for the fixes! > > First of all, you sent two patches for 3/4: > [PATCH 3/4] generic/604: do not run with overlayfs > [PATCH 3/4] generic/604: opt-out with overlayfs OOPS I meant to post the first one - it's just a change of wording in the title. > > I tested this with Linux 6.15 with the following command: > $ sudo FSTYPE=ext4 TEST_DIR=/tmp/dir1 TEST_DEV=/dev/vdb > SCRATCH_DEV=/dev/vdc SCRATCH_MNT=/tmp/dir2 ./check -overlay > > These are the results before applying this patchset: > > Failures: generic/294 generic/306 generic/452 generic/599 generic/623 > overlay/019 overlay/035 > Failed 7 of 859 tests > > After applying: > > Failures: generic/294 overlay/019 > Failed 2 of 859 tests > Those two tests pass for me on both xfs and ext4 base fs. I am running with trixie libmount v1.41 with fstests tag v25.05.2025 (+my patches). Please analyse the failures so we know if I am missing something again. > So the tests that I reported in my thread are now working. > > All patches are: > Tested-by: André Almeida <andrealmeid@xxxxxxxxxx> > Thanks! Amir.