librz: syscalls in Linux 6.5.3 (#3854)
Update Linux syscalls list to those of Linux 6.5.3 for x86 and aarch64. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
This commit is contained in:
parent
3b903caa96
commit
a564f13856
3 changed files with 133 additions and 1 deletions
|
|
@ -260,4 +260,50 @@ kcmp=0,272
|
|||
finit_module=0,273
|
||||
sched_setattr=0,274
|
||||
sched_getattr=0,275
|
||||
syscalls=0,276
|
||||
renameat2=0,276,5,
|
||||
seccomp=0,277,3,
|
||||
getrandom=0,278,3,pii
|
||||
memfd_create=0,279,2,
|
||||
bpf=0,280,3,
|
||||
execveat=0,281,5,
|
||||
userfaultfd=0,282,1,
|
||||
membarrier=0,283,2,
|
||||
mlock2=0,284,3,
|
||||
copy_file_range=0,285,6,
|
||||
preadv2=0,286,6,
|
||||
pwritev2=0,287,6,
|
||||
pkey_mprotect=0,288,4,
|
||||
pkey_alloc=0,289,2,
|
||||
pkey_free=0,290,1,
|
||||
statx=0,291,5,
|
||||
io_pgetevents=0,292,6,
|
||||
rseq=0,293,4,
|
||||
kexec_file_load=0,294,5,
|
||||
pidfd_send_signal=0,424,4,
|
||||
io_uring_setup=0,425,2,
|
||||
io_uring_enter=0,426,5,
|
||||
io_uring_register=0,427,4,
|
||||
open_tree=0,428,3,
|
||||
move_mount=0,429,5,
|
||||
fsopen=0,430,2,
|
||||
fsconfig=0,431,5,
|
||||
fsmount=0,432,3,
|
||||
fspick=0,433,3,
|
||||
pidfd_open=0,434,2,
|
||||
clone3=0,435,2,
|
||||
close_range=0,436,3,
|
||||
openat2=0,437,4,
|
||||
pidfd_getfd=0,438,3,
|
||||
faccessat2=0,439,4,
|
||||
process_madvise=0,440,5,
|
||||
epoll_pwait2=0,441,6,
|
||||
mount_setattr=0,442,5,
|
||||
quotactl_fd=0,443,4,
|
||||
landlock_create_ruleset=0,444,3,
|
||||
landlock_add_rule=0,445,4,
|
||||
landlock_restrict_self=0,446,2,
|
||||
memfd_secret=0,447,1,
|
||||
process_mrelease=0,448,2,
|
||||
futex_waitv=0,449,5,
|
||||
set_mempolicy_home_node=0,450,4,
|
||||
cachestat=0,451,4,
|
||||
|
|
|
|||
|
|
@ -364,3 +364,61 @@ statx=0x80,383,5,
|
|||
arch_prctl=0x80,384,2,
|
||||
io_pgetevents=0x80,385,6,
|
||||
rseq=0x80,386,4,
|
||||
semget=0x80,393,3,
|
||||
semctl=0x80,394,4,
|
||||
shmget=0x80,395,3,
|
||||
shmctl=0x80,396,3,
|
||||
shmat=0x80,397,3,
|
||||
shmdt=0x80,398,1,
|
||||
msgget=0x80,399,2,
|
||||
msgsnd=0x80,400,4,
|
||||
msgrcv=0x80,401,5,
|
||||
msgctl=0x80,402,3,
|
||||
clock_gettime64=0x80,403,2,
|
||||
clock_settime64=0x80,404,2,
|
||||
clock_adjtime64=0x80,405,2,
|
||||
clock_getres_time64=0x80,406,2,
|
||||
clock_nanosleep_time64=0x80,407,4,
|
||||
timer_gettime64=0x80,408,2,
|
||||
timer_settime64=0x80,409,4,
|
||||
timerfd_gettime64=0x80,410,2,
|
||||
timerfd_settime64=0x80,411,4,
|
||||
utimensat_time64=0x80,412,4,
|
||||
pselect6_time64=0x80,413,6,
|
||||
ppoll_time64=0x80,414,5,
|
||||
io_pgetevents_time64=0x80,416,6,
|
||||
recvmmsg_time64=0x80,417,5,
|
||||
mq_timedsend_time64=0x80,418,5,
|
||||
mq_timedreceive_time64=0x80,419,5,
|
||||
semtimedop_time64=0x80,420,4,
|
||||
rt_sigtimedwait_time64=0x80,421,4,
|
||||
futex_time64=0x80,422,6,
|
||||
sched_rr_get_interval_time64=0x80,423,2,
|
||||
pidfd_send_signal=0x80,424,4,
|
||||
io_uring_setup=0x80,425,2,
|
||||
io_uring_enter=0x80,426,5,
|
||||
io_uring_register=0x80,427,4,
|
||||
open_tree=0x80,428,3,
|
||||
move_mount=0x80,429,5,
|
||||
fsopen=0x80,430,2,
|
||||
fsconfig=0x80,431,5,
|
||||
fsmount=0x80,432,3,
|
||||
fspick=0x80,433,3,
|
||||
pidfd_open=0x80,434,2,
|
||||
clone3=0x80,435,2,
|
||||
close_range=0x80,436,3,
|
||||
openat2=0x80,437,4,
|
||||
pidfd_getfd=0x80,438,3,
|
||||
faccessat2=0x80,439,4,
|
||||
process_madvise=0x80,440,5,
|
||||
epoll_pwait2=0x80,441,6,
|
||||
mount_setattr=0x80,442,5,
|
||||
quotactl_fd=0x80,443,4,
|
||||
landlock_create_ruleset=0x80,444,3,
|
||||
landlock_add_rule=0x80,445,4,
|
||||
landlock_restrict_self=0x80,446,2,
|
||||
memfd_secret=0x80,447,1,
|
||||
process_mrelease=0x80,448,2,
|
||||
futex_waitv=0x80,449,5,
|
||||
set_mempolicy_home_node=0x80,450,4,
|
||||
cachestat=0x80,451,4,
|
||||
|
|
|
|||
|
|
@ -334,3 +334,31 @@ pkey_free=0x80,331,1,
|
|||
statx=0x80,332,5,
|
||||
io_pgetevents=0x80,333,6,
|
||||
rseq=0x80,334,4,
|
||||
pidfd_send_signal=0x80,424,4,
|
||||
io_uring_setup=0x80,425,2,
|
||||
io_uring_enter=0x80,426,5,
|
||||
io_uring_register=0x80,427,4,
|
||||
open_tree=0x80,428,3,
|
||||
move_mount=0x80,4295,5,
|
||||
fsopen=0x80,430,2,
|
||||
fsconfig=0x80,431,5,
|
||||
fsmount=0x80,432,3,
|
||||
fspick=0x80,433,3,
|
||||
pidfd_open=0x80,434,2,
|
||||
clone3=0x80,435,2,
|
||||
close_range=0x80,436,3,
|
||||
openat2=0x80,437,4,
|
||||
pidfd_getfd=0x80,438,3,
|
||||
faccessat2=0x80,439,4,
|
||||
process_madvise=0x80,440,5,
|
||||
epoll_pwait2=0x80,441,6,
|
||||
mount_setattr=0x80,442,5,
|
||||
quotactl_fd=0x80,443,4,
|
||||
landlock_create_ruleset=0x80,444,3,
|
||||
landlock_add_rule=0x80,445,4,
|
||||
landlock_restrict_self=0x80,446,2,
|
||||
memfd_secret=0x80,447,1,
|
||||
process_mrelease=0x80,448,2,
|
||||
futex_waitv=0x80,449,5,
|
||||
set_mempolicy_home_node=0x80,450,4,
|
||||
cachestat=0x80,451,4,
|
||||
|
|
|
|||
Loading…
Reference in a new issue