From f614e9a5c2a80d331de29cdb8c2ed98c07cc171c Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 5 Dec 2024 11:58:09 +0100 Subject: pkg/report: ignore the "uses deprecated v2 capabilities" warning --- pkg/report/linux.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/report/linux.go') diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 9f538e595..0ab793a73 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1953,6 +1953,7 @@ var linuxOopses = append([]*oops{ compile(`WARNING: See https.* for mitigation options.`), compile(`WARNING: kernel not compiled with CPU_SRSO`), compile(`EXT4-[Ff][Ss](?: \(.*\))?:`), // printed in __ext4_msg + compile(`(?i)warning: .* uses deprecated v2 capabilities`), }, crash.Warning, }, -- cgit mrf-deployment