From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B041C4338F for ; Tue, 17 Aug 2021 03:11:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1AE9760F38 for ; Tue, 17 Aug 2021 03:11:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234014AbhHQDLv (ORCPT ); Mon, 16 Aug 2021 23:11:51 -0400 Received: from out30-42.freemail.mail.aliyun.com ([115.124.30.42]:39494 "EHLO out30-42.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233690AbhHQDLv (ORCPT ); Mon, 16 Aug 2021 23:11:51 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R721e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04423;MF=eguan@linux.alibaba.com;NM=1;PH=DS;RN=6;SR=0;TI=SMTPD_---0UjHGz2P_1629169876; Received: from localhost(mailfrom:eguan@linux.alibaba.com fp:SMTPD_---0UjHGz2P_1629169876) by smtp.aliyun-inc.com(127.0.0.1); Tue, 17 Aug 2021 11:11:17 +0800 Date: Tue, 17 Aug 2021 11:11:16 +0800 From: Eryu Guan To: Christian Brauner Cc: Eryu Guan , fstests@vger.kernel.org, Christoph Hellwig , Christian Brauner Subject: Re: [PATCH v4 0/8] Extend idmapped mount testsuite Message-ID: <20210817031116.GN60846@e18g06458.et15sqa> References: <20210814104805.1124023-1-brauner@kernel.org> <20210815164611.hkbrnmubliubprin@wittgenstein> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210815164611.hkbrnmubliubprin@wittgenstein> User-Agent: Mutt/1.5.21 (2010-09-15) Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org On Sun, Aug 15, 2021 at 06:46:11PM +0200, Christian Brauner wrote: > On Sat, Aug 14, 2021 at 12:47:57PM +0200, Christian Brauner wrote: > > From: Christian Brauner > > > > Hey everyone, > > > > This is v4 with only a minimal change to getopt_long_only(). The rest is > > identical. In v3 the changes requested by Christoph and his Reviewed-bys > > added. I've also added Josef's Reviewed-by for the newly added btrfs > > specific idmapped mount testsuite. There are no major changes to v2. > > > > This time around I've put everyone in To: to make sure that they receive > > all patches. The list apparently still refues patches if they are fairly > > huge. The series can be pulled from three locations: > > > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/xfstests-dev fs.idmapped.nested_userns > > git@gitlab.com:brauner/xfstests.git fs.idmapped.nested_userns > > git@github.com:brauner/xfstests.git fs.idmapped.nested_userns > > > > This adds three new tests: > > - a regression test for vfs capabilities > > - a new test with nested and complex idmapping layouts > > - a new btrfs specific idmapped mount testsuite > > > > Since v2 patches to support idmapped mounts on btrfs have been merged > > into btrfs' for-next tree: > > https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git/commit/?h=for-next&id=f691ae1e0bc591df5e9897387d726adbb440fc4c > > and so are on track to be included for v5.15. I'd like to get the btrfs > > tests merged now so linux-next can be tested with the them. I hope > > that's ok. > > > > I ran: > > git rebase -i -x "make -j4 clean && make -j4 && sudo ./check -g idmapped" HEAD~8 > > on the whole series. Everthing passes. > > Hey Eryu, > > Sorry for asking but it's been a few months. Did you miss this series > intentionally this iteration? After last weeks mail I added all > Acks/Reviewed-bys that came in so this should hopefully be good to go. Thanks for the revision, that really helps! And I left this patchset intentionally, as it's a big patchset that may need more exposure time. > > I'd really like to see these new tests going in rather soon as their > quite crucial to ensure correct functionality especially since we're > seeing new filesystems making use of idmapped mounts. Sure, I'll merge them this week if there's no more comments. Thanks, Eryu