basic/missing-syscall: sort syscalls alphabetically and add numbers for mount_setattr, move_mount, open_tree

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2021-04-28 10:46:48 +02:00
parent 302beee342
commit 9899580a58
2 changed files with 237 additions and 59 deletions

View File

@@ -9,16 +9,20 @@ SYSCALLS = [
'bpf',
'close_range',
'copy_file_range',
'epoll_pwait2',
'getrandom',
'memfd_create',
'mount_setattr',
'move_mount',
'name_to_handle_at',
'open_tree',
'pidfd_open',
'pidfd_send_signal',
'pkey_mprotect',
'renameat2',
'setns',
'statx',
'epoll_pwait2']
]
def dictify(f):
def wrap(*args, **kwargs):