diff mbox series

[v2,1/1] doc: Update blacklist and whitelist

Message ID 20241212133024.1480177-1-pvorel@suse.cz
State Accepted
Headers show
Series [v2,1/1] doc: Update blacklist and whitelist | expand

Commit Message

Petr Vorel Dec. 12, 2024, 1:30 p.m. UTC
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 mbox series

Patch

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',