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.09.03 release. Release Notes: 1) There's a new test case in this release -- xfs/600. It's for a known bug, so it fails currently. 2) The g/650, g/616 and g/617 support SOAK_DURATION now, and are added to "soak" group. Welcome more soak tests support SOAK_DURATION, and be in soak group. 3) The g/650 runs less time by default (won't break most of my test machines:). And It's changed to cover a new bug, which will cause a *kernel crash*. So be careful to run it. 4) Several generic test cases are skipped on NFS by default. More details and other improvements/fixes refer to below, thanks for all these contributions. Thanks, Zorro The new head of the for-next branch is commit: 2848174358e5 xfs/559: adapt to kernels that use large folios for writes New commits: Bill O'Donnell (1): [0fc226e7eac1] fstests: generic/352 should accomodate other pwrite behaviors Darrick J. Wong (8): [9445d70f0fd6] fstests: test fix for an agbno overflow in __xfs_getfsmap_datadev [d8008ba6d6f6] generic/650: add SOAK_DURATION controls [6769d7e094f2] generic/650: race mount and unmount with cpu hotplug too [7a2663730e69] generic/61[67]: support SOAK_DURATION [c5cef5ba74ed] btrfs/282: skip test if /var/lib/btrfs isnt writable [bfe2fd60049e] common: split _get_hugepagesize into detection and actual query [225170dbbc68] common: rename get_page_size to _get_page_size [2848174358e5] xfs/559: adapt to kernels that use large folios for writes Jeff Layton (6): [6bf1570d33cc] common/attr: fix the _require_acl test [24f63dbc15de] generic/578: add a check to ensure that fiemap is supported [2fcf852d5e6c] generic/*: add a check for security attrs [b6f51cac4dbe] generic/294: don't run this test on NFS [cf1ef0daf488] generic/357: don't run this test on NFS [59037f2aa014] generic/187: don't run this test on NFS Naohiro Aota (4): [2817df3ae9d7] aio-dio-write-verify: check for the IO errors [c5e4bff3a8a4] aio-dio-write-verify: print more info on the error case [d3bbcf20d8a2] generic/551: bail out test if aio-dio-write-verify failed [c1b325152870] btrfs/237: kick reclaim process with a small filesystem Code Diffstat: common/attr | 9 +++-- common/btrfs | 2 +- common/filter | 2 +- common/rc | 19 ++++++----- common/verity | 2 +- src/aio-dio-regress/aio-dio-write-verify.c | 17 +++++++-- tests/btrfs/049 | 2 +- tests/btrfs/106 | 2 +- tests/btrfs/173 | 4 +-- tests/btrfs/174 | 2 +- tests/btrfs/175 | 4 +-- tests/btrfs/176 | 4 +-- tests/btrfs/192 | 2 +- tests/btrfs/215 | 2 +- tests/btrfs/237 | 21 ++++++++++-- tests/btrfs/251 | 2 +- tests/btrfs/271 | 2 +- tests/btrfs/274 | 2 +- tests/btrfs/282 | 7 ++++ tests/btrfs/293 | 2 +- tests/ext4/003 | 2 +- tests/ext4/022 | 2 +- tests/ext4/306 | 2 +- tests/generic/187 | 5 ++- tests/generic/270 | 2 ++ tests/generic/294 | 6 ++-- tests/generic/352 | 10 +++--- tests/generic/352.out | 6 ++-- tests/generic/357 | 5 +++ tests/generic/413 | 1 + tests/generic/416 | 2 +- tests/generic/472 | 2 +- tests/generic/495 | 2 +- tests/generic/496 | 2 +- tests/generic/497 | 2 +- tests/generic/513 | 2 ++ tests/generic/551 | 6 ++-- tests/generic/574 | 2 +- tests/generic/578 | 1 + tests/generic/605 | 1 + tests/generic/616 | 3 +- tests/generic/617 | 3 +- tests/generic/636 | 2 +- tests/generic/641 | 2 +- tests/generic/650 | 18 ++++++++-- tests/generic/675 | 2 ++ tests/generic/688 | 2 ++ tests/generic/727 | 2 ++ tests/xfs/513 | 2 +- tests/xfs/552 | 2 +- tests/xfs/559 | 29 +++++++++++++++- tests/xfs/600 | 55 ++++++++++++++++++++++++++++++ tests/xfs/600.out | 2 ++ 53 files changed, 228 insertions(+), 68 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx