arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE
authorChristoffer Dall <christoffer.dall@linaro.org>
Fri, 10 Oct 2014 10:14:29 +0000 (12:14 +0200)
committerChristoffer Dall <christoffer.dall@linaro.org>
Tue, 14 Oct 2014 12:48:25 +0000 (05:48 -0700)
When creating or moving a memslot, make sure the IPA space is within the
addressable range of the guest.  Otherwise, user space can create too
large a memslot and KVM would try to access potentially unallocated page
table entries when inserting entries in the Stage-2 page tables.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>

No differences found