aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go1
1 files changed, 1 insertions, 0 deletions
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,
},