From: "Radim Krčmář" <rkrcmar@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Subject: [GIT PULL] KVM fixes for v4.10-rc3
Date: Fri, 6 Jan 2017 20:52:38 +0100 [thread overview]
Message-ID: <20170106195238.GB10592@potion> (raw)
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(-)
reply other threads:[~2017-01-06 19:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170106195238.GB10592@potion \
--to=rkrcmar@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.