| .. | .. |
|---|
| 13 | 13 | 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 | 14 | grep -v 'ODEBUG: ' | |
|---|
| 15 | 15 | grep -v 'This means that this is a DEBUG kernel and it is' | |
|---|
| 16 | | -grep -v 'Warning: unable to open an initial console' |
|---|
| 16 | +grep -v 'Warning: unable to open an initial console' | |
|---|
| 17 | +grep -v 'NOHZ tick-stop error: Non-RCU local softirq work is pending, handler' |
|---|