Re: [PATCH v16 3/7] KVM: arm64: Introduce MTE VM feature
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2021-06-18 14:47:20
Also in:
kvmarm, lkml, qemu-devel
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2021-06-18 14:47:20
Also in:
kvmarm, lkml, qemu-devel
On Fri, Jun 18, 2021 at 02:28:22PM +0100, Steven Price wrote:
Add a new VM feature 'KVM_ARM_CAP_MTE' which enables memory tagging for a VM. This will expose the feature to the guest and automatically tag memory pages touched by the VM as PG_mte_tagged (and clear the tag storage) to ensure that the guest cannot see stale tags, and so that the tags are correctly saved/restored across swap. Actually exposing the new capability to user space happens in a later patch. Signed-off-by: Steven Price <steven.price@arm.com>
This works for me: Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel