aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorMarco Elver <elver@google.com>2019-10-04 15:49:19 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-10-04 15:52:40 +0200
commitc86336cf248ba10a3020a59f8d145394d3143d8d (patch)
treeee31f57a18bc8d258fbb16720f83bb0d87fb5555 /pkg/report/linux.go
parentb2f369e56e13dc135d57c53210ea7ab38b239e94 (diff)
pkt/report: Shorten KCSAN report titles
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index afbb5fd11..05fb03804 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -871,6 +871,12 @@ var linuxOopses = []*oops{
},
},
{
+ title: compile("BUG: KCSAN:"),
+ report: compile("BUG: KCSAN: (.*)"),
+ fmt: "KCSAN: %[1]v",
+ noStackTrace: true,
+ },
+ {
title: compile("BUG: (?:unable to handle kernel paging request|unable to handle page fault for address)"),
fmt: "BUG: unable to handle kernel paging request in %[1]v",
stack: &stackFmt{