diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2021-12-05 06:00:55 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2022-02-02 02:25:41 +0100 |
commit | a711aaccf6b389b7fa7f3e35b4f99c437a36b9b2 (patch) | |
tree | cc5f6eccb5c98ea535265abe10e05eae3a40f9b3 /tools/testing/selftests/rcutorture/bin/console-badness.sh | |
parent | torture: Output per-failed-run summary lines from torture.sh (diff) | |
download | linux-a711aaccf6b389b7fa7f3e35b4f99c437a36b9b2.tar.xz linux-a711aaccf6b389b7fa7f3e35b4f99c437a36b9b2.zip |
torture: Make kvm.sh summaries note runs having only KCSAN reports
Runs having only KCSAN reports will normally print a summary line
containing only a "Bugs:" entry. However, these bugs might or might
not be KCSAN reports. This commit therefore flags runs in which all the
"Bugs:" entries are KCSAN reports.
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/bin/console-badness.sh')
-rwxr-xr-x | tools/testing/selftests/rcutorture/bin/console-badness.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/console-badness.sh b/tools/testing/selftests/rcutorture/bin/console-badness.sh index e6a132df6172..69f8a5958cef 100755 --- a/tools/testing/selftests/rcutorture/bin/console-badness.sh +++ b/tools/testing/selftests/rcutorture/bin/console-badness.sh @@ -10,7 +10,7 @@ # # Authors: Paul E. McKenney <paulmck@kernel.org> -egrep 'Badness|WARNING:|Warn|BUG|===========|Call Trace:|Oops:|detected stalls on CPUs/tasks:|self-detected stall on CPU|Stall ended before state dump start|\?\?\? Writer stall state|rcu_.*kthread starved for|!!!' | +egrep 'Badness|WARNING:|Warn|BUG|===========|BUG: KCSAN:|Call Trace:|Oops:|detected stalls on CPUs/tasks:|self-detected stall on CPU|Stall ended before state dump start|\?\?\? Writer stall state|rcu_.*kthread starved for|!!!' | grep -v 'ODEBUG: ' | grep -v 'This means that this is a DEBUG kernel and it is' | grep -v 'Warning: unable to open an initial console' | |