mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-26 22:55:47 +00:00
report: ignore info message about slow nmi handlers
This commit is contained in:
parent
90f7c6d7e1
commit
495b91f119
@ -128,6 +128,7 @@ var oopses = []*oops{
|
||||
[]*regexp.Regexp{
|
||||
compile("INFO: lockdep is turned off"),
|
||||
compile("INFO: Stall ended before state dump start"),
|
||||
compile("INFO: NMI handler .* took too long to run"),
|
||||
},
|
||||
},
|
||||
&oops{
|
||||
|
@ -492,6 +492,12 @@ INFO: Stall ended before state dump start
|
||||
|
||||
`
|
||||
WARNING: /etc/ssh/moduli does not exist, using fixed modulus
|
||||
`: ``,
|
||||
|
||||
`
|
||||
[ 92.396607] APIC base relocation is unsupported by KVM
|
||||
[ 95.445015] INFO: NMI handler (perf_event_nmi_handler) took too long to run: 1.356 msecs
|
||||
[ 95.445015] perf: interrupt took too long (3985 > 3976), lowering kernel.perf_event_max_sample_rate to 50000
|
||||
`: ``,
|
||||
}
|
||||
for log, crash := range tests {
|
||||
|
Loading…
x
Reference in New Issue
Block a user