public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/2] doc: Update blacklist and whitelist
@ 2024-11-15  3:39 Petr Vorel
  2024-11-15  3:39 ` [LTP] [PATCH 2/2] doc: Add URL to the sources in syscalls list Petr Vorel
  2024-11-15  3:49 ` [LTP] [PATCH 1/2] doc: Update blacklist and whitelist Petr Vorel
  0 siblings, 2 replies; 7+ messages in thread
From: Petr Vorel @ 2024-11-15  3:39 UTC (permalink / raw)
  To: ltp

From: Petr Vorel <pvorel@suse.cz>

getmsg, getpmsg, putmsg, putpmsg in man UNIMPLEMENTED(2),
move them from whitelist to blacklist.

seccomp is now detected, therefore remove from whitelist.

Fixes: 7248e5c5f7 ("doc: update syscalls statistics")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 doc/conf.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index aed0cd50fd..e14c1387d0 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -67,8 +67,6 @@ def generate_syscalls_stats(_):
         'fanotify_init',
         'fanotify_mark',
         'getdents64',
-        'getmsg',
-        'getpmsg',
         'inotify_add_watch',
         'inotify_rm_watch',
         'io_uring_enter',
@@ -79,8 +77,6 @@ def generate_syscalls_stats(_):
         'landlock_restrict_self',
         'lsetxattr',
         'newfstatat',
-        'putmsg',
-        'putpmsg',
         'pkey_alloc',
         'pkey_free',
         'pkey_mprotect',
@@ -90,7 +86,6 @@ def generate_syscalls_stats(_):
         'pwrite64',
         'quotactl_fd',
         'rt_sigpending',
-        'seccomp',
         'semtimedop',
         'sethostname',
     ]
-- 
2.45.2


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-11-15 11:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-15  3:39 [LTP] [PATCH 1/2] doc: Update blacklist and whitelist Petr Vorel
2024-11-15  3:39 ` [LTP] [PATCH 2/2] doc: Add URL to the sources in syscalls list Petr Vorel
2024-11-15  8:18   ` Andrea Cervesato via ltp
2024-11-15  8:25     ` Petr Vorel
2024-11-15 11:04     ` Petr Vorel
2024-11-15 11:39       ` Andrea Cervesato via ltp
2024-11-15  3:49 ` [LTP] [PATCH 1/2] doc: Update blacklist and whitelist Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox