From abdf9b3bbffdc55f63021393df30df4ff7a446cf Mon Sep 17 00:00:00 2001 From: Christoph Paasch Date: Tue, 22 Aug 2023 09:18:31 -0700 Subject: sys/linux: add more coverage for MPTCP New netlink command has been added to MPTCP as well as a few getsockopt. Add the necessary syskaller instructions. --- sys/linux/sys.txt.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/sys.txt.const') diff --git a/sys/linux/sys.txt.const b/sys/linux/sys.txt.const index dc14e4ea0..df849f3b5 100644 --- a/sys/linux/sys.txt.const +++ b/sys/linux/sys.txt.const @@ -705,11 +705,11 @@ __NR_lseek = 19, amd64:8, arm64:riscv64:62, mips64le:5008 __NR_lstat = 107, amd64:6, arm64:riscv64:???, mips64le:5006 __NR_lstat64 = 196, amd64:arm64:mips64le:ppc64le:riscv64:s390x:??? __NR_madvise = 219, amd64:28, arm:220, arm64:riscv64:233, mips64le:5027, ppc64le:205 -__NR_map_shadow_stack = 386:arm:arm64:mips64le:ppc64le:riscv64:s390x:???, amd64:451 +__NR_map_shadow_stack = 386:arm:arm64:mips64le:ppc64le:riscv64:s390x:???, amd64:453 __NR_mbind = 235, 386:274, amd64:237, arm:319, mips64le:5227, ppc64le:259, s390x:268 __NR_membarrier = 283, 386:375, amd64:324, arm:389, mips64le:5318, ppc64le:365, s390x:356 __NR_memfd_create = 279, 386:356, amd64:319, arm:385, mips64le:5314, ppc64le:360, s390x:350 -__NR_memfd_secret = 447, arm:mips64le:ppc64le:s390x:??? +__NR_memfd_secret = 447, arm:mips64le:ppc64le:??? __NR_migrate_pages = 238, 386:294, amd64:256, arm:400, mips64le:5246, ppc64le:258, s390x:287 __NR_mincore = 218, amd64:27, arm:219, arm64:riscv64:232, mips64le:5026, ppc64le:206 __NR_mkdir = 39, amd64:83, arm64:riscv64:???, mips64le:5081 -- cgit mrf-deployment