@@ -26,6 +26,7 @@ _S(3, "read")
2626_S (4 , "write" )
2727_S (5 , "open" )
2828_S (6 , "close" )
29+ _S (7 , "restart_syscall" )
2930_S (8 , "creat" )
3031_S (9 , "link" )
3132_S (10 , "unlink" )
@@ -95,6 +96,7 @@ _S(105, "getitimer")
9596_S (106 , "stat" )
9697_S (107 , "lstat" )
9798_S (108 , "fstat" )
99+ _S (110 , "lookup_dcookie" )
98100_S (111 , "vhangup" )
99101_S (112 , "idle" )
100102_S (114 , "wait4" )
@@ -154,8 +156,8 @@ _S(176, "rt_sigpending")
154156_S (177 , "rt_sigtimedwait" )
155157_S (178 , "rt_sigqueueinfo" )
156158_S (179 , "rt_sigsuspend" )
157- _S (180 , "pread " )
158- _S (181 , "pwrite " )
159+ _S (180 , "pread64 " )
160+ _S (181 , "pwrite64 " )
159161_S (183 , "getcwd" )
160162_S (184 , "capget" )
161163_S (185 , "capset" )
@@ -187,6 +189,7 @@ _S(216, "setfsgid")
187189_S (217 , "pivot_root" )
188190_S (218 , "mincore" )
189191_S (219 , "madvise" )
192+ _S (220 , "getdents64" )
190193_S (222 , "readahead" )
191194_S (224 , "setxattr" )
192195_S (225 , "lsetxattr" )
@@ -229,9 +232,9 @@ _S(262, "clock_nanosleep")
229232_S (265 , "statfs64" )
230233_S (266 , "fstatfs64" )
231234_S (267 , "remap_file_pages" )
232- // _S(268, "")
233- // _S(269, "")
234- // _S(270, "")
235+ _S (268 , "mbind " )
236+ _S (269 , "get_mempolicy " )
237+ _S (270 , "set_mempolicy " )
235238_S (271 , "mq_open" )
236239_S (272 , "mq_unlink" )
237240_S (273 , "mq_timedsend" )
@@ -248,7 +251,7 @@ _S(283, "ioprio_get")
248251_S (284 , "inotify_init" )
249252_S (285 , "inotify_add_watch" )
250253_S (286 , "inotify_rm_watch" )
251- // _S(287, "")
254+ _S (287 , "migrate_pages " )
252255_S (288 , "openat" )
253256_S (289 , "mkdirat" )
254257_S (290 , "mknodat" )
@@ -271,7 +274,7 @@ _S(306, "splice")
271274_S (307 , "sync_file_range" )
272275_S (308 , "tee" )
273276_S (309 , "vmsplice" )
274- // _S(310, "")
277+ _S (310 , "move_pages " )
275278_S (311 , "getcpu" )
276279_S (312 , "epoll_pwait" )
277280_S (313 , "utimes" )
@@ -299,7 +302,7 @@ _S(334, "prlimit64")
299302_S (335 , "name_to_handle_at" )
300303_S (336 , "open_by_handle_at" )
301304_S (337 , "clock_adjtime" )
302- _S (338 , "syncfs" )
305+ _S (338 , "syncfs" )
303306_S (339 , "setns" )
304307_S (340 , "process_vm_readv" )
305308_S (341 , "process_vm_writev" )
@@ -339,6 +342,7 @@ _S(374, "mlock2")
339342_S (375 , "copy_file_range" )
340343_S (376 , "preadv2" )
341344_S (377 , "pwritev2" )
345+ _S (378 , "s390_guarded_storage" )
342346_S (379 , "statx" )
343347_S (380 , "s390_sthyi" )
344348_S (381 , "kexec_file_load" )
@@ -347,6 +351,17 @@ _S(383, "rseq")
347351_S (384 , "pkey_mprotect" )
348352_S (385 , "pkey_alloc" )
349353_S (386 , "pkey_free" )
354+ _S (392 , "semtimedop" )
355+ _S (393 , "semget" )
356+ _S (394 , "semctl" )
357+ _S (395 , "shmget" )
358+ _S (396 , "shmctl" )
359+ _S (397 , "shmat" )
360+ _S (398 , "shmdt" )
361+ _S (399 , "msgget" )
362+ _S (400 , "msgsnd" )
363+ _S (401 , "msgrcv" )
364+ _S (402 , "msgctl" )
350365_S (424 , "pidfd_send_signal" )
351366_S (425 , "io_uring_setup" )
352367_S (426 , "io_uring_enter" )
@@ -370,6 +385,7 @@ _S(443, "quotactl_fd")
370385_S (444 , "landlock_create_ruleset" )
371386_S (445 , "landlock_add_rule" )
372387_S (446 , "landlock_restrict_self" )
388+ _S (447 , "memfd_secret" )
373389_S (448 , "process_mrelease" )
374390_S (449 , "futex_waitv" )
375391_S (450 , "set_mempolicy_home_node" )
@@ -385,4 +401,3 @@ _S(459, "lsm_get_self_attr")
385401_S (460 , "lsm_set_self_attr" )
386402_S (461 , "lsm_list_modules" )
387403_S (462 , "mseal" )
388-
0 commit comments