From dfd92be8df95a871923994b7e1a116dc0365d815 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Thu, 11 Jun 2026 18:01:40 +0000 Subject: [PATCH] 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 --- tests/.xfstests-branch | 2 +- tests/funcs/filter.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/.xfstests-branch b/tests/.xfstests-branch index 31a466f6..d4c0599c 100644 --- a/tests/.xfstests-branch +++ b/tests/.xfstests-branch @@ -1 +1 @@ -v2022.05.01-2-g787cd20 +v2022.05.01-5-g0108afcd diff --git a/tests/funcs/filter.sh b/tests/funcs/filter.sh index e2ca3934..cd9b278b 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -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