All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic/553[4]: correct kernel fix commit
@ 2019-07-10 11:35 Yang Xu
  2019-07-11  6:50 ` Amir Goldstein
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Xu @ 2019-07-10 11:35 UTC (permalink / raw)
  To: guaneryu, amir73il; +Cc: fstests, Yang Xu

commit 96e6e8f4a68d ("vfs: add missing checks to copy_file_range")
adds checks for immutablefile and swapfile instead of commit a31713517d
("vfs: introduce generic_file_rw_checks()").

Signed-off-by: Yang Xu <xuyang2018.jy@cn.fujitsu.com>
---
 tests/generic/553 | 2 +-
 tests/generic/554 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/generic/553 b/tests/generic/553
index aefb0819..a836e602 100755
--- a/tests/generic/553
+++ b/tests/generic/553
@@ -7,7 +7,7 @@
 # Check that we cannot copy_file_range() to an immutable file
 #
 # This is a regression test for kernel commit:
-#   a31713517dac ("vfs: introduce generic_file_rw_checks()")
+#   96e6e8f4a68d ("vfs: add missing checks to copy_file_range")
 #
 seq=`basename $0`
 seqres=$RESULT_DIR/$seq
diff --git a/tests/generic/554 b/tests/generic/554
index fa19d580..eaf1f45a 100755
--- a/tests/generic/554
+++ b/tests/generic/554
@@ -7,7 +7,7 @@
 # Check that we cannot copy_file_range() to a swapfile
 #
 # This is a regression test for kernel commit:
-#   a31713517dac ("vfs: introduce generic_file_rw_checks()")
+#   96e6e8f4a68d ("vfs: add missing checks to copy_file_range")
 #
 seq=`basename $0`
 seqres=$RESULT_DIR/$seq
-- 
2.18.1

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

* Re: [PATCH] generic/553[4]: correct kernel fix commit
  2019-07-10 11:35 [PATCH] generic/553[4]: correct kernel fix commit Yang Xu
@ 2019-07-11  6:50 ` Amir Goldstein
  0 siblings, 0 replies; 2+ messages in thread
From: Amir Goldstein @ 2019-07-11  6:50 UTC (permalink / raw)
  To: Yang Xu; +Cc: Eryu Guan, fstests

On Thu, Jul 11, 2019 at 8:25 AM Yang Xu <xuyang2018.jy@cn.fujitsu.com> wrote:
>
> commit 96e6e8f4a68d ("vfs: add missing checks to copy_file_range")
> adds checks for immutablefile and swapfile instead of commit a31713517d
> ("vfs: introduce generic_file_rw_checks()").
>
> Signed-off-by: Yang Xu <xuyang2018.jy@cn.fujitsu.com>

ACK

Thanks for following up.
Amir.

> ---
>  tests/generic/553 | 2 +-
>  tests/generic/554 | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/generic/553 b/tests/generic/553
> index aefb0819..a836e602 100755
> --- a/tests/generic/553
> +++ b/tests/generic/553
> @@ -7,7 +7,7 @@
>  # Check that we cannot copy_file_range() to an immutable file
>  #
>  # This is a regression test for kernel commit:
> -#   a31713517dac ("vfs: introduce generic_file_rw_checks()")
> +#   96e6e8f4a68d ("vfs: add missing checks to copy_file_range")
>  #
>  seq=`basename $0`
>  seqres=$RESULT_DIR/$seq
> diff --git a/tests/generic/554 b/tests/generic/554
> index fa19d580..eaf1f45a 100755
> --- a/tests/generic/554
> +++ b/tests/generic/554
> @@ -7,7 +7,7 @@
>  # Check that we cannot copy_file_range() to a swapfile
>  #
>  # This is a regression test for kernel commit:
> -#   a31713517dac ("vfs: introduce generic_file_rw_checks()")
> +#   96e6e8f4a68d ("vfs: add missing checks to copy_file_range")
>  #
>  seq=`basename $0`
>  seqres=$RESULT_DIR/$seq
> --
> 2.18.1
>
>
>

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

end of thread, other threads:[~2019-07-11  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10 11:35 [PATCH] generic/553[4]: correct kernel fix commit Yang Xu
2019-07-11  6:50 ` Amir Goldstein

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.