Skip to content

Commit d2fa5a3

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 <oliver.upton@linux.dev> Cc: Marc Zyngier <maz@kernel.org> Reviewed-by: James Houghton <jthoughton@google.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Link: https://lore.kernel.org/r/20241128005547.4077116-10-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
1 parent 0ce51ad commit d2fa5a3

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)