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 v2022.12.18 release. Release note: 1) No new case this week. 2) Some improvement on common/populate and related part. 3) Fix some issue of check script More details refer to below, thanks for all your contribution! Thanks, Zorro The new head of the for-next branch is commit: e26310404671 fuzzy: don't fail on compressed metadumps New commits ([U]pdate): Darrick J. Wong (5): [U] [a8a3cd342f90] xfs/018: fix attr value setting in this test [U] [538abf799424] common/populate: create helpers to handle restoring metadumps [U] [830b45aa636f] common/xfs: create a helper for restoring metadumps to the scratch devs [U] [b8c6b5045afb] common/populate: move decompression code to _{xfs,ext4}_mdrestore [U] [e26310404671] fuzzy: don't fail on compressed metadumps David Disseldorp (1): [U] [210af953f709] check: ensure sect_stop is initialized if interrupted Leah Rumancik (1): [U] [99b970640652] check: wipe tmp.arglist Qu Wenruo (1): [U] [8a1c35e615fd] check: call _check_dmesg even if the test case failed Xiao Yang (1): [U] [e4b8751d735e] xfs/243: add _require_scratch_delalloc() Yang Xu (1): [U] [9c69817e88ef] src/vfs/utils: Reset errno to zero when detect O_TMPFILE Ziyang Zhang (2): [U] [be957968f6fa] common/xfs: Add a helper to export inode core size [U] [8fc059413cc1] common/populate: Ensure that S_IFDIR.FMT_BTREE is in btree format Code Diffstat: check | 6 +++++- common/ext4 | 20 ++++++++++++++++++++ common/fuzzy | 5 ++--- common/populate | 49 +++++++++++++++++++++++++++++++++++-------------- common/xfs | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/vfs/utils.c | 6 ++++-- tests/xfs/018 | 17 +++++++++++++++-- tests/xfs/018.out | 42 +++++++++++++++++++++++++++++++----------- tests/xfs/129 | 2 +- tests/xfs/234 | 2 +- tests/xfs/243 | 1 + tests/xfs/253 | 2 +- tests/xfs/284 | 2 +- tests/xfs/291 | 2 +- tests/xfs/335 | 3 ++- tests/xfs/336 | 5 +++-- tests/xfs/337 | 3 ++- tests/xfs/341 | 3 ++- tests/xfs/342 | 3 ++- tests/xfs/432 | 2 +- tests/xfs/503 | 8 ++++---- 21 files changed, 186 insertions(+), 49 deletions(-) -- Zorro Lang zlang@xxxxxxxxxx