aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/crash
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/crash')
-rw-r--r--pkg/report/crash/types.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/crash/types.go b/pkg/report/crash/types.go
index 6de004274..52fba0fbc 100644
--- a/pkg/report/crash/types.go
+++ b/pkg/report/crash/types.go
@@ -15,6 +15,7 @@ const (
Bug = Type("BUG")
Warning = Type("WARNING")
KASAN = Type("KASAN")
+ KFENCE = Type("KFENCE")
LockdepBug = Type("LOCKDEP")
AtomicSleep = Type("ATOMIC_SLEEP")
KMSAN = Type("KMSAN")