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

Andrea Cervesato andrea.cervesato@suse.de
Fri Apr 26 14:00:51 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',
     ]
 
     # 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



More information about the ltp mailing list