[PATCH 0/4] KVM: selftests: Fixes for ucall pool + page_fault_test
Oliver Upton
oliver.upton at linux.dev
Wed Dec 7 13:48:04 PST 2022
The combination of the pool-based ucall implementation + page_fault_test
resulted in some 'fun' bugs, not the least of which is that our handling
of the VA space on arm64 is completely wrong.
Small series to fix up the issues on kvm/queue. Patches 1-2 can probably
be squashed into Paolo's merge resolution, if desired.
Mark Brown (1):
KVM: selftests: Fix build due to ucall_uninit() removal
Oliver Upton (3):
KVM: selftests: Setup ucall after loading program into guest memory
KVM: arm64: selftests: Align VA space allocator with TTBR0
KVM: selftests: Allocate ucall pool from MEM_REGION_DATA
.../selftests/kvm/aarch64/page_fault_test.c | 9 +++++++--
.../testing/selftests/kvm/include/kvm_util_base.h | 1 +
.../testing/selftests/kvm/lib/aarch64/processor.c | 10 ++++++++++
tools/testing/selftests/kvm/lib/kvm_util.c | 15 ++++++++++-----
tools/testing/selftests/kvm/lib/ucall_common.c | 2 +-
5 files changed, 29 insertions(+), 8 deletions(-)
--
2.39.0.rc0.267.gcb52ba06e7-goog
More information about the linux-arm-kernel
mailing list