Hi all, The master branch of the xfstests repository at: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git has just been updated to v2025.06.22 version. Thanks, Zorro The new head of the master branch is commit: e1e4a0ea3580 overlay: add tests for data-only redirect with userxattr New commits: Amir Goldstein (2): [8cde30495eb5] fstests: add helper _scratch_shutdown_and_syncfs [4b1cf3df009b] fstests: add helper _require_xfs_io_shutdown Anthony Iliopoulos (2): [3893dd152f1c] src/fill2: fix segfault during fopen error cleanup [d0f634afb0e3] xfs/820: skip test when metadir is not supported Christoph Hellwig (1): [4230bcb1d9f6] generic/740: move checking for a scratch device up Daniel Gomez (1): [e17714ed9544] generic/551: prevent OOM when running on tmpfs with low memory Filipe Manana (2): [ec9a19e72697] generic/032: fix failure due to attempt to wait for non-child process [2bade810290c] btrfs/300: set umask to avoid failure on systems with a different umask Hans Holmberg (2): [e225772353e2] xfs: add mount test for read only rt devices [e7bc1e2427b4] ext4/002: make generic to support xfs Li Chen (1): [c2acd19575e0] generic/738 : add missing _fixed_by_git_commit line to the test Miklos Szeredi (1): [e1e4a0ea3580] overlay: add tests for data-only redirect with userxattr Xinjian Ma (1): [5b6072bc96a4] xfs/603: add _require_scrub Yuezhang Mo (3): [078937463f4a] generic/689: add _require_acls [a69ad67d48ba] generic/622: fix for exfat [595773191547] generic/633: add _require_chown Code Diffstat: common/overlay | 29 ++++ common/rc | 50 +++++- src/fill2.c | 2 +- tests/btrfs/300 | 1 + tests/generic/032 | 13 +- tests/generic/551 | 4 + tests/generic/622 | 7 + tests/generic/623 | 2 +- tests/generic/633 | 1 + tests/generic/689 | 2 + tests/generic/738 | 3 + tests/generic/740 | 6 +- tests/{ext4/002 => generic/766} | 11 +- tests/{ext4/002.out => generic/766.out} | 2 +- tests/overlay/087 | 13 +- tests/overlay/088 | 297 ++++++++++++++++++++++++++++++++ tests/overlay/088.out | 39 +++++ tests/overlay/089 | 273 +++++++++++++++++++++++++++++ tests/overlay/089.out | 5 + tests/xfs/546 | 5 +- tests/xfs/603 | 1 + tests/xfs/820 | 2 +- tests/xfs/837 | 65 +++++++ tests/xfs/837.out | 10 ++ 24 files changed, 812 insertions(+), 31 deletions(-) -- Zorro Lang zlang@kernel.org