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

