[PATCH 1/2] cpu_map: Add pauth Arm CPU feature

Andrea Bolognani posted 2 patches 2 months ago
[PATCH 1/2] cpu_map: Add pauth Arm CPU feature
Posted by Andrea Bolognani 2 months ago
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@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