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.08.27 release. Release Notes: 1) There's a new test case (btrfs/300) in this release, meanwhile an invalid test case (generic/471) is removed. 2) A new helper _random_file() helps to improve the performance to get a random file name in a directory. More bug fixes or improvement refer to below. Thanks for all these contributions! Thanks, Zorro The new head of the for-next branch is commit: fd94fc408b3e generic/471: Remove this broken case New commits ([N]ew, [U]pdate, [D]elete): Amir Goldstein (2): [U] [6d63f23987a6] check: fix parsing expunge file with comments [U] [9caf3ee07d0d] generic/{175,297,298}: fix use of uninitialized var David Disseldorp (1): [U] [515adab889b9] common/rc: drop 'fsck -f' parameter from _repair_test_fs Filipe Manana (1): [U] [4a78fc26ab16] btrfs/213: fix failure due to misspelled function name Lee Trager (1): [N] [eccdeae8fc41] fstests: Verify dir permissions when creating a stub subvolume Naohiro Aota (4): [U] [697988c94e87] btrfs/220: do not run async discard test on zoned device [U] [778364fffb35] common/rc: introduce _random_file() helper [U] [4dd2822ae01a] fstests/btrfs: use _random_file() helper [U] [a0c6958c0e36] btrfs/004: use shuf to shuffle the file lines Qu Wenruo (1): [U] [79d409ce9e39] fstests: fsstress: wait interrupted aio to finish Shiyang Ruan (1): [U] [d9b0c584e25b] fsx: tidy options usage and format Stas Sergeev (2): [U] [857c18868a0e] t_ofd_locks: fix stalled semaphore handling [U] [ae154c192b95] t_ofd_locks: fix sem initialization sequence Yang Xu (1): [D] [fd94fc408b3e] generic/471: Remove this broken case Code Diffstat: check | 4 +- common/rc | 14 +++++- ltp/fsstress.c | 20 ++++++++- ltp/fsx.c | 29 +++++++----- src/t_ofd_locks.c | 121 +++++++++++++++++++++----------------------------- tests/btrfs/004 | 2 +- tests/btrfs/179 | 9 ++-- tests/btrfs/192 | 14 ++---- tests/btrfs/213 | 2 +- tests/btrfs/220 | 4 +- tests/btrfs/300 | 52 ++++++++++++++++++++++ tests/btrfs/300.out | 18 ++++++++ tests/generic/175 | 1 - tests/generic/297 | 1 - tests/generic/298 | 1 - tests/generic/471 | 67 ---------------------------- tests/generic/471.out | 13 ------ tests/generic/478 | 37 +++++++++++++-- tests/overlay/020 | 7 +-- 19 files changed, 219 insertions(+), 197 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx