Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761362AbYBATRb (ORCPT ); Fri, 1 Feb 2008 14:17:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758943AbYBATRL (ORCPT ); Fri, 1 Feb 2008 14:17:11 -0500 Received: from relay1.sgi.com ([192.48.171.29]:58811 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754714AbYBATRJ (ORCPT ); Fri, 1 Feb 2008 14:17:09 -0500 Date: Fri, 1 Feb 2008 11:17:08 -0800 (PST) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Robin Holt cc: Andrea Arcangeli , Avi Kivity , Izik Eidus , kvm-devel@lists.sourceforge.net, Peter Zijlstra , steiner@sgi.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, daniel.blueman@quadrics.com Subject: Re: Extending mmu_notifiers to handle __xip_unmap in a sleepable context? In-Reply-To: <20080201115841.GM26420@sgi.com> Message-ID: References: <20080201050439.009441434@sgi.com> <20080201115841.GM26420@sgi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 897 Lines: 21 On Fri, 1 Feb 2008, Robin Holt wrote: > Currently, it is calling mmu_notifier _begin and _end under the > i_mmap_lock. I _THINK_ the following will make it so we could support > __xip_unmap (although I don't recall ever seeing that done on ia64 and > don't even know what the circumstances are for its use). Its called under lock yes. The problem with this fix is that we currently have the requirement that the rmap invalidate_all call requires the pagelock to be held. That is not the case here. So I used _begin/_end to skirt the issue. If you do not need the Pagelock to be held (it holds off modifications on the page!) then we are fine. -- 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/