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:
35f3f28
)
KVM: MMU: Fix oopses with SLUB
author
Avi Kivity
<avi@qumranet.com>
Fri, 20 Jul 2007 05:18:27 +0000
(08:18 +0300)
committer
Avi Kivity
<avi@qumranet.com>
Fri, 20 Jul 2007 17:23:59 +0000
(20:23 +0300)
The kvm mmu uses page->private on shadow page tables; so does slub, and
an oops result. Fix by allocating regular pages for shadows instead of
using slub.
Tested-by: S.Çağlar Onur <caglar@pardus.org.tr>
Signed-off-by: Avi Kivity <avi@qumranet.com>
No differences found