Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Dec 2022 18:49:19 +0000 (10:49 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Dec 2022 18:49:19 +0000 (10:49 -0800)
commit5b3e0cd872b09c3c771e19464db9dfc20972c39f
treebfc66f651d3e2902c4fbdb98b85897f046587333
parentb71101d6ae7b1149123b0479ea21e9ad391fdd49
parent34e30ebbe48cc43c14276f863f0d2995c8f13186
Merge tag 'for-linus' of git://git./virt/kvm/kvm

Pull kvm fixes from Paolo Bonzini:
 "Unless anything comes from the ARM side, this should be the last pull
  request for this release - and it's mostly documentation:

   - Document the interaction between KVM_CAP_HALT_POLL and halt_poll_ns

   - s390: fix multi-epoch extension in nested guests

   - x86: fix uninitialized variable on nested triple fault"

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: Document the interaction between KVM_CAP_HALT_POLL and halt_poll_ns
  KVM: Move halt-polling documentation into common directory
  KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULT
  KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field