Linux Test Project
 help / color / mirror / Atom feed
* [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

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