From: Frans Pop <elendil@planet.nl>
To: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: mingo@elte.hu, hpa@zytor.com, tglx@linutronix.de,
linux-kernel@vger.kernel.org, venkatesh.pallipadi@intel.com,
jeffm@suse.com
Subject: Re: [patch] x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem
Date: Sat, 14 Feb 2009 02:49:05 +0100 [thread overview]
Message-ID: <200902140249.07772.elendil@planet.nl> (raw)
In-Reply-To: <1234380023.16238.52.camel@vayu>
Suresh Siddha wrote:
> From: Suresh Siddha <suresh.b.siddha@intel.com>
> Subject: x86, pat: fix warn_on_once() while mapping 0-1MB range
> with /dev/mem
>
> Jeff Mahoney reported:
>> With Suse's hwinfo tool, on -tip:
>> WARNING: at arch/x86/mm/pat.c:637 reserve_pfn_range+0x5b/0x26d()
>
> reserve_pfn_range() is not tracking the memory range below 1MB
> as non-RAM and as such is inconsistent with similar checks in
> reserve_memtype() and free_memtype()
>
> Rename the pagerange_is_ram() to pat_pagerange_is_ram() and add the
> "track legacy 1MB region as non RAM" condition.
>
> And also, fix reserve_pfn_range() to return -EINVAL, when the pfn
> range is RAM. This is to be consistent with this API design.
>
> Reported-and-tested-by: Jeff Mahoney <jeffm@suse.com>
> Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
> Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
I've given this patch a try because I've been getting the same warning
when starting VirtualBox guest machines (VM) and it looked as if this
might fix that.
With this patch on top of 2.6.29-rc5 the VirtualBox kernel modules build
and load without errors, but when I try to start a VM I get an error that
a symbol cannot be found. The VM does start correctly if I boot the
kernel on the host with "nopat".
I suspect the problem is with VirtualBox, but thought I'd mention it here
just in case it's an indication of a regression.
Details on the issue can be found here:
http://www.virtualbox.org/ticket/3090
The suddenly missing symbol gets defined here for VBox (lines 217-237):
http://www.virtualbox.org/browser/trunk/include/VBox/sup.h
Host system is debian/lenny/amd64 running x86_64.
Cheers,
FJP
prev parent reply other threads:[~2009-02-14 1:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-11 19:20 Suresh Siddha
2009-02-11 20:09 ` Ingo Molnar
2009-02-14 1:49 ` Frans Pop [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=200902140249.07772.elendil@planet.nl \
--to=elendil@planet.nl \
--cc=hpa@zytor.com \
--cc=jeffm@suse.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=suresh.b.siddha@intel.com \
--cc=tglx@linutronix.de \
--cc=venkatesh.pallipadi@intel.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
Powered by JetHome