diff options
| author | Christoph Paasch <cpaasch@apple.com> | 2023-08-22 09:18:31 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-09-04 10:11:42 +0000 |
| commit | abdf9b3bbffdc55f63021393df30df4ff7a446cf (patch) | |
| tree | c734e826d8a3c111ae4a85c012df21af60c58444 /sys/linux/sys.txt.const | |
| parent | c5dc938a6bb38a9ccb20990ed05e2a80f7161ba3 (diff) | |
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.
Diffstat (limited to 'sys/linux/sys.txt.const')
| -rw-r--r-- | sys/linux/sys.txt.const | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
