Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758784AbYA1TkW (ORCPT ); Mon, 28 Jan 2008 14:40:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753413AbYA1TkK (ORCPT ); Mon, 28 Jan 2008 14:40:10 -0500 Received: from host36-195-149-62.serverdedicati.aruba.it ([62.149.195.36]:54873 "EHLO mx.cpushare.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752337AbYA1TkI (ORCPT ); Mon, 28 Jan 2008 14:40:08 -0500 Date: Mon, 28 Jan 2008 20:40:05 +0100 From: Andrea Arcangeli To: Christoph Lameter Cc: Izik Eidus , Robin Holt , Avi Kivity , Nick Piggin , kvm-devel@lists.sourceforge.net, Benjamin Herrenschmidt , Peter Zijlstra , steiner@sgi.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, daniel.blueman@quadrics.com, Hugh Dickins Subject: Re: [patch 0/4] [RFC] MMU Notifiers V1 Message-ID: <20080128194005.GE7233@v2.random> References: <20080125055606.102986685@sgi.com> <20080125114229.GA7454@v2.random> <479DFE7F.9030305@qumranet.com> <20080128172521.GC7233@v2.random> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1379 Lines: 27 On Mon, Jan 28, 2008 at 11:04:43AM -0800, Christoph Lameter wrote: > On Mon, 28 Jan 2008, Andrea Arcangeli wrote: > > > So I'd like to know what can we do to help to merge the 4 patches from > > Christoph in mainline, I'd appreciate comments on them so we can help > > to address any outstanding issue! > > There are still some pending issues (RCU troubles). I will post V2 today. With regard to the synchronize_rcu troubles they also be left to the notifier-user to solve. Certainly having the synchronize_rcu like in your last incremental patches in _release, will require less complications (kvm pins the mm so I suppose we could batch the call_rcu externally too). But _release is not a fast-path for KVM usage so your V2 is sure ok (and simpler to deal with) too. For registration synchronize_rcu is the only way, if the notifiers have to fire synchronously before mmu_notifier_register returns but that also can be left up to the caller if required (for example KVM doesn't need that). Otherwise there could be two mmu_notifier_register and mmu_notifier_register_rcu where the latter calls synchronize_rcu before returning. -- 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/