Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756585AbYBDTOJ (ORCPT ); Mon, 4 Feb 2008 14:14:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755561AbYBDTNy (ORCPT ); Mon, 4 Feb 2008 14:13:54 -0500 Received: from relay2.sgi.com ([192.48.171.30]:33375 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754840AbYBDTNx (ORCPT ); Mon, 4 Feb 2008 14:13:53 -0500 Date: Mon, 4 Feb 2008 11:13:53 -0800 (PST) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Andrea Arcangeli cc: Robin Holt , 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: [patch 1/3] mmu_notifier: Core code In-Reply-To: <20080203013323.GA7185@v2.random> Message-ID: References: <20080131045750.855008281@sgi.com> <20080131045812.553249048@sgi.com> <20080201035249.GE26420@sgi.com> <20080203013323.GA7185@v2.random> 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: 1003 Lines: 22 On Sun, 3 Feb 2008, Andrea Arcangeli wrote: > On Thu, Jan 31, 2008 at 07:58:40PM -0800, Christoph Lameter wrote: > > Ok. Andrea wanted the same because then he can void the begin callouts. > > Exactly. I hope the page-pin will avoid me having to serialize the KVM > page fault against the start/end critical section. > > BTW, I wonder if the start/end critical section API is intended to > forbid scheduling inside it. In short I wonder if GRU can is allowed > to take a spinlock in _range_start as last thing before returning, and > to release that same spinlock in _range_end as first thing, and not to > be forced to use a mutex. _begin/end encloses code that may sleep and _begin/_end itself may sleep. So a semaphore may work but not a spinlock. -- 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/