diff options
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, }, |
