diff mbox series

[v3,1/4] arm64/sme: Document ABI for TPIDR2 signal information

Message ID 20221208-arm64-tpidr2-sig-v3-1-c77c6c8775f4@kernel.org (mailing list archive)
State Accepted
Commit 17d0c4a27b2ac90df99307af0b6b6a162805c4fc
Headers show
Series arm64/signal: Support TPIDR2 | expand

Commit Message

Mark Brown Dec. 27, 2022, 2:20 p.m. UTC
In order to allow access to TPIDR2 from signal handlers we need to add it
to the signal context, document that we are doing so.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/arm64/sme.rst | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/arm64/sme.rst b/Documentation/arm64/sme.rst
index 16d2db4c2e2e..36b08a105dd1 100644
--- a/Documentation/arm64/sme.rst
+++ b/Documentation/arm64/sme.rst
@@ -111,6 +111,9 @@  be zeroed.
 
 * Signal handlers are invoked with streaming mode and ZA disabled.
 
+* A new signal frame record TPIDR2_MAGIC is added formatted as a struct
+  tpidr2_context to allow access to TPIDR2_EL0 from signal handlers.
+
 * A new signal frame record za_context encodes the ZA register contents on
   signal delivery. [1]