diff options
author | David Hildenbrand <david@redhat.com> | 2017-03-23 10:46:03 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-20 12:28:36 (GMT) |
commit | bdf1d5b4c12959f4473e60cde44bfa1a2ebbf44f (patch) | |
tree | 5e9c70c0ff34b0ae3eeb3eabeae18fdef099f613 /arch/arm | |
parent | f99985cdee6443805180300d971351b12283f09c (diff) | |
download | linux-bdf1d5b4c12959f4473e60cde44bfa1a2ebbf44f.tar.xz |
KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
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>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions