Fix xfstests on el10

We need a few more cherry picked fixes for xfstests that the same things
that we've fixed in the el10 branch: egrep, coreutils mv string changes,
and a new pattern of xfstests probing other filesystem types on our
devices leaking into dmesg. This moves the xfstests tag we're using
by those 3 cherry picks, and adds the filter.

Signed-off-by: Auke Kok <auke.kok@versity.com>
This commit is contained in:
Auke Kok
2026-06-11 18:01:40 +00:00
parent 31ac21c810
commit dfd92be8df
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
v2022.05.01-2-g787cd20
v2022.05.01-5-g0108afcd
+5
View File
@@ -232,6 +232,11 @@ t_filter_dmesg()
# lockdep or kasan warnings can cause this
re="$re|Disabling lock debugging due to kernel taint"
# xfstests probing our devices
re="$re|ISOFS"
re="$re|FAT-fs"
re="$re|XFS"
grep -v -E "($re)" | \
ignore_harmless_unwind_kasan_stack_oob | \
ignore_harmless_xfs_lockdep_warning