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.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index e8f85cef9..c61b2bc37 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1398,6 +1398,8 @@ var linuxStackParams = &stackParams{
"__timer_delete_sync",
"sk_stop_timer_sync",
"__mod_timer",
+ "fast_dput",
+ "dput",
},
corruptedLines: []*regexp.Regexp{
// Fault injection stacks are frequently intermixed with crash reports.