diff options
| author | Jeremy Linton <jeremy.linton@arm.com> | 2025-08-24 22:34:20 -0500 |
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2025-09-16 21:34:48 +0100 |
| commit | cc66c711e58f5dd29da79c24ca699a0312e012e3 (patch) | |
| tree | fd5bac06906a31e1dfe20d5f8085fed70b3d2cc5 | |
| parent | 4a601714bb24926507b2051c4a95f07e0e142004 (diff) | |
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>
| -rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index e9bbfacc35a6..c61572bbe59b 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -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 |
