From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- 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