]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: vgic-new: Removel harmful BUG_ON
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 2 Jun 2016 08:24:06 +0000 (09:24 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 2 Jun 2016 09:52:21 +0000 (11:52 +0200)
commitf05deedadea9ffd95105d15442d5915930349ec2
tree88be4e84a1c257e7e999d7bd344c511c66e7973e
parent2da78e1c966e2e444e10c369fce8ef4ec73b5cd3
KVM: arm/arm64: vgic-new: Removel harmful BUG_ON

When changing the active bit from an MMIO trap, we decide to
explode if the intid is that of a private interrupt.

This flawed logic comes from the fact that we were assuming that
kvm_vcpu_kick() as called by kvm_arm_halt_vcpu() would not return before
the called vcpu responded, but this is not the case, so we need to
perform this wait even for private interrupts.

Dropping the BUG_ON seems like the right thing to do.

 [ Commit message tweaked by Christoffer ]

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
virt/kvm/arm/vgic/vgic-mmio.c