Message ID | 20230113124606.10221-1-dwmw2@infradead.org (mailing list archive) |
---|---|
Headers | show |
Series | KVM: Make use of SRCU deadlock detection support | expand |
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?