The patch titled rcu: Add MODULE_AUTHOR to rcutorture module has been removed from the -mm tree. Its filename is rcu-add-module_author-to-rcutorture-module.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: rcu: Add MODULE_AUTHOR to rcutorture module From: Josh Triplett <josht@xxxxxxxxxx> Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxx> Acked-by: "Paul E. McKenney" <paulmck@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/rcutorture.c | 1 + 1 file changed, 1 insertion(+) diff -puN kernel/rcutorture.c~rcu-add-module_author-to-rcutorture-module kernel/rcutorture.c --- a/kernel/rcutorture.c~rcu-add-module_author-to-rcutorture-module +++ a/kernel/rcutorture.c @@ -47,6 +47,7 @@ #include <linux/srcu.h> MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Paul E. McKenney <paulmck@xxxxxxxxxx>"); static int nreaders = -1; /* # reader threads, defaults to 2*ncpus */ static int stat_interval; /* Interval between stats, in seconds. */ _ Patches currently in -mm which might be from josht@xxxxxxxxxx are origin.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