commit | 5af970a48f3ba0dd96a036b196c79dc923f28231 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Jun 18 10:09:48 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jun 18 10:09:48 2008 +0200 |
tree | 004e580365d61104ae25886d1b2371f0a9cf74f6 | |
parent | 766d02786ecd22932beeb9ca8bad6d8c5a552ef9 [diff] |
rcutorture: WARN_ON_ONCE(1) when detecting an error this makes it easier for automated tests to pick up such failures.
diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c index 0334b6a..0ca7e9b 100644 --- a/kernel/rcutorture.c +++ b/kernel/rcutorture.c
@@ -687,6 +687,7 @@ if (i > 1) { cnt += sprintf(&page[cnt], "!!! "); atomic_inc(&n_rcu_torture_error); + WARN_ON_ONCE(1); } cnt += sprintf(&page[cnt], "Reader Pipe: "); for (i = 0; i < RCU_TORTURE_PIPE_LEN + 1; i++)