From f3a007676454bf9e9ca78bebb54ee05f03de2403 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 29 Oct 2024 18:48:24 +0100 Subject: pkg/report: ignore warnings printed by __ext4_msg These are just warnings to the system administrator. Ignore them during fuzzing. --- pkg/report/linux.go | 1 + pkg/report/testdata/linux/report/728 | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 pkg/report/testdata/linux/report/728 (limited to 'pkg') diff --git a/pkg/report/linux.go b/pkg/report/linux.go index ca27c00e0..883c0d36c 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1951,6 +1951,7 @@ var linuxOopses = append([]*oops{ 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`), + compile(`EXT4-[Ff][Ss](?: \(.*\))?:`), // printed in __ext4_msg }, crash.Warning, }, diff --git a/pkg/report/testdata/linux/report/728 b/pkg/report/testdata/linux/report/728 new file mode 100644 index 000000000..ef9fecfcc --- /dev/null +++ b/pkg/report/testdata/linux/report/728 @@ -0,0 +1,7 @@ +TITLE: + + +EXT4-fs: Warning: mounting with an experimental mount option 'dioread_nolock' for blocksize < PAGE_SIZE +EXT4-fs (loop4): 1 truncate cleaned up +EXT4-fs (loop4): mounted filesystem without journal. Quota mode: writeback. + -- cgit mrf-deployment