diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-02-11 13:24:11 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-02-12 16:49:02 +0000 |
| commit | 2afad16efd9ec2029fe61dcd74d9d5154dce0f2e (patch) | |
| tree | a250f80e39607cdbf776654e82ff77062c5ef833 /pkg/report/linux.go | |
| parent | b27c24029033bbfb41289458ca671507a01cb784 (diff) | |
pkg/report: ignore some timer-related frames
This will untangle the crashes of
https://syzkaller.appspot.com/bug?extid=bf36934adc7979488192
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. |
