From d5bd1f79fd780a53ab078b0302f972eb9560bf98 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 29 Nov 2017 20:46:14 +0100 Subject: pkg/report: improve trying to register non-static key header --- pkg/report/linux.go | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pkg/report/linux.go') 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 @@ -687,6 +687,14 @@ var linuxOopses = []*oops{ title: compile("INFO: rcu_bh detected stalls on CPU"), 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", -- cgit mrf-deployment