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.go4
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"},
},
},
{