git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f0c1a
)
KVM: VMX: Fix locking imbalance on emulation failure
author
Jan Kiszka
<jan.kiszka@siemens.com>
Tue, 21 Jul 2009 08:43:07 +0000
(10:43 +0200)
committer
Avi Kivity
<avi@redhat.com>
Wed, 5 Aug 2009 10:59:45 +0000
(13:59 +0300)
We have to disable preemption and IRQs on every exit from
handle_invalid_guest_state, otherwise we generate at least a
preempt_disable imbalance.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found