aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-04-30 17:32:01 +0200
committerTaras Madan <tarasmadan@google.com>2025-05-02 09:33:45 +0000
commit7153f4a12c4ff498b38115e044dd4962f5e46606 (patch)
tree8c8135c02227e11fa33b5b49b7f9e704a1d0aa6b /pkg/report/linux.go
parent0056b04bd82847a0103c2b88a8f887d091ce41ae (diff)
pkg/report: ignore xfs-printed warnings
Closes #5968
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 a18aa342b..d013918aa 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1962,6 +1962,7 @@ var linuxOopses = append([]*oops{
compile(`WARNING: kernel not compiled with CPU_SRSO`),
compile(`EXT4-[Ff][Ss](?: \(.*\))?:`), // printed in __ext4_msg
compile(`(?i)warning: .* uses (deprecated v2 capabilities|wireless extensions)`),
+ compile(`XFS \(\w+\): WARNING`),
},
crash.Warning,
},