diff options
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index dea523b9c..cbe4a44be 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1335,6 +1335,10 @@ var linuxStackParams = &stackParams{ "drop_nlink", "^get_taint$", "^put_device$", + "lock_timer_base", + "__timer_delete_sync", + "sk_stop_timer_sync", + "__mod_timer", }, corruptedLines: []*regexp.Regexp{ // Fault injection stacks are frequently intermixed with crash reports. |
