aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2017-11-29 20:46:14 +0100
committerAndrey Konovalov <andreyknvl@gmail.com>2017-11-30 11:45:21 +0100
commitd5bd1f79fd780a53ab078b0302f972eb9560bf98 (patch)
tree60f573ece6163b95e7b1845e3b75143e1a945ba1 /pkg/report/linux.go
parenteddaedbb9c8d4f64ad1d91afa2d84cb43377c9d0 (diff)
pkg/report: improve trying to register non-static key header
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 5c6b23029..1aa4fc892 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -688,6 +688,14 @@ var linuxOopses = []*oops{
fmt: "INFO: rcu detected stall",
},
{
+ title: compile("INFO: trying to register non-static key(?:.*\\n){0,10}Call Trace:\\n(?:(?:.*stack.*\\n)|(?:.*lock.*\\n)|(?:.*IRQ.*\\n))+ {{FUNC}}"),
+ fmt: "INFO: trying to register non-static key in %[1]v",
+ },
+ {
+ title: compile("INFO: trying to register non-static key"),
+ fmt: "INFO: trying to register non-static key",
+ },
+ {
title: compile("INFO: suspicious RCU usage(?:.*\n)+?.*?{{SRC}}"),
fmt: "suspicious RCU usage at %[1]v",
},