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. Adding two new helpers to sort out the shutdown test requiremetns w.r.t overlayfs following our discussion on generic/623 patch review [1]. 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