All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/650: add kernel commit id
@ 2023-12-22  2:48 Yang Xu
  2023-12-23 19:09 ` Zorro Lang
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Xu @ 2023-12-22  2:48 UTC (permalink / raw)
  To: fstests; +Cc: Yang Xu

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(+)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] generic/650: add kernel commit id
  2023-12-22  2:48 [PATCH] generic/650: add kernel commit id Yang Xu
@ 2023-12-23 19:09 ` Zorro Lang
  0 siblings, 0 replies; 2+ messages in thread
From: Zorro Lang @ 2023-12-23 19:09 UTC (permalink / raw)
  To: Yang Xu; +Cc: fstests

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
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-23 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-22  2:48 [PATCH] generic/650: add kernel commit id Yang Xu
2023-12-23 19:09 ` Zorro Lang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.