[LTP] [PATCH v2 1/1] doc: Update blacklist and whitelist

Petr Vorel pvorel@suse.cz
Thu Dec 12 14:30:24 CET 2024


getmsg, getpmsg, putmsg, putpmsg in man UNIMPLEMENTED(2),
put them to blacklist. This way they aren't shown in "Untested syscalls"
table, which is supposed to be only or syscalls which should be tested.

Fixes: 7248e5c5f7 ("doc: update syscalls statistics")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Rebased patch to the Andreas patchset
https://patchwork.ozlabs.org/project/ltp/list/?series=436387&state=*
(originally in v1 it was moved from whitelist)

Kind regards,
Petr

 doc/conf.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/conf.py b/doc/conf.py
index 258a1b9e28..514bba05a5 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -103,8 +103,12 @@ def generate_syscalls_stats(_):
         'cachectl',
         'create_module',
         'get_kernel_syms',
+        'getmsg',
+        'getpmsg',
         'mq_getsetattr',
         'nfsservctl',
+        'putmsg',
+        'putpmsg',
         'query_module',
         'reserved177',
         'reserved193',
-- 
2.47.0



More information about the ltp mailing list