This CPU feature can be used to explicitly enable or disable
support for pointer authentication. By default, it will be
enabled if the host supports it.
https://issues.redhat.com/browse/RHEL-7044
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
src/cpu_map/arm_features.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/cpu_map/arm_features.xml b/src/cpu_map/arm_features.xml
index 8a53384463..fc80a3b5bd 100644
--- a/src/cpu_map/arm_features.xml
+++ b/src/cpu_map/arm_features.xml
@@ -19,4 +19,7 @@
<feature name='sve1920'/>
<feature name='sve2048'/>
+ <!-- Pointer authentication -->
+ <feature name='pauth'/>
+
</cpus>
--
2.45.2