]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: selftests: Stop hardcoding PAGE_SIZE in x86 selftests
authorYosry Ahmed <yosry.ahmed@linux.dev>
Tue, 21 Oct 2025 07:47:21 +0000 (07:47 +0000)
committerSean Christopherson <seanjc@google.com>
Fri, 21 Nov 2025 00:19:56 +0000 (16:19 -0800)
commit28b2dced8ba4604b2cdd97c11d7fbd0fa99f9835
tree1965ac783a6f64e41d80155af65152a502fc899c
parent3c40777f0ed81e8b8f7047319ad195e407614b69
KVM: selftests: Stop hardcoding PAGE_SIZE in x86 selftests

Use PAGE_SIZE instead of 4096.

Signed-off-by: Yosry Ahmed <yosry.ahmed@linux.dev>
Link: https://patch.msgid.link/20251021074736.1324328-9-yosry.ahmed@linux.dev
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/x86/hyperv_features.c
tools/testing/selftests/kvm/x86/hyperv_ipi.c
tools/testing/selftests/kvm/x86/sev_smoke_test.c
tools/testing/selftests/kvm/x86/state_test.c
tools/testing/selftests/kvm/x86/userspace_io_test.c
tools/testing/selftests/kvm/x86/vmx_dirty_log_test.c