]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
selftests: kvm/set_memory_region_test: Fix race in move region test
authorMaciej S. Szmigiero <maciej.szmigiero@oracle.com>
Wed, 2 Dec 2020 20:35:36 +0000 (21:35 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 3 Dec 2020 17:38:58 +0000 (12:38 -0500)
commit0c55f867f0c96dff93d4e0b5973975d65afb26d8
tree461e2ae232ae2d351759951fb59cdcc920c84b30
parent9a2a0d3ca163fc645991804b8b032f7d59326bb5
selftests: kvm/set_memory_region_test: Fix race in move region test

The current memory region move test correctly handles the situation that
the second (realigning) memslot move operation would temporarily trigger
MMIO until it completes, however it does not handle the case in which the
first (misaligning) move operation does this, too.
This results in false test assertions in case it does so.

Fix this by handling temporary MMIO from the first memslot move operation
in the test guest code, too.

Fixes: 8a0639fe9201 ("KVM: sefltests: Add explicit synchronization to move mem region test")
Signed-off-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
Message-Id: <0fdddb94bb0e31b7da129a809a308d91c10c0b5e.1606941224.git.maciej.szmigiero@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/set_memory_region_test.c