WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] 15142:78389dbb08bb and domain state

To: John Levon <levon@xxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] 15142:78389dbb08bb and domain state
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Sat, 10 Nov 2007 09:46:46 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 10 Nov 2007 01:41:35 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20071109160631.GA3320@xxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acgjfptl2gAe3I9xEdyYegAWy6hiGQ==
Thread-topic: [Xen-devel] 15142:78389dbb08bb and domain state
User-agent: Microsoft-Entourage/11.3.6.070618
Oh dear. Do you map top-level pagetables into each other (i.e., linear
mappings of other page tables)? Then you could have a circular reference
where one level-4 pagetable references the other, and vice versa. But we
though of that and break loops in relinquish_memory() in arch/x86/domain.c.
Perhaps that's broken though -- it's certainly been modified recently to
support linear mappings at lower levels in the pagetable hierarchy.

I would add some tracing to the 'q' key to dump the contents of the
remaining few pages, and see if they actually reference each other. Also
some tracing around relinquish_memory() is probably not a bad idea.

 -- Keir

On 9/11/07 16:06, "John Levon" <levon@xxxxxxxxxxxxxxxxx> wrote:

> Thanks!
> 
> (XEN) Memory pages belonging to domain 1:
> (XEN)     DomPage 000000019ddbf000: mfn=000000000019ddbf, caf=00000001,
> taf=0000000080000001
> (XEN) Memory pages belonging to domain 2:
> (XEN)     DomPage 00000001f4dbc000: mfn=00000000001f4dbc, caf=00000001,
> taf=0000000080000001
> 
> #define PGT_l4_page_table   (4UL<<29) /* using this page as an L4 page table?
> */
> 
> Is it possible we do something unusual, and there's an accounting bug? It
> seems
> that vcpu_destroy_pagetables() should kill any active reference. If I boot
> into
> the kernel debugger (so no userspace) and destroy the domain, it still
> happens.
> 
> Before I try and work up something to track references to the kernel's
> CR3 dompage, any suggestions or ideas?



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel