mirror of https://github.com/torvalds/linux.git
arm64: Kconfig: Remove GCS restrictions on UPROBES
Now that the uprobe paths have been made GCS compatible drop the Kconfig restriction. Signed-off-by: Jeremy Linton <jeremy.linton@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Will Deacon <will@kernel.org>
This commit is contained in:
parent
4a601714bb
commit
cc66c711e5
|
|
@ -2225,7 +2225,6 @@ config ARM64_GCS
|
|||
default y
|
||||
select ARCH_HAS_USER_SHADOW_STACK
|
||||
select ARCH_USES_HIGH_VMA_FLAGS
|
||||
depends on !UPROBES
|
||||
help
|
||||
Guarded Control Stack (GCS) provides support for a separate
|
||||
stack with restricted access which contains only return
|
||||
|
|
|
|||
Loading…
Reference in New Issue