You were a bit faster than me 😊 I was able to extend my system to provide all needed utilities / kernel features and also got all the tests run. But to not loose my progress, I'd like to contribute my yocto recipe to the meta-openembedded project. It would be great if you could clarify a few things for me. 1) The base test harness is xfstests, URL: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git 2) Ovelayfs testsuite, URL: https://github.com/amir73il/unionmount-testsuite.git 3) The test suite also requires fsck.overlay, URL: https://github.com/hisilicon/overlayfs-progs Are all the URLs are correct? #2 and #3 are official repositories so to say? Thanks, Vyacheslav - confidential - > -----Original Message----- > From: Amir Goldstein <amir73il@xxxxxxxxx> > Sent: Friday, June 4, 2021 14:33 > To: Yurkov, Vyacheslav <Vyacheslav.Yurkov@xxxxxxxxxx> > Cc: Vyacheslav Yurkov <uvv.mail@xxxxxxxxx>; Miklos Szeredi > <miklos@xxxxxxxxxx>; overlayfs <linux-unionfs@xxxxxxxxxxxxxxx> > Subject: Re: [PATCH v3 3/3] ovl: do not set overlay.opaque for new > directories > > > Ok we still need to verify no regressions on those skipped test. > > I can run them on my setup when I get the time if you cannot find > > another test setup which meets the requirements. > > > > Run the overlay/quick tests on your patches. > No regressions. > > Thanks, > Amir.