diff options
author | Steven Price <[email protected]> | 2021-06-21 12:17:12 +0100 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2021-06-22 14:08:05 +0100 |
commit | ea7fc1bb1cd1b92b42b1d9273ce7e231d3dc9321 (patch) | |
tree | 69524ca0a8e1c7048db4490cb5b73ad65266f2c5 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 69e3b846d8a753f9f279f29531ca56b0f7563ad0 (diff) |
KVM: arm64: Introduce MTE VM feature
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.
Reviewed-by: Catalin Marinas <[email protected]>
Signed-off-by: Steven Price <[email protected]>
[maz: move VM_SHARED sampling into the critical section]
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions