* [LTP] [PATCH] lapi/aarch64.in: Fix incorrect syscall number for copy_file_range
@ 2018-01-24 7:04 Xiao Yang
2018-01-24 10:20 ` Li Wang
2018-01-24 11:20 ` Cyril Hrubis
0 siblings, 2 replies; 3+ messages in thread
From: Xiao Yang @ 2018-01-24 7:04 UTC (permalink / raw)
To: ltp
64-bit ARM should use the generic syscall number which is 285.
Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
---
include/lapi/syscalls/aarch64.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/lapi/syscalls/aarch64.in b/include/lapi/syscalls/aarch64.in
index 8b725e3..1f45839 100644
--- a/include/lapi/syscalls/aarch64.in
+++ b/include/lapi/syscalls/aarch64.in
@@ -256,4 +256,4 @@ sendmmsg 269
kcmp 272
getrandom 278
memfd_create 279
-copy_file_range 391
+copy_file_range 285
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [LTP] [PATCH] lapi/aarch64.in: Fix incorrect syscall number for copy_file_range
2018-01-24 7:04 [LTP] [PATCH] lapi/aarch64.in: Fix incorrect syscall number for copy_file_range Xiao Yang
@ 2018-01-24 10:20 ` Li Wang
2018-01-24 11:20 ` Cyril Hrubis
1 sibling, 0 replies; 3+ messages in thread
From: Li Wang @ 2018-01-24 10:20 UTC (permalink / raw)
To: ltp
On Wed, Jan 24, 2018 at 3:04 PM, Xiao Yang <yangx.jy@cn.fujitsu.com> wrote:
> 64-bit ARM should use the generic syscall number which is 285.
>
ACK. I have checked this on an aarch64 platform and confirmed.​
>
> Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
> ---
> include/lapi/syscalls/aarch64.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/lapi/syscalls/aarch64.in b/include/lapi/syscalls/
> aarch64.in
> index 8b725e3..1f45839 100644
> --- a/include/lapi/syscalls/aarch64.in
> +++ b/include/lapi/syscalls/aarch64.in
> @@ -256,4 +256,4 @@ sendmmsg 269
> kcmp 272
> getrandom 278
> memfd_create 279
> -copy_file_range 391
> +copy_file_range 285
> --
> 1.8.3.1
>
>
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
>
--
Li Wang
liwang@redhat.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20180124/b5869a49/attachment.html>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [LTP] [PATCH] lapi/aarch64.in: Fix incorrect syscall number for copy_file_range
2018-01-24 7:04 [LTP] [PATCH] lapi/aarch64.in: Fix incorrect syscall number for copy_file_range Xiao Yang
2018-01-24 10:20 ` Li Wang
@ 2018-01-24 11:20 ` Cyril Hrubis
1 sibling, 0 replies; 3+ messages in thread
From: Cyril Hrubis @ 2018-01-24 11:20 UTC (permalink / raw)
To: ltp
Hi!
Pushed, thanks.
--
Cyril Hrubis
chrubis@suse.cz
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-24 11:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-24 7:04 [LTP] [PATCH] lapi/aarch64.in: Fix incorrect syscall number for copy_file_range Xiao Yang
2018-01-24 10:20 ` Li Wang
2018-01-24 11:20 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox