From fd39cf6fb0a4ea0ddc3a5fb65243ecc5c50da52a Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 13 Feb 2024 17:38:06 +0100 Subject: 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 --- pkg/report/linux.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/report/linux.go') 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", -- cgit mrf-deployment