aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-08-19 14:12:43 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-08-19 09:44:52 -0700
commitae348fb726243b02cb97487e1288f34ca91009bc (patch)
tree21c3eedbde18377a8c65a6040c6b31020d3a0ec7 /pkg/report/linux.go
parentb8ceabfc3242f91c14c759a4ba77471d3be08869 (diff)
pkg/report: ignore finish_wait frame
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 394ff5382..8ea126168 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -766,6 +766,7 @@ var linuxStackParams = &stackParams{
"destroy_workqueue",
"get_device_parent",
"device_add",
+ "finish_wait",
},
corruptedLines: []*regexp.Regexp{
// Fault injection stacks are frequently intermixed with crash reports.