From d74cccbbf5470420c4e35f72f3d4e0e1d9b5bcfd Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 25 Jun 2025 22:31:18 +0200 Subject: pkg/report: add crash.KFENCE type --- pkg/report/crash/types.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/report/crash') 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") -- cgit mrf-deployment