cpu_map: Add pauth Arm CPU feature

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>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Andrea Bolognani 2024-07-12 14:18:20 +02:00
parent bec903cae8
commit 1ac1e4dae0

View File

@ -19,4 +19,7 @@
<feature name='sve1920'/>
<feature name='sve2048'/>
<!-- Pointer authentication -->
<feature name='pauth'/>
</cpus>