Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756586AbYC1SDP (ORCPT ); Fri, 28 Mar 2008 14:03:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754053AbYC1SDA (ORCPT ); Fri, 28 Mar 2008 14:03:00 -0400 Received: from gw.goop.org ([64.81.55.164]:33153 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753396AbYC1SDA (ORCPT ); Fri, 28 Mar 2008 14:03:00 -0400 Message-ID: <47ED32BA.1070008@goop.org> Date: Fri, 28 Mar 2008 11:02:34 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Mark McLoughlin CC: linux-kernel@vger.kernel.org, mingo@elte.hu, xen-devel@lists.xensource.com Subject: Re: [PATCH 0/3] xen: Fix oops when mapping/unmapping addr above 1Gb References: <1206722297-11763-1-git-send-email-markmc@redhat.com> In-Reply-To: <1206722297-11763-1-git-send-email-markmc@redhat.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1025 Lines: 29 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/