mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-25 04:19:53 +00:00
report: strip non-deterministic info from rcu stall messages
This commit is contained in:
parent
e25b79fa98
commit
44fd4c24cb
@ -63,6 +63,10 @@ var oopses = []*oops{
|
||||
compile("INFO: possible circular locking dependency detected \\](?:.*\\n)+.*is trying to acquire lock(?:.*\\n)+.*at: {{PC}} +{{FUNC}}"),
|
||||
"possible deadlock in %[1]v",
|
||||
},
|
||||
{
|
||||
compile("INFO: rcu_preempt detected stalls"),
|
||||
"INFO: rcu_preempt detected stalls",
|
||||
},
|
||||
},
|
||||
},
|
||||
&oops{
|
||||
|
@ -311,7 +311,11 @@ unreferenced object 0xdb8040c0 (size 20):
|
||||
`
|
||||
BUG: sleeping function called from invalid context at include/linux/wait.h:1095
|
||||
in_atomic(): 1, irqs_disabled(): 0, pid: 3658, name: syz-fuzzer
|
||||
`: "BUG: sleeping function called from invalid context at include/linux/wait.h:1095 ",
|
||||
`: `BUG: sleeping function called from invalid context at include/linux/wait.h:1095 `,
|
||||
|
||||
`
|
||||
INFO: rcu_preempt detected stalls on CPUs/tasks: { 2} (detected by 0, t=65008 jiffies, g=48068, c=48067, q=7339)
|
||||
`: `INFO: rcu_preempt detected stalls`,
|
||||
|
||||
`
|
||||
BUG UNIX (Not tainted): kasan: bad access detected
|
||||
|
Loading…
Reference in New Issue
Block a user