All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Anthony Wright <anthony@overnetdata.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: dmidecode doesn't work under xen 4.1.1 on certain hardware
Date: Mon, 26 Sep 2011 10:13:22 -0400	[thread overview]
Message-ID: <20110926141322.GD4102@phenom.oracle.com> (raw)
In-Reply-To: <4E7C9C8B.2010108@overnetdata.com>

On Fri, Sep 23, 2011 at 03:49:47PM +0100, Anthony Wright wrote:
> On 23/09/2011 14:32, Konrad Rzeszutek Wilk wrote:
> > On Fri, Sep 23, 2011 at 12:22:04PM +0100, Anthony Wright wrote:
> >> I have a xen 4.1.1 with a 3.0.4 linux kernel running on a Supermicro
> >> Supermicro X8DTL-iF motherboard with 16GB of RAM.
> >>
> >> If I run the 3.0.4 kernel on the bare metal dmidecode works fine. If I
> > Can you attach the beginning of the kernel bootup log? It should
> > have some entry about 1-1 mappings. Make sure to run Linux with "debug loglevel=8"
> Please find attached.

> 2011 Sep 23 14:45:41 kernel: [    0.000000] 1-1 mapping on 9a->100
> 2011 Sep 23 14:45:41 kernel: [    0.000000] 1-1 mapping on bf780->100000
> 2011 Sep 23 14:45:41 kernel: [    0.000000] Set 264422 page(s) to 1-1 mapping.
> 2011 Sep 23 14:45:41 kernel: [    0.000000] BIOS-provided physical RAM map:
> 2011 Sep 23 14:45:41 kernel: [    0.000000]  Xen: 0000000000000000 - 0000000000099000 (usable)
> 2011 Sep 23 14:45:41 kernel: [    0.000000]  Xen: 0000000000099800 - 0000000000100000 (reserved)
.. snip..

So 99C00 is right at cusp of 'usuable' and 'reserved'. Meaning that region
falls within the 4KB page. And we did not set the 1-1 mapping for 99 (we
started at 9A).

But now that I think of it - this is Linux E820 which does get modified.
Can you also provide  the hypervisor E820 output? You can get 'xl dmesg'
for that. That should provide the "virgin" output of the e820 which we
use for 1-1 mapping.

  reply	other threads:[~2011-09-26 14:13 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-23 11:22 dmidecode doesn't work under xen 4.1.1 on certain hardware Anthony Wright
2011-09-23 13:32 ` Konrad Rzeszutek Wilk
2011-09-23 14:49   ` Anthony Wright
2011-09-26 14:13     ` Konrad Rzeszutek Wilk [this message]
2011-09-26 14:48       ` Anthony Wright
2011-09-26 19:37         ` Konrad Rzeszutek Wilk
2011-09-28  9:08           ` Anthony Wright
2011-09-28 13:28             ` Konrad Rzeszutek Wilk
2011-09-28 16:07               ` Anthony Wright
2011-09-28 16:32                 ` Konrad Rzeszutek Wilk
2011-09-28 17:02                 ` David Vrabel
2011-10-04 12:19                   ` Anthony Wright
2011-10-05 15:16                     ` Konrad Rzeszutek Wilk
2011-10-06 12:53                       ` Anthony Wright
2011-10-06 16:07                         ` Konrad Rzeszutek Wilk
2011-10-10 15:25                           ` Anthony Wright
2011-10-10 16:15                             ` Konrad Rzeszutek Wilk
2011-10-10 16:18                             ` Konrad Rzeszutek Wilk

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=20110926141322.GD4102@phenom.oracle.com \
    --to=konrad.wilk@oracle.com \
    --cc=anthony@overnetdata.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.