public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KVM fixes for 4.7-rc8
@ 2016-07-16 13:59 Radim Krčmář
  0 siblings, 0 replies; only message in thread
From: Radim Krčmář @ 2016-07-16 13:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Paolo Bonzini, linux-kernel, kvm

Linus,

The following changes since commit a99cde438de0c4c0cecc1d1af1a55a75b10bfdef:

  Linux 4.7-rc6 (2016-07-03 23:01:00 -0700)

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 b244c9fc251e14a083a1cbf04bef10bd99303a76:

  KVM: VMX: handle PML full VMEXIT that occurs during event delivery (2016-07-16 15:27:40 +0200)

----------------------------------------------------------------
This merge contains a SVM patch that was not fixing anything, its build fix,
and their revert;

  KVM: SVM: fix trashing of MSR_TSC_AUX
  KVM: SVM: do not set MSR_TSC_AUX on 32-bit builds
  Revert "KVM: SVM: fix trashing of MSR_TSC_AUX"

a patch to avoid a leak, its revert, and a hopefully correct handling of a case
that was introduced with per-vm debugfs in this release;

  KVM: release anon file in failure path of vm creation
  Revert "KVM: release anon file in failure path of vm creation"
  KVM: don't use anon_inode_getfd() before possible failures

two patches reordering code that should have been called between vcpu_load()
and vcpu_put();

  kvm: vmx: ensure VMCS is current while enabling PML
  KVM: nVMX: Fix memory corruption when using VMCS shadowing

and two one-liners for stable.

  KVM: VMX: handle PML full VMEXIT that occurs during event delivery
  KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault

----------------------------------------------------------------
Al Viro (1):
      KVM: don't use anon_inode_getfd() before possible failures

Alexis Dambricourt (1):
      KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault

Cao, Lei (1):
      KVM: VMX: handle PML full VMEXIT that occurs during event delivery

Jim Mattson (1):
      KVM: nVMX: Fix memory corruption when using VMCS shadowing

Liu Shuo (1):
      KVM: release anon file in failure path of vm creation

Paolo Bonzini (3):
      KVM: SVM: fix trashing of MSR_TSC_AUX
      Revert "KVM: release anon file in failure path of vm creation"
      KVM: SVM: do not set MSR_TSC_AUX on 32-bit builds

Peter Feiner (1):
      kvm: vmx: ensure VMCS is current while enabling PML

Radim Krčmář (1):
      Revert "KVM: SVM: fix trashing of MSR_TSC_AUX"

 arch/x86/kvm/mtrr.c |  1 +
 arch/x86/kvm/vmx.c  | 76 +++++++++++++++++++++++++++++------------------------
 virt/kvm/kvm_main.c | 15 +++++++++--
 3 files changed, 56 insertions(+), 36 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-16 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-16 13:59 [GIT PULL] KVM fixes for 4.7-rc8 Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox