[LTP] [PATCH] lapi/syscalls: Add some syscall numbers
18810879172@163.com
18810879172@163.com
Wed Aug 9 10:55:56 CEST 2023
From: wangxuewen <wangxuewen@kylinos.cn>
Signed-off-by: wangxuewen <wangxuewen@kylinos.cn>
---
include/lapi/syscalls/aarch64.in | 1 +
include/lapi/syscalls/arc.in | 1 +
include/lapi/syscalls/arm.in | 1 +
include/lapi/syscalls/i386.in | 1 +
include/lapi/syscalls/mips_n32.in | 1 +
include/lapi/syscalls/mips_n64.in | 1 +
include/lapi/syscalls/mips_o32.in | 1 +
include/lapi/syscalls/powerpc.in | 1 +
include/lapi/syscalls/s390.in | 1 +
include/lapi/syscalls/sh.in | 1 +
include/lapi/syscalls/sparc.in | 1 +
include/lapi/syscalls/x86_64.in | 2 ++
12 files changed, 13 insertions(+)
diff --git a/include/lapi/syscalls/aarch64.in b/include/lapi/syscalls/aarch64.in
index de4ed5fb1..ae513a4de 100644
--- a/include/lapi/syscalls/aarch64.in
+++ b/include/lapi/syscalls/aarch64.in
@@ -296,4 +296,5 @@ pidfd_getfd 438
epoll_pwait2 441
quotactl_fd 443
futex_waitv 449
+set_mempolicy_home_node 450
_sysctl 1078
diff --git a/include/lapi/syscalls/arc.in b/include/lapi/syscalls/arc.in
index 9f11381db..63202fdf0 100644
--- a/include/lapi/syscalls/arc.in
+++ b/include/lapi/syscalls/arc.in
@@ -316,3 +316,4 @@ pidfd_getfd 438
epoll_pwait2 441
quotactl_fd 443
futex_waitv 449
+set_mempolicy_home_node 450
diff --git a/include/lapi/syscalls/arm.in b/include/lapi/syscalls/arm.in
index 4b0f63a28..5aa6e0d7d 100644
--- a/include/lapi/syscalls/arm.in
+++ b/include/lapi/syscalls/arm.in
@@ -394,3 +394,4 @@ pidfd_getfd (__NR_SYSCALL_BASE+438)
epoll_pwait2 (__NR_SYSCALL_BASE+441)
quotactl_fd (__NR_SYSCALL_BASE+443)
futex_waitv (__NR_SYSCALL_BASE+449)
+set_mempolicy_home_node (__NR_SYSCALL_BASE+450)
diff --git a/include/lapi/syscalls/i386.in b/include/lapi/syscalls/i386.in
index d0e6e9a4b..dd0649198 100644
--- a/include/lapi/syscalls/i386.in
+++ b/include/lapi/syscalls/i386.in
@@ -430,3 +430,4 @@ pidfd_getfd 438
epoll_pwait2 441
quotactl_fd 443
futex_waitv 449
+set_mempolicy_home_node 450
diff --git a/include/lapi/syscalls/mips_n32.in b/include/lapi/syscalls/mips_n32.in
index e818c9d92..785cae76d 100644
--- a/include/lapi/syscalls/mips_n32.in
+++ b/include/lapi/syscalls/mips_n32.in
@@ -371,3 +371,4 @@ epoll_pwait2 6441
mount_setattr 6442
quotactl_fd 6443
futex_waitv 6449
+set_mempolicy_home_node 6450
diff --git a/include/lapi/syscalls/mips_n64.in b/include/lapi/syscalls/mips_n64.in
index 6e15f43b3..62e484487 100644
--- a/include/lapi/syscalls/mips_n64.in
+++ b/include/lapi/syscalls/mips_n64.in
@@ -347,3 +347,4 @@ epoll_pwait2 5441
mount_setattr 5442
quotactl_fd 5443
futex_waitv 5449
+set_mempolicy_home_node 5450
diff --git a/include/lapi/syscalls/mips_o32.in b/include/lapi/syscalls/mips_o32.in
index 921d5d331..4157a7620 100644
--- a/include/lapi/syscalls/mips_o32.in
+++ b/include/lapi/syscalls/mips_o32.in
@@ -417,3 +417,4 @@ epoll_pwait2 4441
mount_setattr 4442
quotactl_fd 4443
futex_waitv 4449
+set_mempolicy_home_node 4450
diff --git a/include/lapi/syscalls/powerpc.in b/include/lapi/syscalls/powerpc.in
index d5de621e1..0ee900ebe 100644
--- a/include/lapi/syscalls/powerpc.in
+++ b/include/lapi/syscalls/powerpc.in
@@ -423,3 +423,4 @@ pidfd_getfd 438
epoll_pwait2 441
quotactl_fd 443
futex_waitv 449
+set_mempolicy_home_node 450
diff --git a/include/lapi/syscalls/s390.in b/include/lapi/syscalls/s390.in
index 6505f3822..36ea1c585 100644
--- a/include/lapi/syscalls/s390.in
+++ b/include/lapi/syscalls/s390.in
@@ -410,3 +410,4 @@ pidfd_getfd 438
epoll_pwait2 441
quotactl_fd 443
futex_waitv 449
+set_mempolicy_home_node 450
diff --git a/include/lapi/syscalls/sh.in b/include/lapi/syscalls/sh.in
index 316ffe5f1..5c44e5d66 100644
--- a/include/lapi/syscalls/sh.in
+++ b/include/lapi/syscalls/sh.in
@@ -404,3 +404,4 @@ pidfd_getfd 438
epoll_pwait2 441
quotactl_fd 443
futex_waitv 449
+set_mempolicy_home_node 450
diff --git a/include/lapi/syscalls/sparc.in b/include/lapi/syscalls/sparc.in
index e0c60a360..dc02e654f 100644
--- a/include/lapi/syscalls/sparc.in
+++ b/include/lapi/syscalls/sparc.in
@@ -409,3 +409,4 @@ pidfd_getfd 438
epoll_pwait2 441
quotactl_fd 443
futex_waitv 449
+set_mempolicy_home_node 450
diff --git a/include/lapi/syscalls/x86_64.in b/include/lapi/syscalls/x86_64.in
index 1863e1df7..03087ce1d 100644
--- a/include/lapi/syscalls/x86_64.in
+++ b/include/lapi/syscalls/x86_64.in
@@ -351,6 +351,8 @@ pidfd_getfd 438
epoll_pwait2 441
quotactl_fd 443
futex_waitv 449
+set_mempolicy_home_node 450
+cachestat 451
rt_sigaction 512
rt_sigreturn 513
ioctl 514
base-commit: 419452d1b3948aad09ffccfe61f845fafcb0cc37
--
2.34.1
More information about the ltp
mailing list