aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-06-13 14:46:53 +0200
committerAleksandr Nogikh <wp32pw@gmail.com>2023-06-13 15:26:29 +0200
commit2f9d8e431803250e4c71dbd03599d64ba095ebdd (patch)
treeb09efeea139fb32a34f74139bf95d596f73f2ec9 /pkg/report/linux.go
parent9a6daa43677360f4be51b0f4b9b35536d3d9cd23 (diff)
pkg/report: ignore crc_itu_t
See https://syzkaller.appspot.com/bug?extid=d8fc21bfa138a5ae916d
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 71c6e6aee..b2f154744 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1228,6 +1228,7 @@ var linuxStackParams = &stackParams{
"logic_in",
"logic_out",
"^crc\\d+",
+ "crc_itu_t",
"__might_resched",
"assertfail",
"^iput$",