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 <[email protected]>
Signed-off-by: Andrea Parri <[email protected]>
---
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 <[email protected]>
S: Maintained
F: drivers/misc/lkdtm*
+LINUX KERNEL MEMORY CONSISTENCY MODEL
+M: Alan Stern <[email protected]>
+M: Andrea Parri <[email protected]>
+M: Will Deacon <[email protected]>
+M: Peter Zijlstra <[email protected]>
+M: Boqun Feng <[email protected]>
+M: Nicholas Piggin <[email protected]>
+M: David Howells <[email protected]>
+M: Jade Alglave <[email protected]>
+M: Luc Maranget <[email protected]>
+M: "Paul E. McKenney" <[email protected]>
+L: [email protected]
+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 <[email protected]>
L: [email protected]
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 <[email protected]>
-M: Andrea Parri <[email protected]>
-M: Will Deacon <[email protected]>
-M: Peter Zijlstra <[email protected]>
-M: Boqun Feng <[email protected]>
-M: Nicholas Piggin <[email protected]>
-M: David Howells <[email protected]>
-M: Jade Alglave <[email protected]>
-M: Luc Maranget <[email protected]>
-M: "Paul E. McKenney" <[email protected]>
-L: [email protected]
-S: Supported
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
-F: tools/memory-model/
--
2.7.4
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 <[email protected]>
> Signed-off-by: Andrea Parri <[email protected]>
> ---
> 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 <[email protected]>
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
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 <[email protected]>
> > Signed-off-by: Andrea Parri <[email protected]>
> > ---
> > 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 <[email protected]>
>
> 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