Re: [PATCH v2] kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jul 25, 2014 at 04:56:18PM +0100, Joel Schopp wrote:
> 
> On 07/25/2014 10:29 AM, Will Deacon wrote:
> > If the physical address of GICV isn't page-aligned, then we end up
> > creating a stage-2 mapping of the page containing it, which causes us to
> > map neighbouring memory locations directly into the guest.
> >
> > As an example, consider a platform with GICV at physical 0x2c02f000
> > running a 64k-page host kernel. If qemu maps this into the guest at
> > 0x80010000, then guest physical addresses 0x80010000 - 0x8001efff will
> > map host physical region 0x2c020000 - 0x2c02efff. Accesses to these
> > physical regions may cause UNPREDICTABLE behaviour, for example, on the
> > Juno platform this will cause an SError exception to EL3, which brings
> > down the entire physical CPU resulting in RCU stalls / HYP panics / host
> > crashing / wasted weeks of debugging.
> No denying this is a problem.
> > SBSA recommends that systems alias the 4k GICV across the bounding 64k
> > region, in which case GICV physical could be described as 0x2c020000 in
> > the above scenario.
> The problem with this patch is the gicv is really 8K.  The reason you
> would map at a 60K offset (0xf000), and why we do on our SOC, is so that
> the 8K gicv would pick up the last 4K from the first page and the first
> 4K from the next page.  With your patch it is impossible to map all 8K
> of the gicv with 64K pages.

Please, help me with an alternative. If we drop the size alignment check,
then we can miss some dangerous cases such as the one highlighted previously
by Peter.

> My SOC which works fine with kvm now will go to not working with kvm
> after this patch. 

Right, but my only alternative is have CONFIG_KVM depends on !64K_PAGES,
which sucks for everybody. Your device-tree entry has to change *anyway*,
because as it stands we're mapping 60k of unknown stuff into the guest,
which the kernel needs to know is safe.

Will
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux