Re: [PATCH v2 3/7] arm64: cpufeature: add Allocation Tag Access Permission (MTE_PERM) feature

From: Catalin Marinas
Date: Fri Jan 10 2025 - 08:18:10 EST


On Fri, Jan 10, 2025 at 04:30:19PM +0530, Aneesh Kumar K.V (Arm) wrote:
> This indicates if the system supports MTE_PERM. This will be used by KVM
> for stage 2 mapping. This is a CPUCAP_SYSTEM feature because if we enable
> the feature all cpus must have it.
>
> Cc: Catalin Marinas <catalin.marinas@xxxxxxx>
> Cc: Will Deacon <will@xxxxxxxxxx>
> Signed-off-by: Aneesh Kumar K.V (Arm) <aneesh.kumar@xxxxxxxxxx>

Reviewed-by: Catalin Marinas <catalin.marinas@xxxxxxx>