aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Triplett <josht@us.ibm.com>2006-10-04 05:17:21 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-04 10:55:31 -0400
commit595182bcdf64fbfd7ae22c67ea6081b7d387d246 (patch)
tree941bd55b72fb8536b69eca816d207dac7a639b0a
parent20e9751bd9dd6b832fd84ada27840360f7e877f1 (diff)
[PATCH] RCU: CREDITS and MAINTAINERS
Add MAINTAINERS entry for Read-Copy Update (RCU), listing Dipankar Sarma as maintainer, and giving the URL for Paul McKenney's RCU site. Add MAINTAINERS entry for rcutorture, listing myself as maintainer. Add CREDITS entries for developers of RCU, RCU variants, and rcutorture. Use Paul McKenney's preferred email address in include/linux/rcupdate.h . Signed-off-by: Josh Triplett <josh@freedesktop.org> Cc: Paul McKenney <paulmck@us.ibm.com> Cc: Dipankar Sarma <dipankar@in.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--CREDITS16
-rw-r--r--MAINTAINERS13
-rw-r--r--include/linux/rcupdate.h2
3 files changed, 30 insertions, 1 deletions
diff --git a/CREDITS b/CREDITS
index dba3e6334691..5d75254bcb81 100644
--- a/CREDITS
+++ b/CREDITS
@@ -2240,6 +2240,12 @@ D: tc: HFSC scheduler
2240S: Freiburg 2240S: Freiburg
2241S: Germany 2241S: Germany
2242 2242
2243N: Paul E. McKenney
2244E: paulmck@us.ibm.com
2245W: http://www.rdrop.com/users/paulmck/
2246D: RCU and variants
2247D: rcutorture module
2248
2243N: Mike McLagan 2249N: Mike McLagan
2244E: mike.mclagan@linux.org 2250E: mike.mclagan@linux.org
2245W: http://www.invlogic.com/~mmclagan 2251W: http://www.invlogic.com/~mmclagan
@@ -2981,6 +2987,10 @@ S: 69 rue Dunois
2981S: 75013 Paris 2987S: 75013 Paris
2982S: France 2988S: France
2983 2989
2990N: Dipankar Sarma
2991E: dipankar@in.ibm.com
2992D: RCU
2993
2984N: Hannu Savolainen 2994N: Hannu Savolainen
2985E: hannu@opensound.com 2995E: hannu@opensound.com
2986D: Maintainer of the sound drivers until 2.1.x days. 2996D: Maintainer of the sound drivers until 2.1.x days.
@@ -3293,6 +3303,12 @@ S: 3 Ballow Crescent
3293S: MacGregor A.C.T 2615 3303S: MacGregor A.C.T 2615
3294S: Australia 3304S: Australia
3295 3305
3306N: Josh Triplett
3307E: josh@freedesktop.org
3308P: 1024D/D0FE7AFB B24A 65C9 1D71 2AC2 DE87 CA26 189B 9946 D0FE 7AFB
3309D: rcutorture maintainer
3310D: lock annotations, finding and fixing lock bugs
3311
3296N: Winfried Trümper 3312N: Winfried Trümper
3297E: winni@xpilot.org 3313E: winni@xpilot.org
3298W: http://www.shop.de/~winni/ 3314W: http://www.shop.de/~winni/
diff --git a/MAINTAINERS b/MAINTAINERS
index 129511c0c27e..fb10f71b8b64 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2441,6 +2441,19 @@ M: mporter@kernel.crashing.org
2441L: linux-kernel@vger.kernel.org 2441L: linux-kernel@vger.kernel.org
2442S: Maintained 2442S: Maintained
2443 2443
2444READ-COPY UPDATE (RCU)
2445P: Dipankar Sarma
2446M: dipankar@in.ibm.com
2447W: http://www.rdrop.com/users/paulmck/rclock/
2448L: linux-kernel@vger.kernel.org
2449S: Supported
2450
2451RCUTORTURE MODULE
2452P: Josh Triplett
2453M: josh@freedesktop.org
2454L: linux-kernel@vger.kernel.org
2455S: Maintained
2456
2444REAL TIME CLOCK DRIVER 2457REAL TIME CLOCK DRIVER
2445P: Paul Gortmaker 2458P: Paul Gortmaker
2446M: p_gortmaker@yahoo.com 2459M: p_gortmaker@yahoo.com
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h
index f6dd71bf8a4b..c6b7485eac7c 100644
--- a/include/linux/rcupdate.h
+++ b/include/linux/rcupdate.h
@@ -19,7 +19,7 @@
19 * 19 *
20 * Author: Dipankar Sarma <dipankar@in.ibm.com> 20 * Author: Dipankar Sarma <dipankar@in.ibm.com>
21 * 21 *
22 * Based on the original work by Paul McKenney <paul.mckenney@us.ibm.com> 22 * Based on the original work by Paul McKenney <paulmck@us.ibm.com>
23 * and inputs from Rusty Russell, Andrea Arcangeli and Andi Kleen. 23 * and inputs from Rusty Russell, Andrea Arcangeli and Andi Kleen.
24 * Papers: 24 * Papers:
25 * http://www.rdrop.com/users/paulmck/paper/rclockpdcsproof.pdf 25 * http://www.rdrop.com/users/paulmck/paper/rclockpdcsproof.pdf