diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2014-03-28 19:41:50 (GMT) |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2014-05-05 11:39:31 (GMT) |
commit | 95846d96fc3739c515e6c20b0fcea97ab290f09c (patch) | |
tree | 5ebf7728bf576c64cfdbd61824cc4ef016010e11 /mm | |
parent | 10083c00587485c79d86b5c425464418cfc3c586 (diff) | |
download | linux-fsl-qoriq-95846d96fc3739c515e6c20b0fcea97ab290f09c.tar.xz |
KVM: ioapic: fix assignment of ioapic->rtc_status.pending_eoi (CVE-2014-0155)
commit 5678de3f15010b9022ee45673f33bcfc71d47b60 upstream.
QE reported that they got the BUG_ON in ioapic_service to trigger.
I cannot reproduce it, but there are two reasons why this could happen.
The less likely but also easiest one, is when kvm_irq_delivery_to_apic
does not deliver to any APIC and returns -1.
Because irqe.shorthand == 0, the kvm_for_each_vcpu loop in that
function is never reached. However, you can target the similar loop in
kvm_irq_delivery_to_apic_fast; just program a zero logical destination
address into the IOAPIC, or an out-of-range physical destination address.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions