From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: [GIT PULL] KVM fixes for v4.10-rc3 Date: Fri, 6 Jan 2017 20:52:38 +0100 Message-ID: <20170106195238.GB10592@potion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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(-)