KVM: x86/xen: mark guest pages dirty with the pfncache lock held
authorPaul Durrant <pdurrant@amazon.com>
Thu, 15 Feb 2024 15:28:58 +0000 (15:28 +0000)
committerSean Christopherson <seanjc@google.com>
Tue, 20 Feb 2024 15:37:41 +0000 (07:37 -0800)
commit4438355ec6e165f73357203e0792079dec9e3059
tree2e903ae58b7636480b70ca6d9e83a4ccdf5929cf
parent41496fffc0e1276e1c41344ef38513d5353da3ca
KVM: x86/xen: mark guest pages dirty with the pfncache lock held

Sampling gpa and memslot from an unlocked pfncache may yield inconsistent
values so, since there is no problem with calling mark_page_dirty_in_slot()
with the pfncache lock held, relocate the calls in
kvm_xen_update_runstate_guest() and kvm_xen_inject_pending_events()
accordingly.

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
Reviewed-by: David Woodhouse <dwmw@amazon.co.uk>
Link: https://lore.kernel.org/r/20240215152916.1158-4-paul@xen.org
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/xen.c