From 4288d95ef649c8e8e589319e4da2d90589cb8314 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 19 Mar 2020 16:05:37 +0100 Subject: pkg/report: improve report titles --- pkg/report/linux.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkg/report/linux.go') diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 1eb90168d..4821f78eb 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -837,6 +837,9 @@ var linuxStackParams = &stackParams{ "usb_hcd_submit_urb", "usb_submit_urb", "^complete$", + "wait_for_completion", + "^kfree$", + "kfree_skb", }, corruptedLines: []*regexp.Regexp{ // Fault injection stacks are frequently intermixed with crash reports. @@ -878,7 +881,6 @@ var linuxOopses = append([]*oops{ compile("Call Trace:"), parseStackTrace, }, - skip: []string{"kfree"}, }, }, { -- cgit mrf-deployment