From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- 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