Skip to content

Commit b123914

Browse files
committed
KVM: selftests: Rename max_guest_memory_test to mmu_stress_test
Rename max_guest_memory_test to mmu_stress_test so that the name isn't horribly misleading when future changes extend the test to verify things like mprotect() interactions, and because the test is useful even when its configured to populate far less than the maximum amount of guest memory. 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 d6533c1 commit b123914

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/testing/selftests/kvm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ TEST_GEN_PROGS_x86_64 += guest_print_test
140140
TEST_GEN_PROGS_x86_64 += hardware_disable_test
141141
TEST_GEN_PROGS_x86_64 += kvm_create_max_vcpus
142142
TEST_GEN_PROGS_x86_64 += kvm_page_table_test
143-
TEST_GEN_PROGS_x86_64 += max_guest_memory_test
143+
TEST_GEN_PROGS_x86_64 += mmu_stress_test
144144
TEST_GEN_PROGS_x86_64 += memslot_modification_stress_test
145145
TEST_GEN_PROGS_x86_64 += memslot_perf_test
146146
TEST_GEN_PROGS_x86_64 += rseq_test

0 commit comments

Comments
 (0)