Message ID | 1328319922-30828-13-git-send-email-paulmck@linux.vnet.ibm.com |
---|---|
State | Accepted |
Commit | 091541bbdb9906349481a504e7d8e7fa89f6b6bb |
Headers | show |
diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c index 88f17b8..a94eaef 100644 --- a/kernel/rcutorture.c +++ b/kernel/rcutorture.c @@ -1602,6 +1602,10 @@ rcu_torture_cleanup(void) cur_ops->cleanup(); if (atomic_read(&n_rcu_torture_error)) rcu_torture_print_module_parms(cur_ops, "End of test: FAILURE"); + else if (n_online_successes != n_online_attempts || + n_offline_successes != n_offline_attempts) + rcu_torture_print_module_parms(cur_ops, + "End of test: RCU_HOTPLUG"); else rcu_torture_print_module_parms(cur_ops, "End of test: SUCCESS"); }