From d7bc58317750f5839ce79eac59fbd0a17c63019c Mon Sep 17 00:00:00 2001 From: "Paul E. McKenney" Date: Tue, 10 Jan 2012 12:51:14 -0800 Subject: [PATCH] --- yaml --- r: 288552 b: refs/heads/master c: 091541bbdb9906349481a504e7d8e7fa89f6b6bb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/rcutorture.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index b2d9f9900e81..c9548a06107a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e5601400081651060a59bd1f45f2821bb8e97f95 +refs/heads/master: 091541bbdb9906349481a504e7d8e7fa89f6b6bb diff --git a/trunk/kernel/rcutorture.c b/trunk/kernel/rcutorture.c index a58ac285fc69..a52b3217c160 100644 --- a/trunk/kernel/rcutorture.c +++ b/trunk/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"); }