]> www.infradead.org Git - users/dwmw2/linux.git/commit
mman: Add map_shadow_stack() flags
authorMark Brown <broonie@kernel.org>
Tue, 1 Oct 2024 22:58:44 +0000 (23:58 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 4 Oct 2024 11:04:33 +0000 (12:04 +0100)
commit3630e82ab6bd2642f0fc03b574783ccf2fb0c955
tree702c1a00b655049d57e611c08175be4883253f4b
parent91e102e79740ae43ded050ccac71aa3371db4f33
mman: Add map_shadow_stack() flags

In preparation for adding arm64 GCS support make the map_shadow_stack()
SHADOW_STACK_SET_TOKEN flag generic and add _SET_MARKER. The existing
flag indicates that a token usable for stack switch should be added to
the top of the newly mapped GCS region while the new flag indicates that
a top of stack marker suitable for use by unwinders should be added
above that.

For arm64 the top of stack marker is all bits 0.

Reviewed-by: Thiago Jung Bauermann <thiago.bauermann@linaro.org>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Yury Khrustalev <yury.khrustalev@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20241001-arm64-gcs-v13-5-222b78d87eee@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/x86/include/uapi/asm/mman.h
include/uapi/asm-generic/mman.h