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 22ee90ae2da798d7462579aeb4b17d8b44671e9d: xfs: test unlinked inode list repair on demand (2023-11-16 09:11:57 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfstests-dev.git tags/xfs-merge-6.7_2023-11-16 for you to fetch changes up to dfaf19dd09b31088d5adfcdd888479301450a8c9: generic: test reads racing with slow reflink operations (2023-11-16 09:11:57 -0800) ---------------------------------------------------------------- fstests: updates for Linux 6.7 [v3] This is pending fixes for things that are going to get merged in 6.7. This time around it's merely a functional test for a locking relaxation in the xfs FICLONE implementation. v2: implement review suggestions v3: add more review tags This has been running on the djcloud for months with no problems. Enjoy! Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (1): generic: test reads racing with slow reflink operations configure.ac | 1 + include/builddefs.in | 1 + m4/package_libcdev.m4 | 13 ++ src/Makefile | 4 + src/t_reflink_read_race.c | 339 ++++++++++++++++++++++++++++++++++++++++++++++ tests/generic/1953 | 75 ++++++++++ tests/generic/1953.out | 6 + 7 files changed, 439 insertions(+) create mode 100644 src/t_reflink_read_race.c create mode 100755 tests/generic/1953 create mode 100644 tests/generic/1953.out