The patch titled RCU: CREDITS and MAINTAINERS has been added to the -mm tree. Its filename is rcu-credits-and-maintainers.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: RCU: CREDITS and MAINTAINERS From: Josh Triplett <josht@xxxxxxxxxx> 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@xxxxxxxxxxxxxxx> Cc: Paul McKenney <paulmck@xxxxxxxxxx> Cc: Dipankar Sarma <dipankar@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- CREDITS | 16 ++++++++++++++++ MAINTAINERS | 13 +++++++++++++ include/linux/rcupdate.h | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff -puN CREDITS~rcu-credits-and-maintainers CREDITS --- a/CREDITS~rcu-credits-and-maintainers +++ a/CREDITS @@ -2228,6 +2228,12 @@ D: tc: HFSC scheduler S: Freiburg S: Germany +N: Paul E. McKenney +E: paulmck@xxxxxxxxxx +W: http://www.rdrop.com/users/paulmck/ +D: RCU and variants +D: rcutorture module + N: Mike McLagan E: mike.mclagan@xxxxxxxxx W: http://www.invlogic.com/~mmclagan @@ -2969,6 +2975,10 @@ S: 69 rue Dunois S: 75013 Paris S: France +N: Dipankar Sarma +E: dipankar@xxxxxxxxxx +D: RCU + N: Hannu Savolainen E: hannu@xxxxxxxxxxxxx D: Maintainer of the sound drivers until 2.1.x days. @@ -3281,6 +3291,12 @@ S: 3 Ballow Crescent S: MacGregor A.C.T 2615 S: Australia +N: Josh Triplett +E: josh@xxxxxxxxxxxxxxx +P: 1024D/D0FE7AFB B24A 65C9 1D71 2AC2 DE87 CA26 189B 9946 D0FE 7AFB +D: rcutorture maintainer +D: lock annotations, finding and fixing lock bugs + N: Winfried Trümper E: winni@xxxxxxxxxx W: http://www.shop.de/~winni/ diff -puN include/linux/rcupdate.h~rcu-credits-and-maintainers include/linux/rcupdate.h --- a/include/linux/rcupdate.h~rcu-credits-and-maintainers +++ a/include/linux/rcupdate.h @@ -19,7 +19,7 @@ * * Author: Dipankar Sarma <dipankar@xxxxxxxxxx> * - * Based on the original work by Paul McKenney <paul.mckenney@xxxxxxxxxx> + * Based on the original work by Paul McKenney <paulmck@xxxxxxxxxx> * and inputs from Rusty Russell, Andrea Arcangeli and Andi Kleen. * Papers: * http://www.rdrop.com/users/paulmck/paper/rclockpdcsproof.pdf diff -puN MAINTAINERS~rcu-credits-and-maintainers MAINTAINERS --- a/MAINTAINERS~rcu-credits-and-maintainers +++ a/MAINTAINERS @@ -2454,6 +2454,19 @@ M: mporter@xxxxxxxxxxxxxxxxxxx L: linux-kernel@xxxxxxxxxxxxxxx S: Maintained +READ-COPY UPDATE (RCU) +P: Dipankar Sarma +M: dipankar@xxxxxxxxxx +W: http://www.rdrop.com/users/paulmck/rclock/ +L: linux-kernel@xxxxxxxxxxxxxxx +S: Supported + +RCUTORTURE MODULE +P: Josh Triplett +M: josh@xxxxxxxxxxxxxxx +L: linux-kernel@xxxxxxxxxxxxxxx +S: Maintained + REAL TIME CLOCK DRIVER P: Paul Gortmaker M: p_gortmaker@xxxxxxxxx _ Patches currently in -mm which might be from josht@xxxxxxxxxx are add-preprocessed-files-i-to-gitignore.patch add-mixed-source-and-assembly-listings-lst-to.patch add-symbol-type-files-symtypes-to-gitignore.patch xfs-add-lock-annotations-to-xfs_trans_update_ail-and-xfs_trans_delete_ail.patch mtrr-add-lock-annotations-for-prepare_set-and.patch efi-add-lock-annotations-for-efi_call_phys_prelog-and-efi_call_phys_epilog.patch mbcache-add-lock-annotation-for-__mb_cache_entry_release_unlock.patch afs-add-lock-annotations-to-afs_proc_cell_servers_startstop.patch fuse-add-lock-annotations-to-request_end-and-fuse_read_interrupt.patch hugetlbfs-add-lock-annotation-to-hugetlbfs_forget_inode.patch jbd-add-lock-annotation-to-jbd_sync_bh.patch fs-add-lock-annotation-to-grab_super.patch rcu-add-lock-annotations-to-rcu_bh_torture_read_lockunlock.patch timer-add-lock-annotation-to-lock_timer_base.patch make-spinlock-rwlock-annotations-more-accurate-by-using.patch replace-_spin_trylock-with-spin_trylock-in-the-irq.patch pass-a-lock-expression-to-__cond_lock-like-__acquire-and.patch pass-sparse-the-lock-expression-given-to-lock-annotations.patch nfsd-add-lock-annotations-to-e_start-and-e_stop.patch srcu-3-rcu-variant-permitting-read-side-blocking-srcu-add-lock-annotations.patch rcu-add-module_author-to-rcutorture-module.patch rcu-fix-incorrect-description-of-default-for-rcutorture.patch rcu-mention-rcu_bh-in-description-of-rcutortures.patch rcu-avoid-kthread_stop-on-invalid-pointer-if-rcutorture.patch rcu-fix-sign-bug-making-rcu_random-always-return-the-same.patch rcu-add-fake-writers-to-rcutorture.patch rcu-add-fake-writers-to-rcutorture-tidy.patch rcu-refactor-srcu_torture_deferred_free-to-work-for.patch rcu-add-rcu_sync-torture-type-to-rcutorture.patch rcu-add-rcu_bh_sync-torture-type-to-rcutorture.patch rcu-add-sched-torture-type-to-rcutorture.patch rcu-credits-and-maintainers.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html