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-08-06 14:40:37 -07:00
parent 24c25de1d3
commit eb128ca6d0
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
@@ -237,6 +237,11 @@ t_filter_dmesg()
re="$re|File: /mnt/test.* PID:.* Comm: dd"
re="$re|dio_warn_stale_pagecache*"
# 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