On Mon, Jun 09, 2025 at 05:19:12PM +0200, Amir Goldstein wrote: > Zorro, > > Please find two new tests by Miklos to cover ian overlayfs feature > merged to 6.16-rc1. Those tests do notrun on older kernels. Thanks for the testing and feedback for older kernels :) > > Adding two new helpers to sort out the shutdown test requiremetns w.r.t > overlayfs following our discussion on generic/623 patch review [1]. Sure, I'll merge this version (after testing) as we talked. Thanks, Zorro > > Thanks, > Amir. > > [1] https://lore.kernel.org/fstests/20250603100745.2022891-5-amir73il@xxxxxxxxx/ > > Amir Goldstein (2): > fstests: add helper _scratch_shutdown_and_syncfs > fstests: add helper _require_xfs_io_shutdown > > Miklos Szeredi (1): > overlay/08[89]: add tests for data-only redirect with userxattr > > common/overlay | 29 +++++ > common/rc | 48 +++++++ > tests/generic/623 | 2 +- > tests/overlay/087 | 13 +- > tests/overlay/088 | 296 ++++++++++++++++++++++++++++++++++++++++++ > tests/overlay/088.out | 39 ++++++ > tests/overlay/089 | 272 ++++++++++++++++++++++++++++++++++++++ > tests/overlay/089.out | 5 + > tests/xfs/546 | 5 +- > 9 files changed, 695 insertions(+), 14 deletions(-) > create mode 100755 tests/overlay/088 > create mode 100644 tests/overlay/088.out > create mode 100755 tests/overlay/089 > create mode 100644 tests/overlay/089.out > > -- > 2.34.1 >