Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Mar 2018 03:40:43 +0000 (19:40 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Mar 2018 03:40:43 +0000 (19:40 -0800)
commit03a6c2592f0020a43d0eb7d08010f2fa23c46fe7
tree7d22a044ab7bcd3c7ef5d5a4713407fdbba498ef
parent329ad5e5445955b9de3438061303fdfbd03173de
parentb7e31be385584afe7f073130e8e570d53c95f7fe
Merge tag 'for-linus' of git://git./virt/kvm/kvm

Pull KVM fixes from Radim Krčmář:
 "x86:

   - fix NULL dereference when using userspace lapic

   - optimize spectre v1 mitigations by allowing guests to use LFENCE

   - make microcode revision configurable to prevent guests from
     unnecessarily blacklisting spectre v2 mitigation feature"

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: x86: fix vcpu initialization with userspace lapic
  KVM: X86: Allow userspace to define the microcode version
  KVM: X86: Introduce kvm_get_msr_feature()
  KVM: SVM: Add MSR-based feature support for serializing LFENCE
  KVM: x86: Add a framework for supporting MSR-based features
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c