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 v2023.08.06 version. Thanks, Zorro The new head of the master branch is commit: 0ca1d4fbb2e9 xfs: skip fragmentation tests when alwayscow mode is enabled, part 2 New commits: Christoph Hellwig (2): [625b651b3060] generic: add a test for device removal with dirty data [b716634e75d2] generic: add a test for device removal without dirty data Darrick J. Wong (4): [03d27d802569] xfs/122: adjust test for flexarray conversions in 6.5 [d39fb9a81d76] check: generate gcov code coverage reports at the end of each section [d542fbc4ccef] generic/642: fix SOAK_DURATION usage in generic/642 [0ca1d4fbb2e9] xfs: skip fragmentation tests when alwayscow mode is enabled, part 2 Filipe Manana (1): [24cfe625794e] btrfs/276: make test accurate regarding number of expected extents Luis Chamberlain (1): [a0c36009103b] fstests: add helper to canonicalize devices used to enable persistent disks Qu Wenruo (2): [e573069170b6] btrfs/294: reject zoned devices for now [d74975e2c284] btrfs: add a test case to make sure scrub can repair parity corruption Theodore Ts'o (1): [32201166fb09] fstests: install soak_duration.awk Zorro Lang (1): [3f86deef7cbd] fstests: add smoketest group Code Diffstat: README | 6 ++++ check | 19 +++++++++++ common/config | 32 ++++++++++++++++++- common/gcov | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++ doc/group-names.txt | 1 + src/Makefile | 3 +- tests/btrfs/276 | 86 ++++++++++++++++++++++++++++++++------------------ tests/btrfs/276.out | 20 ++++++------ tests/btrfs/294 | 8 +++-- tests/btrfs/297 | 85 +++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/297.out | 2 ++ tests/generic/475 | 2 +- tests/generic/476 | 2 +- tests/generic/521 | 2 +- tests/generic/522 | 2 +- tests/generic/642 | 4 +-- tests/generic/730 | 57 +++++++++++++++++++++++++++++++++ tests/generic/730.out | 2 ++ tests/generic/731 | 58 ++++++++++++++++++++++++++++++++++ tests/generic/731.out | 2 ++ tests/xfs/122 | 8 +++++ tests/xfs/180 | 1 + tests/xfs/208 | 1 + 23 files changed, 438 insertions(+), 52 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx