diff options
author | Mark Brown <broonie@kernel.org> | 2024-10-31 19:21:38 +0000 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2024-11-01 16:30:52 +0000 |
commit | 1caeda5ef2510e8af57b75edb74bd1daa6364c1e (patch) | |
tree | c76589dfe1468e637edabb361547a0d794a20792 /Documentation | |
parent | 9b9be78258511e67767e4aa51f587cf22feb5065 (diff) |
arm64/gcs: Fix outdated ptrace documentation
The ptrace documentation for GCS was written prior to the implementation of
clone3() when we still blocked enabling of GCS via ptrace. This restriction
was relaxed as part of implementing clone3() support since we implemented
support for the GCS not being managed by the kernel but the documentation
still mentions the restriction. Update the documentation to reflect what
was merged.
We have not yet merged clone3() itself but all the support other than in
clone() itself is there.
Fixes: 7058bf87cd59 ("arm64/gcs: Document the ABI for Guarded Control Stacks")
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20241031-arm64-gcs-doc-disable-v1-1-d7f6ded62046@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/arch/arm64/gcs.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Documentation/arch/arm64/gcs.rst b/Documentation/arch/arm64/gcs.rst index af58d9151cb7..1f65a3193e77 100644 --- a/Documentation/arch/arm64/gcs.rst +++ b/Documentation/arch/arm64/gcs.rst @@ -204,11 +204,8 @@ When returning from a signal handler: * A new regset NT_ARM_GCS is defined for use with PTRACE_GETREGSET and PTRACE_SETREGSET. -* Due to the complexity surrounding allocation and deallocation of stacks and - lack of practical application it is not possible to enable GCS via ptrace. - GCS may be disabled via the ptrace interface. - -* Other GCS modes may be configured via ptrace. +* The GCS mode, including enable and disable, may be configured via ptrace. + If GCS is enabled via ptrace no new GCS will be allocated for the thread. * Configuration via ptrace ignores locking of GCS mode bits. |