aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Xu <xuyang2018.jy@fujitsu.com>2023-12-21 21:48:00 -0500
committerZorro Lang <zlang@kernel.org>2023-12-24 03:10:56 +0800
commitd6e9d32578afc1da2dd398cc46018f0a51d7875c (patch)
tree9095cf733920f0d7323d5f2a00b99011853c96db
parent475f51d9ed5547307d340456197b0dd5df76a726 (diff)
downloadxfstests-dev-d6e9d32578afc1da2dd398cc46018f0a51d7875c.tar.gz
generic/650: add kernel commit id
This week, this case crashed when I test xfstests on xfs. Then, I found this kernel patch to slove this problem, so add it. Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/generic/6503
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/generic/650 b/tests/generic/650
index 773f93c7cb..e152c39858 100755
--- a/tests/generic/650
+++ b/tests/generic/650
@@ -10,6 +10,9 @@
. ./common/preamble
_begin_fstest auto rw stress soak
+[ "$FSTYP" = "xfs" ] && _fixed_by_kernel_commit ecd49f7a36fb \
+ "xfs: fix per-cpu CIL structure aggregation racing with dying cpus"
+
# Override the default cleanup function.
_cleanup()
{