From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 2D935B7080 for ; Mon, 20 Jul 2009 19:59:42 +1000 (EST) Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E3469DDDA0 for ; Mon, 20 Jul 2009 19:59:39 +1000 (EST) Subject: Re: [RFC/PATCH] mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() From: Benjamin Herrenschmidt To: Nick Piggin In-Reply-To: <20090720080502.GG7298@wotan.suse.de> References: <20090715074952.A36C7DDDB2@ozlabs.org> <20090715135620.GD7298@wotan.suse.de> <1248073873.13067.31.camel@pasglop> <20090720080502.GG7298@wotan.suse.de> Content-Type: text/plain Date: Mon, 20 Jul 2009 19:59:21 +1000 Message-Id: <1248083961.30899.5.camel@pasglop> Mime-Version: 1.0 Cc: Linux-Arch , linuxppc-dev@ozlabs.org, Hugh Dickins , linux-kernel@vger.kernel.org, Linux Memory Management , Linus Torvalds List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2009-07-20 at 10:05 +0200, Nick Piggin wrote: > > Unless anybody has other preferences, just send it straight to Linus in > the next merge window -- if any conflicts did come up anyway they would > be trivial. You could just check against linux-next before doing so, and > should see if it is going to cause problems for any arch pull... Well, the problem is that powerpc-next will need that patch, which means that if I don't put it in my tree, Steven won't be able to build powerpc-next as part of linux-next until the patch is merged. Hence my question, what's the best way to handle that :-) There isn't an mm-next is there ? If there was, I could tell Steven to always pull powerpc after mm for example. Or I can put it in a git tree of its own with a dependency for Steven to pull. Cheers, Ben.