[LTP] [PATCH] doc: whitelist file_setattr/file_getattr

Andrea Cervesato andrea.cervesato@suse.de
Mon Aug 25 13:27:04 CEST 2025


From: Andrea Cervesato <andrea.cervesato@suse.com>

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
 doc/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/conf.py b/doc/conf.py
index cadfeb2b3d74c63741a28a3df5f8e1fd8a8d5582..ccf0f40ff3023a25c817b9a098e8d520e5a1b9b3 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -71,6 +71,8 @@ def generate_syscalls_stats(_):
         'fadvise64': f'{ltp_syscalls_path}/fadvise',
         'fanotify_init': f'{ltp_syscalls_path}/fanotify',
         'fanotify_mark': f'{ltp_syscalls_path}/fanotify',
+        'file_getattr': f'{ltp_syscalls_path}/file_attr',
+        'file_setattr': f'{ltp_syscalls_path}/file_attr',
         'futex': f'{ltp_syscalls_path}/futex',
         'getdents64': f'{ltp_syscalls_path}/gettdents',
         'inotify_add_watch': f'{ltp_syscalls_path}/inotify',

---
base-commit: 212cdcea9c25a6c150420588563dd2dbbf3868ae
change-id: 20250825-whitelist_file_attr-9191f7428f3c

Best regards,
-- 
Andrea Cervesato <andrea.cervesato@suse.com>



More information about the ltp mailing list