diff options
| author | Marc Zyngier <[email protected]> | 2016-06-02 08:24:06 +0000 |
|---|---|---|
| committer | Christoffer Dall <[email protected]> | 2016-06-02 09:52:21 +0000 |
| commit | 05fb05a6ca25e02ad8c31bc440b3c4996864f379 (patch) | |
| tree | 88be4e84a1c257e7e999d7bd344c511c66e7973e /scripts/gdb/vmlinux-gdb.py | |
| parent | arm64: KVM: vgic-v3: Relax synchronization when SRE==1 (diff) | |
| download | kernel-05fb05a6ca25e02ad8c31bc440b3c4996864f379.tar.gz kernel-05fb05a6ca25e02ad8c31bc440b3c4996864f379.zip | |
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 <[email protected]>
Signed-off-by: Christoffer Dall <[email protected]>
Diffstat (limited to 'scripts/gdb/vmlinux-gdb.py')
0 files changed, 0 insertions, 0 deletions
