From c86336cf248ba10a3020a59f8d145394d3143d8d Mon Sep 17 00:00:00 2001 From: Marco Elver Date: Fri, 4 Oct 2019 15:49:19 +0200 Subject: pkt/report: Shorten KCSAN report titles --- pkg/report/linux.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkg/report/linux.go') 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 @@ -870,6 +870,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", -- cgit mrf-deployment