Message ID | 20231222024800.138907-1-xuyang2018.jy@fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | generic/650: add kernel commit id | expand |
On Thu, Dec 21, 2023 at 09:48:00PM -0500, Yang Xu wrote: > 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> > --- Good to me, Reviewed-by: Zorro Lang <zlang@redhat.com> > tests/generic/650 | 3 +++ > 1 file changed, 3 insertions(+) > > 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() > { > -- > 2.27.0 > >
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() {
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> --- tests/generic/650 | 3 +++ 1 file changed, 3 insertions(+)