diff options
author | Joe Perches <joe@perches.com> | 2009-06-16 15:34:09 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-16 19:47:56 -0700 |
commit | 852f9bbbdec485d3015adc81b7b0c874c55705cc (patch) | |
tree | 31d624968cd19ea77ffd69dbc0cbb17145c46de8 /MAINTAINERS | |
parent | 2a99921a5570381fc1da04a1bd9f7afe8692e49e (diff) | |
download | op-kernel-dev-852f9bbbdec485d3015adc81b7b0c874c55705cc.zip op-kernel-dev-852f9bbbdec485d3015adc81b7b0c874c55705cc.tar.gz |
MAINTAINERS: add Paul McKenney to RCU and RCUTORTURE
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 99371ee..e31f0ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4778,6 +4778,8 @@ F: drivers/net/wireless/ray* RCUTORTURE MODULE P: Josh Triplett M: josh@freedesktop.org +P: Paul E. McKenney +M: paulmck@linux.vnet.ibm.com S: Maintained F: Documentation/RCU/torture.txt F: kernel/rcutorture.c @@ -4804,6 +4806,8 @@ F: net/rds/ READ-COPY UPDATE (RCU) P: Dipankar Sarma M: dipankar@in.ibm.com +P: Paul E. McKenney +M: paulmck@linux.vnet.ibm.com W: http://www.rdrop.com/users/paulmck/rclock/ S: Supported F: Documentation/RCU/rcu.txt |