https://github.com/torvalds/linux
Revision 8d473320eebf938e9c2e3ce569e524554006362c authored by Linus Torvalds on 06 October 2017, 18:28:34 UTC, committed by Linus Torvalds on 06 October 2017, 18:28:34 UTC
Pull KVM fixes from Radim Krčmář:

 - fix PPC XIVE interrupt delivery

 - fix x86 RCU breakage from asynchronous page faults when built without
   PREEMPT_COUNT

 - fix x86 build with -frecord-gcc-switches

 - fix x86 build without X86_LOCAL_APIC

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: add X86_LOCAL_APIC dependency
  x86/kvm: Move kvm_fastop_exception to .fixup section
  kvm/x86: Avoid async PF preempting the kernel incorrectly
  KVM: PPC: Book3S: Fix server always zero from kvmppc_xive_get_xive()
2 parent s d109d83 + e42eef4
History
Tip revision: 8d473320eebf938e9c2e3ce569e524554006362c authored by Linus Torvalds on 06 October 2017, 18:28:34 UTC
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Tip revision: 8d47332

back to top