Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-devel

[Xen-devel] Re: [PATCH 0/3] xen: Fix oops when mapping/unmapping addr ab

To: Mark McLoughlin <markmc@xxxxxxxxxx>
Subject: [Xen-devel] Re: [PATCH 0/3] xen: Fix oops when mapping/unmapping addr above 1Gb
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Date: Fri, 28 Mar 2008 11:02:34 -0700
Cc: mingo@xxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx
Delivery-date: Fri, 28 Mar 2008 11:03:35 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1206722297-11763-1-git-send-email-markmc@xxxxxxxxxx>
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>
References: <1206722297-11763-1-git-send-email-markmc@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.12 (X11/20080226)
Mark McLoughlin wrote:
Hi,
        In Fedora rawhide we're currently seeing oopses whenever
a processes dlopen()s a library which prelink() has previously
relocated above 1Gb. Some more details at:

  https://bugzilla.redhat.com/436453

        The issue seems to be that during xen_pgd_pin(), we only
pin PTE pages, but xen's release_pmd() tries to unpin PMD pages
too.

        The following series of patches is against the latest
x86 tree.

Hm, OK. I'm trying to work out what happened here. I guess its a latent bug which is only visible now that its possible to incrementally free pmds.

A side note is that I'm planning on pinning pmds in the future, so that we can get away replace the full pgd page per mm with a pgd page per cpu.

   J

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