diff mbox series

[v2,1/3] KVM: selftests: Fixup config fragment for access_tracking_perf_test

Message ID 20230308110948.1820163-2-ryan.roberts@arm.com (mailing list archive)
State Accepted
Commit a2bed39057b434c4fd816005d1b950fefc61569d
Headers show
Series KVM: selftests: Fixes for broken tests | expand

Commit Message

Ryan Roberts March 8, 2023, 11:09 a.m. UTC
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>
---
 tools/testing/selftests/kvm/config | 1 +
 1 file changed, 1 insertion(+)

Comments

Sean Christopherson March 24, 2023, 3:32 p.m. UTC | #1
On Wed, Mar 08, 2023, Ryan Roberts wrote:
> 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>
diff mbox series

Patch

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