From 071106ecf68c401173c58808b1cf5f68cc50d390 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 05 Jan 2024 08:39:27 +0000 Subject: [PATCH] change wifi driver to cypress --- kernel/tools/testing/selftests/rcutorture/bin/console-badness.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kernel/tools/testing/selftests/rcutorture/bin/console-badness.sh b/kernel/tools/testing/selftests/rcutorture/bin/console-badness.sh index 0e4c0b2..80ae7f0 100755 --- a/kernel/tools/testing/selftests/rcutorture/bin/console-badness.sh +++ b/kernel/tools/testing/selftests/rcutorture/bin/console-badness.sh @@ -13,4 +13,5 @@ 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|!!!' | 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' +grep -v 'Warning: unable to open an initial console' | +grep -v 'NOHZ tick-stop error: Non-RCU local softirq work is pending, handler' -- Gitblit v1.6.2