aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-04-01 13:47:52 +0200
committerDmitry Vyukov <dvyukov@google.com>2022-04-01 14:55:19 +0200
commit79a2a8fc833b374ea60f097083e7527c060020b0 (patch)
treeb4b391c7e156c34458c8feb6cf85142dc749c0dd /pkg/report/linux.go
parent20955a246688253cfb50ff7ed8bd1fc9cf699c1d (diff)
pkg/report: ignore print_report function
It popped up in a new KASAN report after recent KASAN changes.
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index d43629820..786e4fe20 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1003,6 +1003,7 @@ var linuxStackParams = &stackParams{
"invalid_op",
"report_bug",
"fixup_bug",
+ "print_report",
"do_error",
"invalid_op",
"_trap",