linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luis Chamberlain <mcgrof@kernel.org>
To: Amir Goldstein <amir73il@gmail.com>,
	"Darrick J. Wong" <djwong@kernel.org>,
	Linus Torvalds <torvalds@linux-foundation.org>
Cc: corbet@lwn.net, linux-xfs@vger.kernel.org,
	linux-fsdevel@vger.kernel.org, david@fromorbit.com,
	cem@kernel.org, sandeen@sandeen.net, chandan.babu@oracle.com,
	leah.rumancik@gmail.com, zlang@kernel.org,
	fstests@vger.kernel.org, willy@infradead.org,
	shirley.ma@oracle.com, konrad.wilk@oracle.com
Subject: Re: [PATCH 1/3] docs: add maintainer entry profile for XFS
Date: Tue, 15 Aug 2023 16:54:55 -0700	[thread overview]
Message-ID: <ZNwQT80yoHYrjvn+@bombadil.infradead.org> (raw)
In-Reply-To: <CAOQ4uxibnPqE5qG9R53JyaMY1bd6j9OH0pq2eQxYpxDwf3xnGw@mail.gmail.com>

On Sat, Aug 12, 2023 at 12:05:33PM +0300, Amir Goldstein wrote:
> On Sat, Aug 12, 2023 at 3:04 AM Darrick J. Wong <djwong@kernel.org> wrote:
> >
> > On Fri, Aug 11, 2023 at 12:31:18PM -0700, Luis Chamberlain wrote:
> > > On Tue, Aug 01, 2023 at 12:58:21PM -0700, Darrick J. Wong wrote:
> > > > +Roles
> > > > +-----
> > > > +There are seven key roles in the XFS project.
> > > > +- **Testing Lead**: This person is responsible for setting the test
> > > > +  coverage goals of the project, negotiating with developers to decide
> > > > +  on new tests for new features, and making sure that developers and
> > > > +  release managers execute on the testing.
> > > > +
> > > > +  The testing lead should identify themselves with an ``M:`` entry in
> > > > +  the XFS section of the fstests MAINTAINERS file.
> > >
> > > I think breaking responsibility down is very sensible, and should hopefully
> > > allow you to not burn out. Given I realize how difficult it is to do all
> > > the tasks, and since I'm already doing quite a bit of testing of XFS
> > > on linux-next I can volunteer to help with this task of testing lead
> > > if folks also think it may be useful to the community.
> > >
> > > The only thing is I'd like to also ask if Amir would join me on the
> > > role to avoid conflicts of interest when and if it comes down to testing
> > > features I'm involved in somehow.
> >
> > Good question.  Amir?
> >
> 
> I am more than happy to help, but I don't believe that I currently perform
> or that I will have time to perform the official duties of **Testing
> Lead** role.
> 
> I fully support the nomination of Luis and I think the **Release Manager**
> should be able to resolve any conflict of interests of the **Testing Lead**
> as feature developer should any such conflicts arise :)

Fair enough.

Darrick, I suppose just one thing then, using M for Testing Lead seems
likely to implicate the 'Testing Lead' getting Cc'd on every single new
patch. As much as I could help review, I don't think I can commit to
that, and I think that's the point of the current split. To let us split
roles to help scale stuff.

So how about a separate new prefix, TL: ? Adding Linus in case he has
a stronger preference to only keep us at one character fist index on
MAINTAINERS.

  Luis

  reply	other threads:[~2023-08-15 23:55 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-01 19:58 [PATCHSET 0/3] xfs: maintainer transition for 6.6 Darrick J. Wong
2023-08-01 19:58 ` [PATCH 1/3] docs: add maintainer entry profile for XFS Darrick J. Wong
2023-08-04  5:09   ` Darrick J. Wong
2023-08-04  6:08     ` Chandan Babu R
2023-08-11 19:31   ` Luis Chamberlain
2023-08-12  0:04     ` Darrick J. Wong
2023-08-12  9:05       ` Amir Goldstein
2023-08-15 23:54         ` Luis Chamberlain [this message]
2023-08-16  0:11           ` Darrick J. Wong
2023-08-16  1:22             ` Luis Chamberlain
2023-08-16  6:04             ` Zorro Lang
2023-08-17  0:33               ` Darrick J. Wong
2023-08-17  1:15                 ` Luis Chamberlain
2023-08-19  2:07                   ` Darrick J. Wong
2023-08-19 19:07                     ` Luis Chamberlain
2023-08-19  3:52                 ` Zorro Lang
2023-08-01 19:58 ` [PATCH 2/3] MAINTAINERS: drop me as XFS maintainer Darrick J. Wong
2023-08-01 19:58 ` [PATCH 3/3] MAINTAINERS: add Chandan Babu as XFS release manager Darrick J. Wong
2023-08-03 13:07   ` Chandan Babu R
2023-08-02 19:31 ` [PATCHSET 0/3] xfs: maintainer transition for 6.6 Darrick J. Wong
  -- strict thread matches above, loose matches on Subject: below --
2023-08-04 16:24 [PATCHSET v2 " Darrick J. Wong
2023-08-04 16:25 ` [PATCH 1/3] docs: add maintainer entry profile for XFS Darrick J. Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZNwQT80yoHYrjvn+@bombadil.infradead.org \
    --to=mcgrof@kernel.org \
    --cc=amir73il@gmail.com \
    --cc=cem@kernel.org \
    --cc=chandan.babu@oracle.com \
    --cc=corbet@lwn.net \
    --cc=david@fromorbit.com \
    --cc=djwong@kernel.org \
    --cc=fstests@vger.kernel.org \
    --cc=konrad.wilk@oracle.com \
    --cc=leah.rumancik@gmail.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=sandeen@sandeen.net \
    --cc=shirley.ma@oracle.com \
    --cc=torvalds@linux-foundation.org \
    --cc=willy@infradead.org \
    --cc=zlang@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).