diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-08-28 10:36:54 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-08-30 08:08:54 +0000 |
| commit | 323d1df5b08579bd6722fb6e486677ca9a2064fc (patch) | |
| tree | a4e14b9c7b20ac6f1bb3ade7f35bdd14aae8a891 /pkg/report/linux.go | |
| parent | 5a19ffc1cb98d3d80cf39020c48c1c44173f223c (diff) | |
pkg/report: ignore rhashtable_lookup frames
Bugs are unlikely to be in the rhashtable code itself.
Example: https://syzkaller.appspot.com/bug?extid=128aaac913636290e5a9
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 216fcf18e..39825b2c9 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1322,6 +1322,7 @@ var linuxStackParams = &stackParams{ "__phys_addr", "__fortify_report", "cleanup_srcu_struct", + "rhashtable_lookup", }, corruptedLines: []*regexp.Regexp{ // Fault injection stacks are frequently intermixed with crash reports. |
