[GIT PULL] KVM fixes for v4.10-rc3

From: Radim KrÄmÃÅ
Date: Fri Jan 06 2017 - 14:52:53 EST


Linus,

The following changes since commit ef85b67385436ddc1998f45f1d6a210f935b3388:

kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF) (2016-12-19 16:05:31 +0100)

are available in the git repository at:

git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to 69130ea1e6b9167d2459e2bab521196d0a0c0e68:

KVM: VMX: remove duplicated declaration (2017-01-05 15:08:48 +0100)

----------------------------------------------------------------
KVM fixes for v4.10-rc3

MIPS: (both for stable)
- fix host kernel crashes when receiving a signal with 64-bit userspace
- flush instruction cache on all vcpus after generating entry code

x86:
- fix NULL dereference in MMU caused by SMM transitions (for stable)
- correct guest instruction pointer after emulating some VMX errors
- minor cleanup

----------------------------------------------------------------
David Matlack (1):
KVM: nVMX: fix instruction skipping during emulated vm-entry

James Hogan (2):
KVM: MIPS: Don't clobber CP0_Status.UX
KVM: MIPS: Flush KVM entry code from icache globally

Jan Dakinevich (1):
KVM: VMX: remove duplicated declaration

Xiao Guangrong (1):
KVM: x86: reset MMU on KVM_SET_VCPU_EVENTS

arch/mips/kvm/entry.c | 5 ++++-
arch/mips/kvm/mips.c | 4 ++--
arch/x86/kvm/vmx.c | 14 ++++----------
arch/x86/kvm/x86.c | 9 +++++++--
4 files changed, 17 insertions(+), 15 deletions(-)