[LTP] [PATCH v1] doc: update more syscalls stats

Petr Vorel pvorel@suse.cz
Tue Jul 30 09:41:47 CEST 2024


> From: Andrea Cervesato <andrea.cervesato@suse.com>

> Some more syscalls are already tested in LTP, but they are part of
> different testing suites. For example, seccomp() is tested in prctl()
> testing suite. Some other syscalls need to be blacklisted, since they
> are part of MIPS or internal kernel usage.

> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> ---
>  doc/conf.py | 4 ++++
>  1 file changed, 4 insertions(+)

> diff --git a/doc/conf.py b/doc/conf.py
> index d0f185b28..b54e0e60d 100644
> --- a/doc/conf.py
> +++ b/doc/conf.py
> @@ -83,6 +83,8 @@ def generate_syscalls_stats(_):
>          'getpmsg',
>          'putmsg',
>          'putpmsg',
> +        'seccomp',
> +        'semtimedop',
I guess there are more to add, right?
At least cachestat and landlock.
Could you please add them before you merge?

Reviewed-by: Petr Vorel <pvorel@suse.cz>

Also it'd be nice to have the lists sorted.

Kind regards,
Petr

>      ]

>      # populate with not implemented, reserved, unmaintained syscalls defined
> @@ -101,6 +103,8 @@ def generate_syscalls_stats(_):
>          'sysmips',
>          'mq_getsetattr',
>          'vserver',
> +        'cachectl',
> +        'restart_syscall',
>      ]

>      # fetch syscalls file


More information about the ltp mailing list