You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit pulls the simple pattern-based error detection from the
console log into a new console-badness.sh file. This will enable future
commits to end a run on the first error.
Signed-off-by: Paul E. McKenney <[email protected]>
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|!!!'|
14
+
grep -v 'ODEBUG: '|
15
+
grep -v 'This means that this is a DEBUG kernel and it is'|
16
+
grep -v 'Warning: unable to open an initial console'
Copy file name to clipboardExpand all lines: tools/testing/selftests/rcutorture/bin/parse-console.sh
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -116,10 +116,7 @@ then
116
116
fi
117
117
fi| tee -a $file.diags
118
118
119
-
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'<$file|
120
-
grep -v 'ODEBUG: '|
121
-
grep -v 'This means that this is a DEBUG kernel and it is'|
122
-
grep -v 'Warning: unable to open an initial console'>$T.diags
0 commit comments