Hi all, The master branch of the xfstests repository at: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git have just been updated. This update mainly contains btrfs new test and fixes. And you may see the new btrfs/218 test fail with latest v5.9-rc2 kernel. Thanks, Eryu The new head of the master branch is commit: cfea24abcf9a generic/574: fix sporadic failure with test_dummy_encryption New commits: Eric Biggers (1): [cfea24abcf9a] generic/574: fix sporadic failure with test_dummy_encryption Josef Bacik (1): [25824c270360] btrfs: add a test for btrfs seed device stats Nikolay Borisov (3): [7b82ef0ff757] btrfs/024: Remove no longer valid test [473d0e1740ca] btrfs/205: Ignore output of chattr command [b9d1dcd13516] common/config: Allow sections names to contain hyphen Code Diffstat: common/config | 2 +- tests/btrfs/024 | 7 ----- tests/btrfs/024.out | 3 --- tests/btrfs/205 | 2 +- tests/btrfs/218 | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/218.out | 25 ++++++++++++++++++ tests/btrfs/group | 1 + tests/generic/574 | 11 +++++--- tests/generic/574.out | 6 ++--- 9 files changed, 112 insertions(+), 18 deletions(-) -- Eryu Guan guaneryu@gmail.com