diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-02-13 17:38:06 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-02-15 10:27:59 +0000 |
| commit | fd39cf6fb0a4ea0ddc3a5fb65243ecc5c50da52a (patch) | |
| tree | 2f9cf24024ca2fc9ce1b8dfb98d7f26c9219ed6d /pkg/report/linux.go | |
| parent | 148218342ea9b3b8fb78866b86b20155a6ef9b98 (diff) | |
pkg/report: ignore ida_free
This library method is used in multiple places throughout the kernel.
Sample bug: https://syzkaller.appspot.com/bug?extid=dfab1425afcdae5ac970
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 21a0960ae..a1dafccfd 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1259,6 +1259,7 @@ var linuxStackParams = &stackParams{ "insert_work", "__queue_delayed_work", "queue_delayed_work_on", + "ida_free", // arm64 translation exception handling path. "do_(kernel|translation)_fault", "do_mem_abort", |
