[PATCH 0/2] KVM: VMX: Fix lockdep false positive on PI wakeup

Sean Christopherson posted 2 patches 2 days, 19 hours ago
arch/x86/kvm/vmx/posted_intr.c | 37 +++++++++++++++++++++++++++-------
1 file changed, 30 insertions(+), 7 deletions(-)
[PATCH 0/2] KVM: VMX: Fix lockdep false positive on PI wakeup
Posted by Sean Christopherson 2 days, 19 hours ago
Yan's fix for the PI wakeup deadlock false positive, plus a prep patch to
make the dependency on IRQs being disabled during sched_out explicit.

Sean Christopherson (1):
  KVM: VMX: Assert that IRQs are disabled when putting vCPU on PI wakeup
    list

Yan Zhao (1):
  KVM: VMX: Use separate subclasses for PI wakeup lock to squash false
    positive

 arch/x86/kvm/vmx/posted_intr.c | 37 +++++++++++++++++++++++++++-------
 1 file changed, 30 insertions(+), 7 deletions(-)


base-commit: 782f9feaa9517caf33186dcdd6b50a8f770ed29b
-- 
2.49.0.472.ge94155a9ec-goog
Re: [PATCH 0/2] KVM: VMX: Fix lockdep false positive on PI wakeup
Posted by Paolo Bonzini 25 minutes ago
Queued, thanks.

Paolo