diff options
author | Paul E. McKenney <[email protected]> | 2014-05-30 15:37:24 -0700 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2014-07-07 10:12:21 -0700 |
commit | 4632a1919ce1b42e93321c8eeb3747cb26bcc5ac (patch) | |
tree | 68f786b5637b0a612c2a84857af0a64d92d28e6c | |
parent | eafbaac3093760d1fd3b2a5b9f016362dd68af36 (diff) |
rcu: Add designated reviewers for RCU
Adding Steven Rostedt, Mathieu Desnoyers, and Lai Jiangshan as designated
RCU reviewers based on recent emails:
o https://lkml.org/lkml/2014/6/2/578 (Steven)
o https://lkml.org/lkml/2014/6/2/621 (Mathieu)
o https://lkml.org/lkml/2014/6/3/897 (Lai)
Signed-off-by: Paul E. McKenney <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1814075c0e74..92f2bf91eec1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7405,6 +7405,9 @@ F: kernel/rcu/torture.c RCUTORTURE TEST FRAMEWORK M: "Paul E. McKenney" <[email protected]> +R: Steven Rostedt <[email protected]> +R: Mathieu Desnoyers <[email protected]> +R: Lai Jiangshan <[email protected]> S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git @@ -7429,6 +7432,9 @@ F: net/rds/ READ-COPY UPDATE (RCU) M: Dipankar Sarma <[email protected]> M: "Paul E. McKenney" <[email protected]> +R: Steven Rostedt <[email protected]> +R: Mathieu Desnoyers <[email protected]> +R: Lai Jiangshan <[email protected]> W: http://www.rdrop.com/users/paulmck/RCU/ S: Supported @@ -8208,6 +8214,8 @@ F: mm/sl?b.c SLEEPABLE READ-COPY UPDATE (SRCU) M: Lai Jiangshan <[email protected]> M: "Paul E. McKenney" <[email protected]> +R: Steven Rostedt <[email protected]> +R: Mathieu Desnoyers <[email protected]> W: http://www.rdrop.com/users/paulmck/RCU/ S: Supported |