On Mon, Mar 22, 2021 at 4:22 PM Christian Brauner <christian.brauner@xxxxxxxxxx> wrote: > > On Mon, Mar 22, 2021 at 02:50:02PM +0100, Christian Brauner wrote: > > On Mon, Mar 22, 2021 at 02:45:16PM +0100, Christian Brauner wrote: > > > From: Christian Brauner <christian.brauner@xxxxxxxxxx> > > > > > > Hey everyone, > > > > > > This series is available from: > > > https://git.kernel.org/brauner/xfstests-dev/h/idmapped_mounts > > > https://gitlab.com/brauner/xfstests/-/tree/idmapped_mounts > > > https://github.com/brauner/xfstests/tree/idmapped_mounts > > > > I sent this series from my kernel.org mail address and patch 2/6 hasn't > > made it through this time too. So it seems that vger is rejecting it due > > to its size is my guess. I'll go poing the #korg folks to ask what's > > going on and whether that can be handled. > > Ok, Konstantin confirmed that patch 2/6 got dropped because of it's > size. Nothing to do about this now but just as an fyi. > Since 2/6 got dropped, I'll write a small nit here which is also relevant to the rest of the series: --- a/tests/generic/group +++ b/tests/generic/group @@ -634,3 +634,4 @@ 629 auto quick rw copy_range 630 auto quick rw dedupe clone 631 auto quick mount +632 auto atime attr cap io_uring mount perms quick rw unlink This is a mouthful of test tags, but that doesn't hurt. I would personally not bother with obscure tags like 'unlink' but whatever. Two things I would request are: 1. Keep 'auto quick' before all other tags. There is no strong rule about this format, but that's the common practice and it makes sense IMO because -g auto and -g quick are the far more commonly used groups of tests, so it's convenient to be able to 'eye grep' those tests in the group file. 2. Please tags all the idmapped tests with a tag 'idmapped' (or whatever) This would be used for running tests with -g idmapped for quick sanity when modifiying idmapped mounts related code Thanks, Amir.