Skip to content

Commit 8abe763

Browse files
committed
KVM: selftests: Enable mmu_stress_test on arm64
Enable the mmu_stress_test on arm64. The intent was to enable the test across all architectures when it was first added, but a few goofs made it unrunnable on !x86. Now that those goofs are fixed, at least for arm64, enable the test. Cc: Oliver Upton <[email protected]> Cc: Marc Zyngier <[email protected]> Reviewed-by: James Houghton <[email protected]> Reviewed-by: Andrew Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sean Christopherson <[email protected]>
1 parent c35d8f5 commit 8abe763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/selftests/kvm/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ TEST_GEN_PROGS_aarch64 += kvm_create_max_vcpus
180180
TEST_GEN_PROGS_aarch64 += kvm_page_table_test
181181
TEST_GEN_PROGS_aarch64 += memslot_modification_stress_test
182182
TEST_GEN_PROGS_aarch64 += memslot_perf_test
183+
TEST_GEN_PROGS_aarch64 += mmu_stress_test
183184
TEST_GEN_PROGS_aarch64 += rseq_test
184185
TEST_GEN_PROGS_aarch64 += set_memory_region_test
185186
TEST_GEN_PROGS_aarch64 += steal_time

0 commit comments

Comments
 (0)