Skip to content

Commit a2bed39

Browse files
ryanhrobMarc Zyngier
authored andcommitted
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
1 parent e8d018d commit a2bed39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/testing/selftests/kvm

tools/testing/selftests/kvm/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CONFIG_KVM=y
22
CONFIG_KVM_INTEL=y
33
CONFIG_KVM_AMD=y
44
CONFIG_USERFAULTFD=y
5+
CONFIG_IDLE_PAGE_TRACKING=y

0 commit comments

Comments
 (0)