diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 07:45:07 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 10:29:09 +0200 |
| commit | 11d0e932eb82ef70289fd831f1196b9594ff50fb (patch) | |
| tree | 44e22e61c333480ecb0f371e62e5e1fbae21c914 /sys/linux/prctl.txt.const | |
| parent | 77a7129ed4d2c502bc861e910db7c9ad61796460 (diff) | |
sys/linux: add map_shadow_stack syscall descriptions
Diffstat (limited to 'sys/linux/prctl.txt.const')
| -rw-r--r-- | sys/linux/prctl.txt.const | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/linux/prctl.txt.const b/sys/linux/prctl.txt.const index 15a2838c5..eedbd7a5b 100644 --- a/sys/linux/prctl.txt.const +++ b/sys/linux/prctl.txt.const @@ -9,6 +9,13 @@ ARCH_MAP_VDSO_X32 = 8193, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? ARCH_SET_CPUID = 4114, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? ARCH_SET_FS = 4098, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? ARCH_SET_GS = 4097, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SHSTK_DISABLE = 20482, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SHSTK_ENABLE = 20481, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SHSTK_LOCK = 20483, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SHSTK_SHSTK = 1, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SHSTK_STATUS = 20485, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SHSTK_UNLOCK = 20484, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? +ARCH_SHSTK_WRSS = 2, arm:arm64:mips64le:ppc64le:riscv64:s390x:??? CAP_LAST_CAP = 40 PIDTYPE_PGID = 2 PIDTYPE_PID = 0 |
