Hi all, The for-next branch of the xfstests repository at: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git has just been updated and tagged as v2023.05.01 release. Release Note: 1. There's not new case in this release. 2. New SOAK_DURATION global parameter, to help part of soak group testing keep running a specific time. New option "--duration" for fsstress.c and fsx.c to support this feature. I'd like to add more cases to soak group, and support this parameter. 3. fstests offically supports AFS testing now, Thanks David Howells. More updates and bug fixes refer to below, thanks for all these contribution! Thanks, Zorro The new head of the for-next branch is commit: 2e361b3da66d misc: add duration for recovery loop tests New commits: Darrick J. Wong (5): [c63ce4a5eac8] xfs/517: add missing freeze command [a1daffd9bbff] generic/476: reclassify this test as a long running soak stress test [2b56a7d93ab0] readme: document TIME/LOAD_FACTOR [3e85dd4fe423] misc: add duration for long soak tests [2e361b3da66d] misc: add duration for recovery loop tests David Howells (7): [3e7529aff5d2] fstests: add AFS support [2ce9cd8c026f] generic/314, afs: Allow for a filesystem that doesn't honour SGID inheritance [ec575a86da79] generic/317, afs: Allow for a filesystem not to honour the local uid/gid [f1f408150d09] generic/123, generic/128, afs: Allow for an fs that does its own perm management [ddff883c8c3a] generic/531: Check for O_TMPFILE [c71a4391eadd] generic/696: AFS doesn't support the "noacl" command line option [5f6b9e575f1b] fstests: Doc changes for afs Leah Rumancik (1): [4a444bc19a83] check: _check_filesystems for errors even if test failed Theodore Ts'o (1): [c7d81cdecbef] check: try to fix the test device if it gets corrupted Xiubo Li (1): [067acc189b6d] common/rc: skip ceph when atime is required Yang Xu (1): [ea9160e0fcaf] src: Don't include <sys/mount.h> and <linux/mount.h> together Code Diffstat: README | 14 +++- README.config-sections | 7 ++ build/rpm/xfstests.spec.in | 2 +- check | 23 +++++- common/config | 17 ++++- common/fuzzy | 7 +- common/rc | 151 ++++++++++++++++++++++++++++++++++++-- common/report | 1 + common/xfs | 12 +++ doc/group-names.txt | 3 +- doc/requirement-checking.txt | 23 ++++++ doc/testing-afs.txt | 36 +++++++++ ltp/fsstress.c | 78 +++++++++++++++++++- ltp/fsx.c | 50 ++++++++++++- src/detached_mounts_propagation.c | 5 +- src/soak_duration.awk | 23 ++++++ src/vfs/utils.c | 1 - tests/generic/019 | 1 + tests/generic/123 | 1 + tests/generic/128 | 1 + tests/generic/314 | 1 + tests/generic/317 | 1 + tests/generic/388 | 2 +- tests/generic/475 | 2 +- tests/generic/476 | 7 +- tests/generic/482 | 1 + tests/generic/521 | 1 + tests/generic/522 | 1 + tests/generic/531 | 1 + tests/generic/642 | 1 + tests/generic/648 | 8 +- tests/generic/696 | 5 +- tests/xfs/517 | 2 +- 33 files changed, 456 insertions(+), 33 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx