]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
authorDavid Hildenbrand <david@redhat.com>
Thu, 23 Mar 2017 10:46:03 +0000 (11:46 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 20 Jun 2017 08:50:20 +0000 (10:50 +0200)
commit767cefdd1eeedde4b6aee724884cdd34ecf0ab37
treec4b48224d56db380ac4f0c3e2d7edcdf98d535f9
parenta8190e5e20a50c2a2741dc5a2e95272daae7b73f
KVM: x86: fix user triggerable warning in kvm_apic_accept_events()

BugLink: http://bugs.launchpad.net/bugs/1692898
commit 28bf28887976d8881a3a59491896c718fade7355 upstream.

If we already entered/are about to enter SMM, don't allow switching to
INIT/SIPI_RECEIVED, otherwise the next call to kvm_apic_accept_events()
will report a warning.

Same applies if we are already in MP state INIT_RECEIVED and SMM is
requested to be turned on. Refuse to set the VCPU events in this case.

Fixes: cd7764fe9f73 ("KVM: x86: latch INITs while in system management mode")
Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
arch/x86/kvm/x86.c