public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] MAINTAINERS: add the Memory Consistency Model subsystem
@ 2018-02-01 12:04 Andrea Parri
  2018-02-01 13:44 ` Will Deacon
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Parri @ 2018-02-01 12:04 UTC (permalink / raw)
  To: stern, will.deacon, peterz, boqun.feng, npiggin, dhowells,
	j.alglave, luc.maranget, paulmck
  Cc: linux-kernel, mingo, Andrea Parri

Integrate (and then remove) tools/memory-model/MAINTAINERS into the
main MAINTAINERS file. This way get_maintainer.pl can give a "right
answer" for tools/memory-model/.

Suggested-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Andrea Parri <parri.andrea@gmail.com>
---
 MAINTAINERS                    | 16 ++++++++++++++++
 tools/memory-model/MAINTAINERS | 15 ---------------
 2 files changed, 16 insertions(+), 15 deletions(-)
 delete mode 100644 tools/memory-model/MAINTAINERS

diff --git a/MAINTAINERS b/MAINTAINERS
index 217a8759e897e..08454be9237d7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8091,6 +8091,22 @@ M:	Kees Cook <keescook@chromium.org>
 S:	Maintained
 F:	drivers/misc/lkdtm*
 
+LINUX KERNEL MEMORY CONSISTENCY MODEL
+M:	Alan Stern <stern@rowland.harvard.edu>
+M:	Andrea Parri <parri.andrea@gmail.com>
+M:	Will Deacon <will.deacon@arm.com>
+M:	Peter Zijlstra <peterz@infradead.org>
+M:	Boqun Feng <boqun.feng@gmail.com>
+M:	Nicholas Piggin <npiggin@gmail.com>
+M:	David Howells <dhowells@redhat.com>
+M:	Jade Alglave <j.alglave@ucl.ac.uk>
+M:	Luc Maranget <luc.maranget@inria.fr>
+M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
+L:	linux-kernel@vger.kernel.org
+S:	Supported
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
+F:	tools/memory-model/
+
 LINUX SECURITY MODULE (LSM) FRAMEWORK
 M:	Chris Wright <chrisw@sous-sol.org>
 L:	linux-security-module@vger.kernel.org
diff --git a/tools/memory-model/MAINTAINERS b/tools/memory-model/MAINTAINERS
deleted file mode 100644
index db3bd3fc0435b..0000000000000
--- a/tools/memory-model/MAINTAINERS
+++ /dev/null
@@ -1,15 +0,0 @@
-LINUX KERNEL MEMORY CONSISTENCY MODEL
-M:	Alan Stern <stern@rowland.harvard.edu>
-M:	Andrea Parri <parri.andrea@gmail.com>
-M:	Will Deacon <will.deacon@arm.com>
-M:	Peter Zijlstra <peterz@infradead.org>
-M:	Boqun Feng <boqun.feng@gmail.com>
-M:	Nicholas Piggin <npiggin@gmail.com>
-M:	David Howells <dhowells@redhat.com>
-M:	Jade Alglave <j.alglave@ucl.ac.uk>
-M:	Luc Maranget <luc.maranget@inria.fr>
-M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
-L:	linux-kernel@vger.kernel.org
-S:	Supported
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
-F:	tools/memory-model/
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: add the Memory Consistency Model subsystem
  2018-02-01 12:04 [PATCH 2/2] MAINTAINERS: add the Memory Consistency Model subsystem Andrea Parri
@ 2018-02-01 13:44 ` Will Deacon
  2018-02-01 19:39   ` Andrea Parri
  0 siblings, 1 reply; 3+ messages in thread
From: Will Deacon @ 2018-02-01 13:44 UTC (permalink / raw)
  To: Andrea Parri
  Cc: stern, peterz, boqun.feng, npiggin, dhowells, j.alglave,
	luc.maranget, paulmck, linux-kernel, mingo, corbet

On Thu, Feb 01, 2018 at 01:04:26PM +0100, Andrea Parri wrote:
> Integrate (and then remove) tools/memory-model/MAINTAINERS into the
> main MAINTAINERS file. This way get_maintainer.pl can give a "right
> answer" for tools/memory-model/.
> 
> Suggested-by: Ingo Molnar <mingo@kernel.org>
> Signed-off-by: Andrea Parri <parri.andrea@gmail.com>
> ---
>  MAINTAINERS                    | 16 ++++++++++++++++
>  tools/memory-model/MAINTAINERS | 15 ---------------
>  2 files changed, 16 insertions(+), 15 deletions(-)
>  delete mode 100644 tools/memory-model/MAINTAINERS

Acked-by: Will Deacon <will.deacon@arm.com>

Makes a lot more sense having this in the top-level MAINTAINERS file.
It might also make sense to add:

  F:	Documentation/memory-barriers.txt

as a separate patch now that we have a hit-list of memory model people
who can help poor old Jon (who currently gets blamed by get_maintainer.pl).

Will

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: add the Memory Consistency Model subsystem
  2018-02-01 13:44 ` Will Deacon
@ 2018-02-01 19:39   ` Andrea Parri
  0 siblings, 0 replies; 3+ messages in thread
From: Andrea Parri @ 2018-02-01 19:39 UTC (permalink / raw)
  To: Will Deacon
  Cc: stern, peterz, boqun.feng, npiggin, dhowells, j.alglave,
	luc.maranget, paulmck, linux-kernel, mingo, corbet

On Thu, Feb 01, 2018 at 01:44:01PM +0000, Will Deacon wrote:
> On Thu, Feb 01, 2018 at 01:04:26PM +0100, Andrea Parri wrote:
> > Integrate (and then remove) tools/memory-model/MAINTAINERS into the
> > main MAINTAINERS file. This way get_maintainer.pl can give a "right
> > answer" for tools/memory-model/.
> > 
> > Suggested-by: Ingo Molnar <mingo@kernel.org>
> > Signed-off-by: Andrea Parri <parri.andrea@gmail.com>
> > ---
> >  MAINTAINERS                    | 16 ++++++++++++++++
> >  tools/memory-model/MAINTAINERS | 15 ---------------
> >  2 files changed, 16 insertions(+), 15 deletions(-)
> >  delete mode 100644 tools/memory-model/MAINTAINERS
> 
> Acked-by: Will Deacon <will.deacon@arm.com>
> 
> Makes a lot more sense having this in the top-level MAINTAINERS file.
> It might also make sense to add:
> 
>   F:	Documentation/memory-barriers.txt
> 
> as a separate patch now that we have a hit-list of memory model people
> who can help poor old Jon (who currently gets blamed by get_maintainer.pl).

This does make sense to me: I'll prepare/send such a patch tomorrow.

  Andrea


> 
> Will

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-01 19:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-01 12:04 [PATCH 2/2] MAINTAINERS: add the Memory Consistency Model subsystem Andrea Parri
2018-02-01 13:44 ` Will Deacon
2018-02-01 19:39   ` Andrea Parri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox