From: Avi Kivity Date: Fri, 20 Jul 2007 05:18:27 +0000 (+0300) Subject: KVM: MMU: Fix oopses with SLUB X-Git-Tag: v2.6.23-rc1~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1158e63dfeb3928e94c768f0a403b3e0e799f70;p=pandora-kernel.git KVM: MMU: Fix oopses with SLUB 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed