From: Yang Xu Date: Fri, 22 Dec 2023 02:48:00 +0000 (-0500) Subject: generic/650: add kernel commit id X-Git-Tag: v2023.12.25~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d6e9d32578afc1da2dd398cc46018f0a51d7875c;p=xfstests-dev.git 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 Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/tests/generic/650 b/tests/generic/650 index 773f93c7..e152c398 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() {