On Mon, Dec 12, 2016 at 10:12:53AM +0100, Paolo Bonzini wrote: > Introduce a new mutex to avoid an AB-BA deadlock between kvm->lock and > vcpu->mutex. Protect accesses in kvm_hv_setup_tsc_page too, as suggested > by Roman. > > Reported-by: Dmitry Vyukov <[email protected]> > Cc: Roman Kagan <[email protected]> > Signed-off-by: Paolo Bonzini <[email protected]> > --- > Documentation/virtual/kvm/locking.txt | 8 ++++++-- > arch/x86/include/asm/kvm_host.h | 1 + > arch/x86/kvm/hyperv.c | 24 +++++++++++++++--------- > arch/x86/kvm/x86.c | 1 + > 4 files changed, 23 insertions(+), 11 deletions(-)
Reviewed-by: Roman Kagan <[email protected]>

