]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Feb 2012 00:26:58 +0000 (16:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Feb 2012 00:26:58 +0000 (16:26 -0800)
commita1d6e624a01d52d3b7554da0057e4167aa335c7e
treea585e747011bab0f413591b0bcf75b1c60f66983
parentfe563d8fc1c6ee08ca61cc7966ca4ad53522079e
parent3b3d64f7eb9931807b3019a99ef32e4cc5da8c2c
Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm

Fixing a regression with the PMU MSRs when PMU virtualization is
disabled, a guest-internal DoS with the SYSCALL instruction, and a dirty
memory logging race that may cause live migration to fail.

* 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: do not #GP on perf MSR writes when vPMU is disabled
  KVM: x86: fix missing checks in syscall emulation
  KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"
  KVM: Fix __set_bit() race in mark_page_dirty() during dirty logging