On 2020/12/21 0:55, Eryu Guan wrote: > 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. As usual, this update contains some new tests and > various bug fixes and improvements. > > New btrfs tests btrfs/154 and btrfs/227 all currently fail with latest kernel. > And xfs/513 has been updated to catch a xfs bug, but it should pass with latest > kenrel. > > Also, unionmount tests has been improved to run with custom overlay mount > options by assigning $OVERLAY_MOUNT_OPTIONS to UNIONMOUNT_MNTOPTIONS. You need > to update your local unionmount tests to latest to contain commit 95be14e > ("Allow user provided options with or without -o") > > Thanks, > Eryu > > The new head of the master branch is commit: > > 0ad1c034838d overlay: run unionmount tests with custom overlay mount options > > New commits: > > Amir Goldstein (1): > [0ad1c034838d] overlay: run unionmount tests with custom overlay mount options > > Brian Foster (1): > [62cf7ce77f4f] generic/563: use a loop device to avoid partition incompatibility > > Eric Biggers (1): > [a225507009a3] generic: test for creating duplicate filenames in encrypted dir > > Feiyu Zhu (1): > [0c5013c565b7] src/t_enospc.c: Fix an error for the loop initialization declaration > > Filipe Manana (1): > [eabfcdfe9084] btrfs: test incremental send after removing a directory and all its files > > Kaixu Xia (1): > [c2dd12732f31] xfs/513: fix the regression caused by mount option uqnoenforce > > Nikolay Borisov (1): > [2a7406efecc2] btrfs: Update btrfs/215 > > Ritesh Harjani (1): > [72dc169b442e] generic: Add test to check for mounting a huge sparse dm device > > Su Yue (1): > [a633d252e3c4] shared/032: add options for jffs2 > > Xiao Yang (1): > [90d76997831e] src/multi_open_unlink: Stop using attr_set Hi Eryu, Only applying above patch broke the building of xfstests. :-) See my explanation on the original patch set. Best Regards, Xiao Yang > ethanwu (1): > [9f0744b16961] btrfs: test if rename handles dir item collision correctly > > > Code Diffstat: > > common/overlay | 8 ++ > common/rc | 31 ++++++++ > src/Makefile | 2 +- > src/btrfs_crc32c_forged_name.py | 91 ++++++++++++++++++++++ > src/multi_open_unlink.c | 8 +- > src/t_enospc.c | 8 +- > tests/btrfs/154 | 64 ++++++++++++++++ > tests/btrfs/154.out | 2 + > tests/btrfs/215 | 14 ++-- > tests/btrfs/227 | 122 +++++++++++++++++++++++++++++ > tests/btrfs/227.out | 6 ++ > tests/btrfs/group | 2 + > tests/generic/563 | 23 ++++-- > tests/generic/620 | 62 +++++++++++++++ > tests/generic/620.out | 3 + > tests/generic/621 | 166 ++++++++++++++++++++++++++++++++++++++++ > tests/generic/621.out | 21 +++++ > tests/generic/group | 2 + > tests/shared/032 | 5 ++ > tests/xfs/513 | 4 +- > tests/xfs/513.out | 4 +- > 21 files changed, 621 insertions(+), 27 deletions(-) > -- > Eryu Guan > guaneryu@xxxxxxxxx