On Mon, May 09, 2022 at 12:01:25AM +0800, Zorro Lang wrote: > 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.05.08 release. > > In this release, Amir's patches provide "black list" support in _supported_fs, > and two helpers _fixed_in_version() and _fixed_by_kernel_commit() to print hints > for reasons of test failures. Feel free to use these helpers on new cases, or > improve old cases. > > *A Kindly Reminder* > Next week(2022.05.09 ~ 05.15) we plan to merge a big idmapped-mounts related > code refactoring, details refer to: > > https://lore.kernel.org/fstests/20220507122649.dp7iopuu7rllli7k@zlang-mailbox/ > https://lore.kernel.org/fstests/20220507154346.oxfwcq547p325ti3@wittgenstein/T/#mf1bdf41d4a99bb4d1b90dfee2d30ac872c6074f2 > > so if you're going to write patches to change src/idmapped-mounts, better to > wait one more week, to avoid terrible rebasing later. Hi Christian, I've sent this notification, hope to get your patchset soon :) Before offical release, I can provide a topic branch (maybe idmapped-mounts-refactoring) for your changes temporarily, as others might want to give it a test or write patches base on your changes but don't want to wait so long time. Thanks, Zorro > > Thanks, > Zorro > > The new head of the for-next branch is commit: > > 87cf32ad3fa2 idmapped-mounts: Add open with O_TMPFILE operation in setgid test > > New commits: > > Amir Goldstein (2): > [U] [6ee5ffa079b9] common: support black listing fs in _supported_fs() > [U] [28c52b15c6e2] common: print hints for reasons of test failures > > Chandan Babu R (1): > [D] [9ae10c882550] xfs/533: Delete test since directory's extent count can never overflow > > Dave Chinner (1): > [U] [441606d28681] fstests: faster group file creation > > Yang Xu (3): > [U] [6ac390bb605b] idmapped-mounts: Reset errno to zero before run_test > [U] [5328ab947ff4] idmapped-mounts: Add mknodat operation in setgid test > [U] [87cf32ad3fa2] idmapped-mounts: Add open with O_TMPFILE operation in setgid test > > > Code Diffstat: > > check | 10 +- > common/preamble | 30 +-- > common/rc | 57 +++++- > src/idmapped-mounts/idmapped-mounts.c | 369 +++++++++++++++++++++++++++++++++- > tests/generic/500 | 3 +- > tests/generic/631 | 3 +- > tests/generic/679 | 3 +- > tests/overlay/009 | 3 + > tests/overlay/010 | 3 + > tests/overlay/014 | 2 + > tests/overlay/016 | 4 +- > tests/overlay/017 | 4 +- > tests/overlay/018 | 4 +- > tests/overlay/020 | 3 + > tests/overlay/022 | 2 + > tests/overlay/029 | 2 + > tests/overlay/038 | 2 + > tests/overlay/041 | 2 + > tests/overlay/042 | 3 + > tests/overlay/043 | 4 +- > tests/overlay/044 | 4 +- > tests/overlay/054 | 3 + > tests/overlay/055 | 3 + > tests/overlay/063 | 3 + > tests/overlay/065 | 4 + > tests/overlay/067 | 3 + > tests/overlay/070 | 4 +- > tests/overlay/071 | 4 +- > tests/overlay/072 | 2 + > tests/overlay/074 | 5 + > tests/overlay/077 | 5 + > tests/overlay/078 | 1 + > tests/xfs/533 | 170 ---------------- > tests/xfs/533.out | 17 -- > tools/mkgroupfile | 66 ++++-- > 35 files changed, 541 insertions(+), 266 deletions(-) > -- > Zorro Lang > zlang@xxxxxxxxxx