aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 5cbaf38b1..35cdf0849 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1837,6 +1837,11 @@ var linuxOopses = append([]*oops{
stack: warningStackFmt(),
},
{
+ title: compile("WARNING: {{SRC}} at {{FUNC}}"),
+ fmt: "WARNING in %[3]v",
+ stack: warningStackFmt(),
+ },
+ {
title: compile("WARNING: possible circular locking dependency detected"),
report: compile("WARNING: possible circular locking dependency detected(?:.*\\n)+?.*is trying to acquire lock"),
fmt: "possible deadlock in %[1]v",