Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Mar 2022 20:08:42 +0000 (12:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Mar 2022 20:08:42 +0000 (12:08 -0800)
commitf81664f760046ac9b5731d9340f9e48e70ea7c8d
tree699215c6e870f125c14a79d3381f3f33f41792f4
parent9bdeaca18bf61d55029277bb35f72c2002c88c4d
parent8d25b7beca7ed6ca34f53f0f8abd009e2be15d94
Merge tag 'for-linus' of git://git./virt/kvm/kvm

Pull kvm fixes from Paolo Bonzini:
 "x86 guest:

   - Tweaks to the paravirtualization code, to avoid using them when
     they're pointless or harmful

  x86 host:

   - Fix for SRCU lockdep splat

   - Brown paper bag fix for the propagation of errno"

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_run
  KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()
  KVM: x86: Yield to IPI target vCPU only if it is busy
  x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64
  x86/kvm: Don't waste memory if kvmclock is disabled
  x86/kvm: Don't use PV TLB/yield when mwait is advertised