diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-11-23 17:31:44 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-11-23 16:44:24 +0000 |
| commit | 5b429f39ae82dfd954322d3f42c830cf560f51d2 (patch) | |
| tree | f4adba764b2a1399b5048193e05e19aa9456a975 /pkg/report/linux.go | |
| parent | fc59b78e3174009510ed15f20665e7ab2435ebee (diff) | |
pkg/report: ignore CPU bug mitigation warnings
These are just informative messages.
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 4b735dffd..21a0960ae 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1873,6 +1873,8 @@ var linuxOopses = append([]*oops{ compile("WARNING: Unsupported flag value\\(s\\) of 0x%x in DT_FLAGS_1"), // printed when glibc is dumped compile("WARNING: Unprivileged eBPF is enabled with eIBRS"), compile(`WARNING: fbcon: Driver '(.*)' missed to adjust virtual screen size (\((?:\d+)x(?:\d+) vs\. (?:\d+)x(?:\d+)\))`), + compile(`WARNING: See https.* for mitigation options.`), + compile(`WARNING: kernel not compiled with CPU_SRSO`), }, crash.Warning, }, |
