Hi Zorro, Please pull this branch with changes for fstests. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. --D The following changes since commit 4ddd7a7083e4517a20b933d1eac306527a5e0019: xfs: test metapath repairs (2025-02-20 13:52:18 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfstests-dev.git tags/protofiles_2025-02-20 for you to fetch changes up to 915630e294582b91658e300b2302129d77f36504: fstests: test mkfs.xfs protofiles with xattr support (2025-02-20 13:52:18 -0800) ---------------------------------------------------------------- fstests: make protofiles less janky [v6.5 04/22] Add a new regression test for xattr support of xfs protofiles. This has been running on the djcloud for months with no problems. Enjoy! Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (4): xfs/019: reduce _fail calls in test xfs/019: test reserved file support xfs: test filesystem creation with xfs_protofile fstests: test mkfs.xfs protofiles with xattr support common/config | 1 + tests/xfs/019 | 14 ++++-- tests/xfs/019.out | 5 ++ tests/xfs/1894 | 115 ++++++++++++++++++++++++++++++++++++++++++ tests/xfs/1894.out | 4 ++ tests/xfs/1937 | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/1937.out | 102 +++++++++++++++++++++++++++++++++++++ 7 files changed, 380 insertions(+), 5 deletions(-) create mode 100755 tests/xfs/1894 create mode 100644 tests/xfs/1894.out create mode 100755 tests/xfs/1937 create mode 100644 tests/xfs/1937.out