diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-06-25 22:31:18 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-06-27 21:14:17 +0000 |
| commit | d74cccbbf5470420c4e35f72f3d4e0e1d9b5bcfd (patch) | |
| tree | 6bf9ede2d37e35462467cd82154bce7748d37a62 /pkg/report/crash | |
| parent | fb06623039ccebb3ffcddf239a7567a35658ca67 (diff) | |
pkg/report: add crash.KFENCE type
Diffstat (limited to 'pkg/report/crash')
| -rw-r--r-- | pkg/report/crash/types.go | 1 |
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") |
