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 v2022.12.18 version. Thanks, Zorro The new head of the master branch is commit: e26310404671 fuzzy: don't fail on compressed metadumps New commits: Darrick J. Wong (5): [a8a3cd342f90] xfs/018: fix attr value setting in this test [538abf799424] common/populate: create helpers to handle restoring metadumps [830b45aa636f] common/xfs: create a helper for restoring metadumps to the scratch devs [b8c6b5045afb] common/populate: move decompression code to _{xfs,ext4}_mdrestore [e26310404671] fuzzy: don't fail on compressed metadumps David Disseldorp (1): [210af953f709] check: ensure sect_stop is initialized if interrupted Leah Rumancik (1): [99b970640652] check: wipe tmp.arglist Qu Wenruo (1): [8a1c35e615fd] check: call _check_dmesg even if the test case failed Xiao Yang (1): [e4b8751d735e] xfs/243: add _require_scratch_delalloc() Yang Xu (1): [9c69817e88ef] src/vfs/utils: Reset errno to zero when detect O_TMPFILE Ziyang Zhang (2): [be957968f6fa] common/xfs: Add a helper to export inode core size [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