From 67b9eceff1ab48422b9c4934bd832124352c01ad Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 4 Jul 2025 12:36:55 +0200 Subject: pkg/report: split crash.KFENCE --- pkg/report/linux.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/report/linux.go') diff --git a/pkg/report/linux.go b/pkg/report/linux.go index ff5d6bf4e..c67274ac8 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1526,8 +1526,8 @@ var linuxOopses = append([]*oops{ noStackTrace: true, }, { - title: compile("BUG: KFENCE: (use-after-free|out-of-bounds) ([a-z\\-]+) in {{FUNC}}"), - fmt: "KFENCE: %[1]v in %[4]v", + title: compile("BUG: KFENCE: (use-after-free|out-of-bounds) (read|write) in {{FUNC}}"), + fmt: "KFENCE: %[1]v %[2]v in %[4]v", alt: []string{"bad-access in %[4]v"}, stack: &stackFmt{ parts: []*regexp.Regexp{ -- cgit mrf-deployment