diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-12-05 11:58:09 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-12-05 11:41:41 +0000 |
| commit | f614e9a5c2a80d331de29cdb8c2ed98c07cc171c (patch) | |
| tree | f92ad3433fb4bd22728eae0f546841471ca1fb07 /pkg/report/linux.go | |
| parent | 1c5338267178b6072458eb4201dfdfd044a43fe1 (diff) | |
pkg/report: ignore the "uses deprecated v2 capabilities" warning
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 1 |
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, }, |
