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 895B1B707B for ; Thu, 23 Jul 2009 02:32:08 +1000 (EST) Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.linux-foundation.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id F004CDDD1B for ; Thu, 23 Jul 2009 02:32:07 +1000 (EST) Date: Wed, 22 Jul 2009 09:31:54 -0700 (PDT) From: Linus Torvalds To: Benjamin Herrenschmidt Subject: Re: [RFC/PATCH] mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() In-Reply-To: <1248073873.13067.31.camel@pasglop> Message-ID: References: <20090715074952.A36C7DDDB2@ozlabs.org> <20090715135620.GD7298@wotan.suse.de> <1248073873.13067.31.camel@pasglop> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Nick Piggin , Linux-Arch , linuxppc-dev@ozlabs.org, Hugh Dickins , linux-kernel@vger.kernel.org, Linux Memory Management List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 20 Jul 2009, Benjamin Herrenschmidt wrote: > On Wed, 2009-07-15 at 15:56 +0200, Nick Piggin wrote: > > > I would like to merge the new support that depends on this in 2.6.32, > > > so unless there's major objections, I'd like this to go in early during > > > the merge window. We can sort out separately how to carry the patch > > > around in -next until then since the powerpc tree will have a dependency > > > on it. > > > > Can't see any problem with that. > > CC'ing Linus here. How do you want to proceed with that merge ? (IE. so > far nobody objected to the patch itself) Maybe you can put it as a separate branch in -next, and have it merged before the stuff that depends on it, and then just sending it to me (as a git branch or patch or whatever) in the first day of the merge window? Linus