[GIT PULL] KVM fixes for 4.20-rc8 (or final)

From: Paolo Bonzini
Date: Wed Dec 19 2018 - 09:45:22 EST


Linus,

The following changes since commit 7566ec393f4161572ba6f11ad5171fd5d59b0fbd:

Linux 4.20-rc7 (2018-12-16 15:46:55 -0800)

are available in the git repository at:

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

for you to fetch changes up to 0e1b869fff60c81b510c2d00602d778f8f59dd9a:

kvm: x86: Add AMD's EX_CFG to the list of ignored MSRs (2018-12-18 22:15:44 +0100)

----------------------------------------------------------------
* One nasty use-after-free bugfix, from this merge window however
* A less nasty use-after-free that can only zero some words at
the beginning of the page, and hence is not really exploitable
* A NULL pointer dereference
* A dummy implementation of an AMD chicken bit MSR that Windows uses
for some unknown reason

----------------------------------------------------------------
Cfir Cohen (1):
KVM: Fix UAF in nested posted interrupt processing

Eduardo Habkost (1):
kvm: x86: Add AMD's EX_CFG to the list of ignored MSRs

Eric Biggers (1):
KVM: fix unregistering coalesced mmio zone from wrong bus

Wanpeng Li (1):
KVM: X86: Fix NULL deref in vcpu_scan_ioapic

arch/x86/include/asm/msr-index.h | 1 +
arch/x86/kvm/vmx.c | 2 ++
arch/x86/kvm/x86.c | 4 +++-
virt/kvm/coalesced_mmio.c | 6 +++++-
4 files changed, 11 insertions(+), 2 deletions(-)