diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-03-19 16:05:37 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-03-21 08:13:09 +0100 |
| commit | 4288d95ef649c8e8e589319e4da2d90589cb8314 (patch) | |
| tree | 3f8cf4a3791a11030cc6b2f77b333c24a08416a0 /pkg/report/linux.go | |
| parent | aa6c6a5572a4797ea6109a75ca50a2c86908375e (diff) | |
pkg/report: improve report titles
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 4 |
1 files changed, 3 insertions, 1 deletions
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"}, }, }, { |
