projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7bfaa7
)
arm64/sme: Document ABI for TPIDR2 signal information
author
Mark Brown
<broonie@kernel.org>
Tue, 27 Dec 2022 14:20:40 +0000
(14:20 +0000)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 20 Jan 2023 12:42:30 +0000
(12:42 +0000)
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>
Link:
https://lore.kernel.org/r/20221208-arm64-tpidr2-sig-v3-1-c77c6c8775f4@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Documentation/arm64/sme.rst
patch
|
blob
|
history
diff --git
a/Documentation/arm64/sme.rst
b/Documentation/arm64/sme.rst
index 16d2db4c2e2e9b08c5a1005dbfd1ab9d8be7c7d0..36b08a105dd1e16dc0ec20a8d6a4d86fafb75de9 100644
(file)
--- 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]