* [LTP] [PATCH v1] doc: update more syscalls stats
@ 2024-04-26 12:00 Andrea Cervesato
2024-07-30 7:41 ` Petr Vorel
0 siblings, 1 reply; 3+ messages in thread
From: Andrea Cervesato @ 2024-04-26 12:00 UTC (permalink / raw)
To: ltp
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',
]
# 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
--
2.35.3
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [LTP] [PATCH v1] doc: update more syscalls stats
2024-04-26 12:00 [LTP] [PATCH v1] doc: update more syscalls stats Andrea Cervesato
@ 2024-07-30 7:41 ` Petr Vorel
2024-09-03 6:47 ` Andrea Cervesato via ltp
0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2024-07-30 7:41 UTC (permalink / raw)
To: Andrea Cervesato; +Cc: ltp
> 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
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] [PATCH v1] doc: update more syscalls stats
2024-07-30 7:41 ` Petr Vorel
@ 2024-09-03 6:47 ` Andrea Cervesato via ltp
0 siblings, 0 replies; 3+ messages in thread
From: Andrea Cervesato via ltp @ 2024-09-03 6:47 UTC (permalink / raw)
To: Petr Vorel, Andrea Cervesato; +Cc: ltp
Hi!
Pushed with suggested modification. cachestat and landlock didn't need
it since we already pushed tests for it and they are automatically
recognized.
Andrea
On 7/30/24 09:41, Petr Vorel wrote:
>> 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
--
Mailing list info: https://lists.linux.it/listinfo/ltp
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-03 6:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26 12:00 [LTP] [PATCH v1] doc: update more syscalls stats Andrea Cervesato
2024-07-30 7:41 ` Petr Vorel
2024-09-03 6:47 ` Andrea Cervesato via ltp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox