summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRyan Roberts <ryan.roberts@arm.com>2023-03-08 14:09:46 +0300
committerMarc Zyngier <maz@kernel.org>2023-03-30 21:27:56 +0300
commita2bed39057b434c4fd816005d1b950fefc61569d (patch)
tree784dfb14b4f10bbdce5b982f826002dd20c550a8 /tools
parente8d018dd0257f744ca50a729e3d042cf2ec9da65 (diff)
downloadlinux-a2bed39057b434c4fd816005d1b950fefc61569d.tar.xz
KVM: selftests: Fixup config fragment for access_tracking_perf_test
access_tracking_perf_test requires CONFIG_IDLE_PAGE_TRACKING. However this is missing from the config fragment, so add it in so that this test is no longer skipped. Signed-off-by: Ryan Roberts <ryan.roberts@arm.com> Reviewed-by: Sean Christopherson <seanjc@google.com> Reviewed-by: Oliver Upton <oliver.upton@linux.dev> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20230308110948.1820163-2-ryan.roberts@arm.com
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/kvm/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/kvm/config b/tools/testing/selftests/kvm/config
index d011b38e259e..8835fed09e9f 100644
--- a/tools/testing/selftests/kvm/config
+++ b/tools/testing/selftests/kvm/config
@@ -2,3 +2,4 @@ CONFIG_KVM=y
CONFIG_KVM_INTEL=y
CONFIG_KVM_AMD=y
CONFIG_USERFAULTFD=y
+CONFIG_IDLE_PAGE_TRACKING=y