]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c
authorSean Christopherson <seanjc@google.com>
Thu, 28 Nov 2024 00:55:39 +0000 (16:55 -0800)
committerSean Christopherson <seanjc@google.com>
Wed, 18 Dec 2024 22:14:57 +0000 (14:14 -0800)
commitc35d8f579e50328f539bc049cc057f2158bb8e60
treef020b8e78ff63b48094ece49c5769bee4c6edea9
parent1ddd3ea75ac3be79dbd800507dd7e08928bd454d
KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c

Explicitly include ucall_common.h in the MMU stress test, as unlike arm64
and x86-64, RISC-V doesn't include ucall_common.h in its processor.h, i.e.
this will allow enabling the test on RISC-V.

Reported-by: Andrew Jones <ajones@ventanamicro.com>
Link: https://lore.kernel.org/r/20241128005547.4077116-9-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/mmu_stress_test.c