From: Christoffer Dall <christoffer.dall@linaro.org>
To: Marc Zyngier <marc.zyngier@arm.com>
Cc: Will Deacon <will.deacon@arm.com>,
"pbonzini@redhat.com" <pbonzini@redhat.com>,
"gleb@kernel.org" <gleb@kernel.org>,
"peter.maydell@linaro.org" <peter.maydell@linaro.org>,
"kvmarm@lists.cs.columbia.edu" <kvmarm@lists.cs.columbia.edu>,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
Joel Schopp <joel.schopp@amd.com>,
Don Dutile <ddutile@redhat.com>
Subject: Re: [PATCH v2] kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform
Date: Wed, 30 Jul 2014 14:55:54 +0200 [thread overview]
Message-ID: <20140730125554.GA11610@cbox> (raw)
In-Reply-To: <87oaw7jf77.fsf@approximate.cambridge.arm.com>
On Wed, Jul 30, 2014 at 11:47:40AM +0100, Marc Zyngier wrote:
> On Fri, Jul 25 2014 at 4:29:12 pm BST, Will Deacon <will.deacon@arm.com> 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.
> >
> > 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.
> >
> > This patch fixes the problem by failing the vgic probe if the physical
> > base address or the size of GICV aren't page-aligned. Note that this
> > generated a warning in dmesg about freeing enabled IRQs, so I had to
> > move the IRQ enabling later in the probe.
> >
> > Cc: Christoffer Dall <christoffer.dall@linaro.org>
> > Cc: Marc Zyngier <marc.zyngier@arm.com>
> > Cc: Gleb Natapov <gleb@kernel.org>
> > Cc: Paolo Bonzini <pbonzini@redhat.com>
> > Cc: Joel Schopp <joel.schopp@amd.com>
> > Cc: Don Dutile <ddutile@redhat.com>
> > Acked-by: Peter Maydell <peter.maydell@linaro.org>
> > Signed-off-by: Will Deacon <will.deacon@arm.com>
>
> Looks good to me:
>
> Acked-by: Marc Zyngier <marc.zyngier@arm.com>
>
> Christoffer, can you please take this as an urgent fix?
>
Yes, sorry for the delay,
Applied to master and notified the KVM guys to try and get it into 3.16.
Thanks,
-Christoffer
prev parent reply other threads:[~2014-07-30 12:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-25 15:29 [PATCH v2] kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform Will Deacon
2014-07-25 15:56 ` Joel Schopp
2014-07-25 16:02 ` Peter Maydell
2014-07-25 16:24 ` Joel Schopp
2014-07-25 16:38 ` Will Deacon
2014-07-25 16:09 ` Will Deacon
2014-07-30 10:47 ` Marc Zyngier
2014-07-30 12:55 ` Christoffer Dall [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140730125554.GA11610@cbox \
--to=christoffer.dall@linaro.org \
--cc=ddutile@redhat.com \
--cc=gleb@kernel.org \
--cc=joel.schopp@amd.com \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=marc.zyngier@arm.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=will.deacon@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox