From: Marc Zyngier Date: Thu, 31 Jul 2014 10:42:18 +0000 (+0100) Subject: KVM: arm64: GICv3: mandate page-aligned GICV region X-Git-Tag: cleanup-for-v3.18~89^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb3ec67942e92e5713e05b7691b277d0a0c0575d;p=pandora-kernel.git KVM: arm64: GICv3: mandate page-aligned GICV region Just like GICv2 was fixed in 63afbe7a0ac1 (kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform), mandate the GICV region to be both aligned on a page boundary and its size to be a multiple of page size. This prevents a guest from being able to poke at regions where we have no idea what is sitting there. Signed-off-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed