From: "H. Peter Anvin" <hpa@zytor.com>
To: Dave Hansen <dave@linux.vnet.ibm.com>
Cc: linux-mips@linux-mips.org,
"Jeremy Fitzhardinge" <jeremy@goop.org>,
"Fenghua Yu" <fenghua.yu@intel.com>,
"Frederic Weisbecker" <fweisbec@gmail.com>,
"Joe Millenbach" <jmillenbach@gmail.com>,
virtualization@lists.linux-foundation.org,
"Gokul Caushik" <caushik1@gmail.com>,
"Ralf Baechle" <ralf@linux-mips.org>,
"Pavel Machek" <pavel@ucw.cz>,
sparclinux@vger.kernel.org, "Christoph Lameter" <cl@linux.com>,
"Ingo Molnar" <mingo@kernel.org>,
"Ville Syrjälä" <ville.syrjala@linux.intel.com>,
"Marek Szyprowski" <m.szyprowski@samsung.com>,
"Andrea Arcangeli" <aarcange@redhat.com>,
"Lee Schermerhorn" <Lee.Schermerhorn@hp.com>,
xen-devel@lists.xensource.com,
"Russell King" <linux@arm.linux.org.uk>,
"Len Brown" <len.brown@intel.com>,
"Joerg Roedel" <joro@8bytes.org>,
"Stefano Stabellini" <stefano.stabellini@eu.citrix.com>,
"Hugh Dickins" <hughd@google.com>,
"Yasuaki Ishimatsu" <isimatu.yasuaki@jp.fu>
Subject: Re: [GIT PULL] x86/mm changes for v3.9-rc1
Date: Fri, 22 Feb 2013 09:33:34 -0800 [thread overview]
Message-ID: <5127ABEE.8080303@zytor.com> (raw)
In-Reply-To: <5127AB34.8090406@linux.vnet.ibm.com>
On 02/22/2013 09:30 AM, Dave Hansen wrote:
>
> Do you have CONFIG_DEBUG_VIRTUAL on?
>
> You're probably hitting the new BUG_ON() in __phys_addr(). It's
> intended to detect places where someone is doing a __pa()/__phys_addr()
> on an address that's outside the kernel's identity mapping.
>
> There are a lot of __pa() calls around there, but from the looks of it,
> it's this code:
>
> static pgd_t *xen_get_user_pgd(pgd_t *pgd)
> {
> ...
> if (offset < pgd_index(USER_LIMIT)) {
> struct page *page = virt_to_page(pgd_page);
>
> I'm a bit fuzzy on exactly what the code is trying to do here. It could
> mean either that the identity mapping isn't set up enough yet, or that
> __pa() is getting called on a bogus address.
>
> I'm especially fuzzy on why we'd be calling anything that's looking at
> userspace pagetables (xen_get_user_pgd() ??) this early in boot.
>
Ah yes, of course.
This is unrelated to the early page table setups, which is why it didn't
trip in Konrad's earlier testing.
This debugging bits has already found real bugs in the kernel, and this
might be another.
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
next prev parent reply other threads:[~2013-02-22 17:33 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <201302220034.r1M0Y6O8008311@terminus.zytor.com>
2013-02-22 16:22 ` [GIT PULL] x86/mm changes for v3.9-rc1 Linus Torvalds
2013-02-22 17:31 ` H. Peter Anvin
2013-02-22 16:55 ` Konrad Rzeszutek Wilk
2013-02-22 17:12 ` H. Peter Anvin
2013-02-22 17:38 ` Konrad Rzeszutek Wilk
2013-02-22 18:06 ` Stefano Stabellini
2013-02-22 18:08 ` Yinghai Lu
[not found] ` <alpine.DEB.2.02.1302221804340.22997@kaball.uk.xensource.com>
2013-02-22 18:22 ` Yinghai Lu
2013-02-22 18:24 ` H. Peter Anvin
2013-02-22 17:24 ` Konrad Rzeszutek Wilk
2013-02-22 17:30 ` H. Peter Anvin
2013-02-22 17:53 ` Yinghai Lu
2013-02-22 18:23 ` Konrad Rzeszutek Wilk
2013-02-22 18:25 ` [Xen-devel] " Andrew Cooper
2013-02-22 17:30 ` Dave Hansen
2013-02-22 17:33 ` H. Peter Anvin [this message]
2013-02-22 0:34 H. Peter Anvin
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=5127ABEE.8080303@zytor.com \
--to=hpa@zytor.com \
--cc=Lee.Schermerhorn@hp.com \
--cc=aarcange@redhat.com \
--cc=caushik1@gmail.com \
--cc=cl@linux.com \
--cc=dave@linux.vnet.ibm.com \
--cc=fenghua.yu@intel.com \
--cc=fweisbec@gmail.com \
--cc=hughd@google.com \
--cc=isimatu.yasuaki@jp.fu \
--cc=jeremy@goop.org \
--cc=jmillenbach@gmail.com \
--cc=joro@8bytes.org \
--cc=len.brown@intel.com \
--cc=linux-mips@linux-mips.org \
--cc=linux@arm.linux.org.uk \
--cc=m.szyprowski@samsung.com \
--cc=mingo@kernel.org \
--cc=pavel@ucw.cz \
--cc=ralf@linux-mips.org \
--cc=sparclinux@vger.kernel.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=ville.syrjala@linux.intel.com \
--cc=virtualization@lists.linux-foundation.org \
--cc=xen-devel@lists.xensource.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;
as well as URLs for NNTP newsgroup(s).