From 11d0e932eb82ef70289fd831f1196b9594ff50fb Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 3 Apr 2023 07:45:07 +0200 Subject: sys/linux: add map_shadow_stack syscall descriptions --- sys/linux/prctl.txt.const | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/linux/prctl.txt.const') 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 -- cgit mrf-deployment