[LTP] [PATCH] lapi/aarch64.in: Fix incorrect syscall number for copy_file_range
Li Wang
liwang@redhat.com
Wed Jan 24 11:20:30 CET 2018
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>
More information about the ltp
mailing list