diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-11-18 11:45:02 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-11-18 10:58:02 +0000 |
| commit | 571351cb80e526bf973c8f11c46fa7f3bbc2da1e (patch) | |
| tree | d6b4e40a1a6d6661dff2859fec38cdb0eb88099a /pkg/report/linux.go | |
| parent | e0aa7963ba56a926d1a741e7f580d24ce94c4e65 (diff) | |
pkg/report: ignore the drop_nlink frame
It's a helper used by many different filesystems. Let's be more
specific.
https://syzkaller.appspot.com/bug?extid=651ca866e5e2b4b5095b
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 218cd963d..9f538e595 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1331,6 +1331,7 @@ var linuxStackParams = &stackParams{ "cleanup_srcu_struct", "rhashtable_lookup", "extract_(user|iter)_to_sg", + "drop_nlink", }, corruptedLines: []*regexp.Regexp{ // Fault injection stacks are frequently intermixed with crash reports. |
