]> git.ipfire.org Git - people/arne_f/kernel.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 4 Jul 2015 02:49:06 +0000 (19:49 -0700)
commit02524d7e8bc8e72e4813eb7de44c52be1ce6d73b
tree0e3b6f3074f8d0add1e3c3a19ea7343d095c49f3
parente5890a3e839ab92da899f9f6d2bfd0e9a06c55b2
arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE

commit c3058d5da2222629bc2223c488a4512b59bb4baf upstream.

[Since we don't backport commit 8eef912 (arm/arm64: KVM: map MMIO regions
at creation time) for linux-3.14.y, the context of this patch is
different, while the change itself is same.]

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>
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/kvm/mmu.c