Merge tag 'kvm-x86-generic-6.5' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 1 Jul 2023 11:07:55 +0000 (07:07 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 1 Jul 2023 11:07:55 +0000 (07:07 -0400)
commitd74669ebaeb6e5c786b939dc8c48cf7db9d44c84
tree4deacd98f4e95c10ab10a0068586fed198221db9
parentcc744042d90809ccb7cac7f9fb773f5c9cb9f835
parentcc77b95acf3c7d9a24204b0555fed2014f300fd5
Merge tag 'kvm-x86-generic-6.5' of https://github.com/kvm-x86/linux into HEAD

Common KVM changes for 6.5:

 - Fix unprotected vcpu->pid dereference via debugfs

 - Fix KVM_BUG() and KVM_BUG_ON() macros with 64-bit conditionals

 - Refactor failure path in kvm_io_bus_unregister_dev() to simplify the code

 - Misc cleanups
include/linux/kvm_host.h
include/uapi/linux/kvm.h
virt/kvm/kvm_main.c