From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Paul E. McKenney" Subject: Re: [PATCH lkmm tip/core/rcu 06/10] MAINTAINERS: Update maintainers for new Documentaion/litmus-tests/ Date: Thu, 16 Apr 2020 03:07:55 -0700 Message-ID: <20200416100755.GP17661@paulmck-ThinkPad-P72> References: <20200415183343.GA12265@paulmck-ThinkPad-P72> <20200415184945.16487-6-paulmck@kernel.org> <1288d0e231eb61566fefc8a9c0510fc123528da2.camel@perches.com> <20200416001741.GJ17661@paulmck-ThinkPad-P72> <9cd5b3c0a9a0f55d799a3d3ebd68ba8ff5f907d8.camel@perches.com> Reply-To: paulmck@kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.kernel.org ([198.145.29.99]:35412 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2504761AbgDPKH4 (ORCPT ); Thu, 16 Apr 2020 06:07:56 -0400 Content-Disposition: inline In-Reply-To: <9cd5b3c0a9a0f55d799a3d3ebd68ba8ff5f907d8.camel@perches.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Joe Perches Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, kernel-team@fb.com, mingo@kernel.org, stern@rowland.harvard.edu, parri.andrea@gmail.com, will@kernel.org, peterz@infradead.org, boqun.feng@gmail.com, npiggin@gmail.com, dhowells@redhat.com, j.alglave@ucl.ac.uk, luc.maranget@inria.fr, akiyks@gmail.com, "Joel Fernandes (Google)" On Wed, Apr 15, 2020 at 06:46:21PM -0700, Joe Perches wrote: > On Wed, 2020-04-15 at 17:17 -0700, Paul E. McKenney wrote: > > On Wed, Apr 15, 2020 at 02:39:59PM -0700, Joe Perches wrote: > > > On Wed, 2020-04-15 at 11:49 -0700, paulmck@kernel.org wrote: > > > > Also add me as Reviewer for LKMM. Previously a patch to do this was > > > > Acked but somewhere along the line got lost. Add myself in this patch. > > > [] > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > [] > > > > @@ -9806,6 +9806,7 @@ M: Luc Maranget > > > > M: "Paul E. McKenney" > > > > R: Akira Yokosawa > > > > R: Daniel Lustig > > > > +R: Joel Fernandes > > > > L: linux-kernel@vger.kernel.org > > > > L: linux-arch@vger.kernel.org > > > > S: Supported > > > > @@ -9816,6 +9817,7 @@ F: Documentation/core-api/atomic_ops.rst > > > > F: Documentation/core-api/refcount-vs-atomic.rst > > > > F: Documentation/memory-barriers.txt > > > > F: tools/memory-model/ > > > > +F: Documentation/litmus-tests/ > > > > > > trivia: > > > > > > Alphabetic ordering of F: entries please. > > > This should be between core-api and memory-barriers. > > > > > > > LIS3LV02D ACCELEROMETER DRIVER > > > > M: Eric Piel > > > > New one on me, but it does make a lot of sense, especially for cases > > with lots of scattered paths. How about the following? > > Thanks Paul. > > If the recent commits that Linus did just before v5.7-rc1: > > 3b50142d8528 ("MAINTAINERS: sort field names for all entries") > 4400b7d68f6e ("MAINTAINERS: sort entries by entry name") > > don't create too many problems I suppose > > $ scripts/parse-maintainers.pl --order --input=MAINTAINERS --output=MAINTAINERS > > could be run just before every -rc1 to keep all this stuff organized. > > We'll see. Easier than me remembering, I suppose. ;-) Thanx, Paul