The patch titled rcutorture: Mark rcu_torture_init as __init has been removed from the -mm tree. Its filename was rcutorture-mark-rcu_torture_init-as-__init.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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> Acked-by: "Paul E. McKenney" <paulmck@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/rcutorture.c | 2 +- 1 file 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 @@ -866,7 +866,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 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