Re: [PATCH 0/3] KVM: Make use of SRCU deadlock detection support

From: Sean Christopherson
Date: Fri Feb 03 2023 - 21:34:39 EST


On Fri, Jan 13, 2023, David Woodhouse wrote:
> David Woodhouse (3):
> KVM: Show lockdep the kvm->mutex vs. kvm->srcu ordering rule
> KVM: selftests: Use enum for test numbers in xen_shinfo_test
> KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_test
>
> .../testing/selftests/kvm/x86_64/xen_shinfo_test.c | 165 ++++++++++++++-------
> virt/kvm/kvm_main.c | 10 ++
> 2 files changed, 124 insertions(+), 51 deletions(-)

As mentioned in patch three, I'm going to repost the selftests changes on top
of other cleanups, and will plan on applying them next week if all goes well.

Paolo, do you want to grab the KVM change directly?