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:
4d29bdb
)
KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log()
author
Takuya Yoshikawa
<yoshikawa.takuya@oss.ntt.co.jp>
Wed, 23 Jun 2010 05:59:29 +0000
(14:59 +0900)
committer
Avi Kivity
<avi@redhat.com>
Sun, 1 Aug 2010 07:47:15 +0000
(10:47 +0300)
kvm_get_dirty_log() calls copy_to_user(). So we need to narrow the
dirty_log_lock spin_lock section not to include this.
Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found