All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>,
	Petr Tesarik <ptesarik@suse.cz>,
	David Vrabel <david.vrabel@citrix.com>
Cc: Juergen Gross <JGross@suse.com>, <olaf@aepfle.de>, <keir@xen.org>,
	"David Mair" <DMAIR@suse.com>,
	Daniel Kiper <daniel.kiper@oracle.com>,
	<linux-kernel@vger.kernel.org>, <dslutz@verizon.com>,
	<anderson@redhat.com>, Jan Beulich <JBeulich@suse.com>,
	<xen-devel@lists.xenproject.org>,
	"Malcolm Crossley" <malcolm.crossley@citrix.com>,
	<boris.ostrovsky@oracle.com>, <crash-utility@redhat.com>
Subject: Re: [Xen-devel] crash tool - problem with new Xen linear virtual mapped sparse p2m list
Date: Tue, 24 Nov 2015 13:46:10 +0000	[thread overview]
Message-ID: <1448372770.26412.13.camel@citrix.com> (raw)
In-Reply-To: <56543D57.2030903@citrix.com>

On Tue, 2015-11-24 at 10:35 +0000, Andrew Cooper wrote:
> On 24/11/15 10:17, Petr Tesarik wrote:
> > On Tue, 24 Nov 2015 10:09:01 +0000
> > David Vrabel <david.vrabel@citrix.com> wrote:
> > 
> > > On 24/11/15 09:55, Malcolm Crossley wrote:
> > > > On 24/11/15 08:59, Jan Beulich wrote:
> > > > > > > > On 24.11.15 at 07:55, <JGross@suse.com> wrote:
> > > > > > What about:
> > > > > > 
> > > > > > 4) Instead of relying on the kernel maintained p2m list for m2p
> > > > > >    conversion use the hypervisor maintained m2p list which
> > > > > > should be
> > > > > >    available in the dump as well. This is the way the alive
> > > > > > kernel is
> > > > > >    working, so mimic it during crash dump analysis.
> > > > > I fully agree; I have to admit that looking at the p2m when doing
> > > > > page
> > > > > table walks for a PV Dom0 (having all machine addresses in page
> > > > > table
> > > > > entries) seems kind of backwards. (But I say this knowing nothing
> > > > > about the tool.)
> > > > > 
> > > > I don't think we can reliably use the m2p for PV domains because
> > > > PV domains don't always issue a m2p update hypercall when they
> > > > change
> > > > their p2m mapping.
> > > This only applies to foreign pages which won't be very interesting to
> > > a
> > > crash tool.
> > True. I think the main reason crash hasn't done this is that it cannot
> > find the hypervisor maintained m2p list. It should be sufficient to add
> > some more fields to XEN_VMCOREINFO, so that crash can locate the
> > mapping in the dump.
> 
> The M2P lives at an ABI-specified location in all virtual address spaces
> for PV guests.
> 
> Either 0xF5800000 or 0xFFFF800000000000 depending on bitness.

In theory it can actually be dynamic. XENMEM_machphys_mapping is the way to
get at it (for both bitnesses).

For 64-bit guests I think that is most an "in theory" thing and it never
has actually been so.

For a 32-bit guest case I don't recall if it is just a 32on32 vs 32on64
thing, or if something (either guest or toolstack) gets to pick more
dynamically or even if it is a dom0 vs domU thing.

Ian.

  parent reply	other threads:[~2015-11-24 13:46 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-23 20:18 crash tool - problem with new Xen linear virtual mapped sparse p2m list Daniel Kiper
2015-11-24  6:55 ` Juergen Gross
2015-11-24  6:55 ` Juergen Gross
2015-11-24  8:59   ` Jan Beulich
2015-11-24  8:59   ` Jan Beulich
2015-11-24  9:55     ` Malcolm Crossley
2015-11-24  9:55     ` [Xen-devel] " Malcolm Crossley
2015-11-24 10:09       ` David Vrabel
2015-11-24 10:17         ` Petr Tesarik
2015-11-24 10:35           ` Andrew Cooper
2015-11-24 12:57             ` Petr Tesarik
2015-11-24 13:39               ` Jan Beulich
2015-11-24 13:41                 ` Andrew Cooper
2015-11-24 13:42                   ` Andrew Cooper
2015-11-24 13:42                   ` [Xen-devel] " Andrew Cooper
2015-11-24 13:41                 ` Andrew Cooper
2015-11-24 13:39               ` Jan Beulich
2015-11-24 12:57             ` Petr Tesarik
2015-11-24 13:46             ` Ian Campbell
2015-11-24 13:46             ` Ian Campbell [this message]
2015-11-24 13:55               ` [Xen-devel] " Jan Beulich
2015-11-24 13:55               ` Jan Beulich
2015-11-24 10:35           ` Andrew Cooper
2015-11-24 10:17         ` Petr Tesarik
2015-11-24 10:09       ` David Vrabel

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=1448372770.26412.13.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=DMAIR@suse.com \
    --cc=JBeulich@suse.com \
    --cc=JGross@suse.com \
    --cc=anderson@redhat.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=crash-utility@redhat.com \
    --cc=daniel.kiper@oracle.com \
    --cc=david.vrabel@citrix.com \
    --cc=dslutz@verizon.com \
    --cc=keir@xen.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=malcolm.crossley@citrix.com \
    --cc=olaf@aepfle.de \
    --cc=ptesarik@suse.cz \
    --cc=xen-devel@lists.xenproject.org \
    /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.