On Sun, Aug 17 2025, Marc Zyngier <maz@xxxxxxxxxx> wrote: > Detecting FEAT_RASv1p1 is rather complicated, as there are two > ways for the architecture to advertise the same thing (always a > delight...). > > Add a capability that will advertise this in a synthetic way to > the rest of the kernel. > > Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx> > Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx> > --- > arch/arm64/kernel/cpufeature.c | 24 ++++++++++++++++++++++++ > arch/arm64/tools/cpucaps | 1 + > 2 files changed, 25 insertions(+) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>