From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Chinner Subject: Re: [PATCH 0/3] namei: implement various scoping AT_* flags Date: Mon, 1 Oct 2018 16:14:27 +1000 Message-ID: <20181001061427.GR31060@dastard> References: <20180929103453.12025-1-cyphar@cyphar.com> <20181001040821.GP31060@dastard> <20181001054723.lekp3nqgctdyly7m@ryuk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20181001054723.lekp3nqgctdyly7m@ryuk> Sender: linux-kernel-owner@vger.kernel.org To: Aleksa Sarai Cc: Jeff Layton , "J. Bruce Fields" , Al Viro , Arnd Bergmann , Shuah Khan , David Howells , Andy Lutomirski , Christian Brauner , Eric Biederman , Tycho Andersen , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-arch@vger.kernel.org, linux-kselftest@vger.kernel.org, dev@opencontainers.org, containers@lists.linux-foundation.org List-Id: linux-arch.vger.kernel.org On Mon, Oct 01, 2018 at 03:47:23PM +1000, Aleksa Sarai wrote: > On 2018-10-01, Dave Chinner wrote: > > > I've added some selftests for this, but it's not clear to me whether > > > they should live here or in xfstests (as far as I can tell there are no > > > other VFS tests in selftests, while there are some tests that look like > > > generic VFS tests in xfstests). If you'd prefer them to be included in > > > xfstests, let me know. > > > > xfstests, please. That way the new functionality will get immediate > > coverage by all the main filesystem development and distro QA > > teams.... > > Sure, will do. Do you want me to submit them in parallel -- That's usually the way we do things, but we don't tend to commit the fstests changes until the thing it is testing has landed upstream. > and what is > the correct ML to submit changes to xfstests? fstests@vger.kernel.org > Sorry for the silly questions. :P You're going to have many more of them when you start moving the tests across to fstests :P Cheers, Dave. -- Dave Chinner david@fromorbit.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ipmail06.adl2.internode.on.net ([150.101.137.129]:44813 "EHLO ipmail06.adl2.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728709AbeJAMug (ORCPT ); Mon, 1 Oct 2018 08:50:36 -0400 Date: Mon, 1 Oct 2018 16:14:27 +1000 From: Dave Chinner Subject: Re: [PATCH 0/3] namei: implement various scoping AT_* flags Message-ID: <20181001061427.GR31060@dastard> References: <20180929103453.12025-1-cyphar@cyphar.com> <20181001040821.GP31060@dastard> <20181001054723.lekp3nqgctdyly7m@ryuk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181001054723.lekp3nqgctdyly7m@ryuk> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Aleksa Sarai Cc: Jeff Layton , "J. Bruce Fields" , Al Viro , Arnd Bergmann , Shuah Khan , David Howells , Andy Lutomirski , Christian Brauner , Eric Biederman , Tycho Andersen , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-arch@vger.kernel.org, linux-kselftest@vger.kernel.org, dev@opencontainers.org, containers@lists.linux-foundation.org Message-ID: <20181001061427.Uro3TS7LWg9DDtaNWAF_xJkDuJ8kcKlzfuppTcWnR5k@z> On Mon, Oct 01, 2018 at 03:47:23PM +1000, Aleksa Sarai wrote: > On 2018-10-01, Dave Chinner wrote: > > > I've added some selftests for this, but it's not clear to me whether > > > they should live here or in xfstests (as far as I can tell there are no > > > other VFS tests in selftests, while there are some tests that look like > > > generic VFS tests in xfstests). If you'd prefer them to be included in > > > xfstests, let me know. > > > > xfstests, please. That way the new functionality will get immediate > > coverage by all the main filesystem development and distro QA > > teams.... > > Sure, will do. Do you want me to submit them in parallel -- That's usually the way we do things, but we don't tend to commit the fstests changes until the thing it is testing has landed upstream. > and what is > the correct ML to submit changes to xfstests? fstests@vger.kernel.org > Sorry for the silly questions. :P You're going to have many more of them when you start moving the tests across to fstests :P Cheers, Dave. -- Dave Chinner david@fromorbit.com