The patch titled rcutorture: Mark rcu_torture_init as __init has been added to the -mm tree. Its filename is rcutorture-mark-rcu_torture_init-as-__init.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: rcutorture: Mark rcu_torture_init as __init From: Josh Triplett <josh@xxxxxxxxxxxxxxx> The corresponding rcu_torture_cleanup cannot get marked as __exit, because rcu_torture_init uses it to clean up if init fails. Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxx> Cc: "Paul E. McKenney" <paulmck@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/rcutorture.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/rcutorture.c~rcutorture-mark-rcu_torture_init-as-__init kernel/rcutorture.c --- a/kernel/rcutorture.c~rcutorture-mark-rcu_torture_init-as-__init +++ a/kernel/rcutorture.c @@ -933,7 +933,7 @@ rcu_torture_cleanup(void) rcu_torture_print_module_parms("End of test: SUCCESS"); } -static int +static int __init rcu_torture_init(void) { int i; _ Patches currently in -mm which might be from josh@xxxxxxxxxxxxxxx are git-block.patch rcutorture-mark-rcu_torture_init-as-__init.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