]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/650: add kernel commit id
authorYang Xu <xuyang2018.jy@fujitsu.com>
Fri, 22 Dec 2023 02:48:00 +0000 (21:48 -0500)
committerZorro Lang <zlang@kernel.org>
Sat, 23 Dec 2023 19:10:56 +0000 (03:10 +0800)
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>
tests/generic/650

index 773f93c7cbffc80bd235e37d0d7c5369809552dd..e152c39858fdd76371a2c2c2e59ac64d226aa0a9 100755 (executable)
@@ -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()
 {