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:
b0fcd90
)
KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu race
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 23 Jul 2007 07:08:21 +0000
(17:08 +1000)
committer
Avi Kivity
<avi@qumranet.com>
Wed, 25 Jul 2007 11:29:34 +0000
(14:29 +0300)
We add the kvm to the vm_list before initializing the vcpu mutexes,
which can be mutex_trylock()'ed by decache_vcpus_on_cpu().
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm_main.c
patch
|
blob
|
history
diff --cc
drivers/kvm/kvm_main.c
Simple merge