From: Avinesh Kumar <akumar@suse.de>
To: Andrea Cervesato <andrea.cervesato@suse.de>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH v3 02/11] Add listmount/statmount syscalls
Date: Tue, 09 Jul 2024 08:15:57 +0200 [thread overview]
Message-ID: <2701829.vuYhMxLoTh@localhost> (raw)
In-Reply-To: <20240516-listmount_statmount-v3-2-2ff4ba29bba7@suse.com>
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
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2024-07-09 6:16 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-16 12:29 [LTP] [PATCH v3 00/11] statmount/listmount testing suites Andrea Cervesato
2024-05-16 12:29 ` [LTP] [PATCH v3 01/11] Add SAFE_STATX macro Andrea Cervesato
2024-07-09 6:15 ` Avinesh Kumar
2024-05-16 12:29 ` [LTP] [PATCH v3 02/11] Add listmount/statmount syscalls Andrea Cervesato
2024-07-09 6:15 ` Avinesh Kumar [this message]
2024-05-16 12:29 ` [LTP] [PATCH v3 03/11] Add listmount/statmount fallback declarations Andrea Cervesato
2024-07-09 8:06 ` Cyril Hrubis
2024-05-16 12:29 ` [LTP] [PATCH v3 04/11] Add listmount01 test Andrea Cervesato
2024-07-09 8:46 ` Cyril Hrubis
2024-05-16 12:29 ` [LTP] [PATCH v3 05/11] Add listmount02 test Andrea Cervesato
2024-07-09 10:18 ` Cyril Hrubis
2024-05-16 12:29 ` [LTP] [PATCH v3 06/11] Add stamount01 test Andrea Cervesato
2024-07-09 11:15 ` Cyril Hrubis
2024-07-10 8:00 ` Cyril Hrubis
2024-05-16 12:29 ` [LTP] [PATCH v3 07/11] Add statmount02 test Andrea Cervesato
2024-07-10 8:03 ` Cyril Hrubis
2024-05-16 12:29 ` [LTP] [PATCH v3 08/11] Add statmount03 test Andrea Cervesato
2024-07-10 8:18 ` Cyril Hrubis
2024-05-16 12:29 ` [LTP] [PATCH v3 09/11] Add statmount04 test Andrea Cervesato
2024-07-10 14:27 ` Cyril Hrubis
2024-07-10 14:42 ` Cyril Hrubis
2024-05-16 12:29 ` [LTP] [PATCH v3 10/11] Add statmount05 test Andrea Cervesato
2024-07-10 15:09 ` Cyril Hrubis
2024-05-16 12:29 ` [LTP] [PATCH v3 11/11] Add statmount06 test Andrea Cervesato
2024-07-10 14:55 ` Cyril Hrubis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2701829.vuYhMxLoTh@localhost \
--to=akumar@suse.de \
--cc=andrea.cervesato@suse.de \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.