diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2010-01-04 19:04:00 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-01-13 03:06:06 -0500 |
commit | f9094d8e5587cf21091a9516628147c0b55e4264 (patch) | |
tree | feba8af939761d3f6f894a2b36e39153725ea978 /MAINTAINERS | |
parent | bf66f18e79e34c421bbd8f6511e2c556b779df2f (diff) |
rcu: Make MAINTAINERS file match new RCU reality
Both rcutorture and RCU are supported. Also, update the files
to match the new layout.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: laijs@cn.fujitsu.com
Cc: dipankar@in.ibm.com
Cc: mathieu.desnoyers@polymtl.ca
Cc: josh@joshtriplett.org
Cc: dvhltc@us.ibm.com
Cc: niv@us.ibm.com
Cc: peterz@infradead.org
Cc: rostedt@goodmis.org
Cc: Valdis.Kletnieks@vt.edu
Cc: dhowells@redhat.com
LKML-Reference: <12626498422334-git-send-email->
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c8f47bf154f4..175da7c0803f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4509,7 +4509,7 @@ F: drivers/net/wireless/ray* | |||
4509 | RCUTORTURE MODULE | 4509 | RCUTORTURE MODULE |
4510 | M: Josh Triplett <josh@freedesktop.org> | 4510 | M: Josh Triplett <josh@freedesktop.org> |
4511 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | 4511 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
4512 | S: Maintained | 4512 | S: Supported |
4513 | F: Documentation/RCU/torture.txt | 4513 | F: Documentation/RCU/torture.txt |
4514 | F: kernel/rcutorture.c | 4514 | F: kernel/rcutorture.c |
4515 | 4515 | ||
@@ -4534,11 +4534,12 @@ M: Dipankar Sarma <dipankar@in.ibm.com> | |||
4534 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | 4534 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
4535 | W: http://www.rdrop.com/users/paulmck/rclock/ | 4535 | W: http://www.rdrop.com/users/paulmck/rclock/ |
4536 | S: Supported | 4536 | S: Supported |
4537 | F: Documentation/RCU/rcu.txt | 4537 | F: Documentation/RCU/ |
4538 | F: Documentation/RCU/rcuref.txt | 4538 | F: include/linux/rcu* |
4539 | F: include/linux/rcupdate.h | 4539 | F: include/linux/srcu* |
4540 | F: include/linux/srcu.h | 4540 | F: kernel/rcu* |
4541 | F: kernel/rcupdate.c | 4541 | F: kernel/srcu* |
4542 | X: kernel/rcutorture.c | ||
4542 | 4543 | ||
4543 | REAL TIME CLOCK DRIVER | 4544 | REAL TIME CLOCK DRIVER |
4544 | M: Paul Gortmaker <p_gortmaker@yahoo.com> | 4545 | M: Paul Gortmaker <p_gortmaker@yahoo.com> |