[LTP] [PATCH v3 02/11] Add listmount/statmount syscalls
Avinesh Kumar
akumar@suse.de
Tue Jul 9 08:15:57 CEST 2024
Hi,
Reviewed-by: Avinesh Kumar <akumar@suse.de>
On Thursday, May 16, 2024 2:29:10 PM GMT+2 Andrea Cervesato wrote:
> From: Andrea Cervesato <andrea.cervesato@suse.com>
>
> ---
> include/lapi/syscalls/aarch64.in | 2 ++
> include/lapi/syscalls/arc.in | 2 ++
> include/lapi/syscalls/arm.in | 2 ++
> include/lapi/syscalls/hppa.in | 2 ++
> include/lapi/syscalls/i386.in | 2 ++
> include/lapi/syscalls/ia64.in | 2 ++
> include/lapi/syscalls/loongarch.in | 2 ++
> include/lapi/syscalls/mips_n32.in | 2 ++
> include/lapi/syscalls/mips_n64.in | 2 ++
> include/lapi/syscalls/mips_o32.in | 2 ++
> include/lapi/syscalls/powerpc.in | 2 ++
> include/lapi/syscalls/powerpc64.in | 2 ++
> include/lapi/syscalls/s390.in | 2 ++
> include/lapi/syscalls/s390x.in | 2 ++
> include/lapi/syscalls/sh.in | 2 ++
> include/lapi/syscalls/sparc.in | 2 ++
> include/lapi/syscalls/sparc64.in | 2 ++
> include/lapi/syscalls/x86_64.in | 2 ++
> 18 files changed, 36 insertions(+)
>
> diff --git a/include/lapi/syscalls/aarch64.in b/include/lapi/syscalls/aarch64.in
> index 2cb6c2d87..3b32a3b2a 100644
> --- a/include/lapi/syscalls/aarch64.in
> +++ b/include/lapi/syscalls/aarch64.in
> @@ -297,4 +297,6 @@ faccessat2 439
> epoll_pwait2 441
> quotactl_fd 443
> futex_waitv 449
> +statmount 457
> +listmount 458
> _sysctl 1078
> diff --git a/include/lapi/syscalls/arc.in b/include/lapi/syscalls/arc.in
> index 3e2ee9061..1a3a908e4 100644
> --- a/include/lapi/syscalls/arc.in
> +++ b/include/lapi/syscalls/arc.in
> @@ -317,3 +317,5 @@ faccessat2 439
> epoll_pwait2 441
> quotactl_fd 443
> futex_waitv 449
> +statmount 457
> +listmount 458
> diff --git a/include/lapi/syscalls/arm.in b/include/lapi/syscalls/arm.in
> index 7bdbca533..78d84549f 100644
> --- a/include/lapi/syscalls/arm.in
> +++ b/include/lapi/syscalls/arm.in
> @@ -395,3 +395,5 @@ faccessat2 (__NR_SYSCALL_BASE+439)
> epoll_pwait2 (__NR_SYSCALL_BASE+441)
> quotactl_fd (__NR_SYSCALL_BASE+443)
> futex_waitv (__NR_SYSCALL_BASE+449)
> +statmount (__NR_SYSCALL_BASE+457)
> +listmount (__NR_SYSCALL_BASE+458)
> diff --git a/include/lapi/syscalls/hppa.in b/include/lapi/syscalls/hppa.in
> index 8ebdafafb..1f01a4a0c 100644
> --- a/include/lapi/syscalls/hppa.in
> +++ b/include/lapi/syscalls/hppa.in
> @@ -44,3 +44,5 @@ faccessat2 439
> epoll_pwait2 441
> quotactl_fd 443
> futex_waitv 449
> +statmount 457
> +listmount 458
> diff --git a/include/lapi/syscalls/i386.in b/include/lapi/syscalls/i386.in
> index 1472631c4..f4e6589ab 100644
> --- a/include/lapi/syscalls/i386.in
> +++ b/include/lapi/syscalls/i386.in
> @@ -431,3 +431,5 @@ faccessat2 439
> epoll_pwait2 441
> quotactl_fd 443
> futex_waitv 449
> +statmount 457
> +listmount 458
> diff --git a/include/lapi/syscalls/ia64.in b/include/lapi/syscalls/ia64.in
> index 0ea6e9722..dd8b8c79f 100644
> --- a/include/lapi/syscalls/ia64.in
> +++ b/include/lapi/syscalls/ia64.in
> @@ -344,3 +344,5 @@ faccessat2 1463
> epoll_pwait2 1465
> quotactl_fd 1467
> futex_waitv 1473
> +statmount 1481
> +listmount 1482
> diff --git a/include/lapi/syscalls/loongarch.in b/include/lapi/syscalls/loongarch.in
> index 301f611f6..f48c0658c 100644
> --- a/include/lapi/syscalls/loongarch.in
> +++ b/include/lapi/syscalls/loongarch.in
> @@ -305,3 +305,5 @@ memfd_secret 447
> process_mrelease 448
> futex_waitv 449
> set_mempolicy_home_node 450
> +statmount 457
> +listmount 458
> diff --git a/include/lapi/syscalls/mips_n32.in b/include/lapi/syscalls/mips_n32.in
> index e818c9d92..af5928c0e 100644
> --- a/include/lapi/syscalls/mips_n32.in
> +++ b/include/lapi/syscalls/mips_n32.in
> @@ -371,3 +371,5 @@ epoll_pwait2 6441
> mount_setattr 6442
> quotactl_fd 6443
> futex_waitv 6449
> +statmount 6457
> +listmount 6458
> diff --git a/include/lapi/syscalls/mips_n64.in b/include/lapi/syscalls/mips_n64.in
> index 6e15f43b3..a6d83e2e0 100644
> --- a/include/lapi/syscalls/mips_n64.in
> +++ b/include/lapi/syscalls/mips_n64.in
> @@ -347,3 +347,5 @@ epoll_pwait2 5441
> mount_setattr 5442
> quotactl_fd 5443
> futex_waitv 5449
> +statmount 5457
> +listmount 5458
> diff --git a/include/lapi/syscalls/mips_o32.in b/include/lapi/syscalls/mips_o32.in
> index 921d5d331..eda7388a3 100644
> --- a/include/lapi/syscalls/mips_o32.in
> +++ b/include/lapi/syscalls/mips_o32.in
> @@ -417,3 +417,5 @@ epoll_pwait2 4441
> mount_setattr 4442
> quotactl_fd 4443
> futex_waitv 4449
> +statmount 4457
> +listmount 4458
> diff --git a/include/lapi/syscalls/powerpc.in b/include/lapi/syscalls/powerpc.in
> index 545d9d3d6..1b40ea53d 100644
> --- a/include/lapi/syscalls/powerpc.in
> +++ b/include/lapi/syscalls/powerpc.in
> @@ -424,3 +424,5 @@ faccessat2 439
> epoll_pwait2 441
> quotactl_fd 443
> futex_waitv 449
> +statmount 457
> +listmount 458
> diff --git a/include/lapi/syscalls/powerpc64.in b/include/lapi/syscalls/powerpc64.in
> index 545d9d3d6..1b40ea53d 100644
> --- a/include/lapi/syscalls/powerpc64.in
> +++ b/include/lapi/syscalls/powerpc64.in
> @@ -424,3 +424,5 @@ faccessat2 439
> epoll_pwait2 441
> quotactl_fd 443
> futex_waitv 449
> +statmount 457
> +listmount 458
> diff --git a/include/lapi/syscalls/s390.in b/include/lapi/syscalls/s390.in
> index 7213ac5f8..6593a4ff7 100644
> --- a/include/lapi/syscalls/s390.in
> +++ b/include/lapi/syscalls/s390.in
> @@ -411,3 +411,5 @@ faccessat2 439
> epoll_pwait2 441
> quotactl_fd 443
> futex_waitv 449
> +statmount 457
> +listmount 458
> diff --git a/include/lapi/syscalls/s390x.in b/include/lapi/syscalls/s390x.in
> index 879012e2b..b98e727d6 100644
> --- a/include/lapi/syscalls/s390x.in
> +++ b/include/lapi/syscalls/s390x.in
> @@ -359,3 +359,5 @@ faccessat2 439
> epoll_pwait2 441
> quotactl_fd 443
> futex_waitv 449
> +statmount 457
> +listmount 458
> diff --git a/include/lapi/syscalls/sh.in b/include/lapi/syscalls/sh.in
> index 7d5192a27..59178113e 100644
> --- a/include/lapi/syscalls/sh.in
> +++ b/include/lapi/syscalls/sh.in
> @@ -405,3 +405,5 @@ faccessat2 439
> epoll_pwait2 441
> quotactl_fd 443
> futex_waitv 449
> +statmount 457
> +listmount 458
> diff --git a/include/lapi/syscalls/sparc.in b/include/lapi/syscalls/sparc.in
> index 91d2fb1c2..56a244ceb 100644
> --- a/include/lapi/syscalls/sparc.in
> +++ b/include/lapi/syscalls/sparc.in
> @@ -410,3 +410,5 @@ faccessat2 439
> epoll_pwait2 441
> quotactl_fd 443
> futex_waitv 449
> +statmount 457
> +listmount 458
> diff --git a/include/lapi/syscalls/sparc64.in b/include/lapi/syscalls/sparc64.in
> index 1f2fc59b7..84051a600 100644
> --- a/include/lapi/syscalls/sparc64.in
> +++ b/include/lapi/syscalls/sparc64.in
> @@ -375,3 +375,5 @@ faccessat2 439
> epoll_pwait2 441
> quotactl_fd 443
> futex_waitv 449
> +statmount 457
> +listmount 458
> diff --git a/include/lapi/syscalls/x86_64.in b/include/lapi/syscalls/x86_64.in
> index dc61aa56e..935c5d7bc 100644
> --- a/include/lapi/syscalls/x86_64.in
> +++ b/include/lapi/syscalls/x86_64.in
> @@ -352,6 +352,8 @@ faccessat2 439
> epoll_pwait2 441
> quotactl_fd 443
> futex_waitv 449
> +statmount 457
> +listmount 458
> rt_sigaction 512
> rt_sigreturn 513
> ioctl 514
>
>
Regards,
Avinesh
More information about the ltp
mailing list