From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756792AbZBLALe (ORCPT ); Wed, 11 Feb 2009 19:11:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753400AbZBLALZ (ORCPT ); Wed, 11 Feb 2009 19:11:25 -0500 Received: from gate.crashing.org ([63.228.1.57]:39622 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753248AbZBLALY (ORCPT ); Wed, 11 Feb 2009 19:11:24 -0500 Subject: Re: [PATCH] vmalloc: Add __get_vm_area_caller() From: Benjamin Herrenschmidt To: Andrew Morton Cc: KOSAKI Motohiro , linux-mm@kvack.org, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <20090211144509.d22feeb8.akpm@linux-foundation.org> References: <20090211044854.969CEDDDA9@ozlabs.org> <20090211171804.7021.KOSAKI.MOTOHIRO@jp.fujitsu.com> <20090211144509.d22feeb8.akpm@linux-foundation.org> Content-Type: text/plain Date: Thu, 12 Feb 2009 11:11:04 +1100 Message-Id: <1234397464.29851.20.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2009-02-11 at 14:45 -0800, Andrew Morton wrote: > On Wed, 11 Feb 2009 17:22:47 +0900 (JST) > KOSAKI Motohiro wrote: > > > > I want to put into powerpc-next patches relying into that, so if the > > > patch is ok with you guys, can I stick it in powerpc.git ? > > > > hm. > > Generally, all MM patch should merge into -mm tree at first. > > but I don't think this patch have conflict risk. > > > > Andrew, What do you think? > > We can sneak it into mainline later in the week? That would be best. Cheers, Ben. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail191.messagelabs.com (mail191.messagelabs.com [216.82.242.19]) by kanga.kvack.org (Postfix) with ESMTP id CE8C66B003D for ; Wed, 11 Feb 2009 19:12:12 -0500 (EST) Subject: Re: [PATCH] vmalloc: Add __get_vm_area_caller() From: Benjamin Herrenschmidt In-Reply-To: <20090211144509.d22feeb8.akpm@linux-foundation.org> References: <20090211044854.969CEDDDA9@ozlabs.org> <20090211171804.7021.KOSAKI.MOTOHIRO@jp.fujitsu.com> <20090211144509.d22feeb8.akpm@linux-foundation.org> Content-Type: text/plain Date: Thu, 12 Feb 2009 11:11:04 +1100 Message-Id: <1234397464.29851.20.camel@pasglop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: Andrew Morton Cc: KOSAKI Motohiro , linux-mm@kvack.org, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org List-ID: On Wed, 2009-02-11 at 14:45 -0800, Andrew Morton wrote: > On Wed, 11 Feb 2009 17:22:47 +0900 (JST) > KOSAKI Motohiro wrote: > > > > I want to put into powerpc-next patches relying into that, so if the > > > patch is ok with you guys, can I stick it in powerpc.git ? > > > > hm. > > Generally, all MM patch should merge into -mm tree at first. > > but I don't think this patch have conflict risk. > > > > Andrew, What do you think? > > We can sneak it into mainline later in the week? That would be best. Cheers, Ben. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 17F9ADDDAD for ; Thu, 12 Feb 2009 11:11:20 +1100 (EST) Subject: Re: [PATCH] vmalloc: Add __get_vm_area_caller() From: Benjamin Herrenschmidt To: Andrew Morton In-Reply-To: <20090211144509.d22feeb8.akpm@linux-foundation.org> References: <20090211044854.969CEDDDA9@ozlabs.org> <20090211171804.7021.KOSAKI.MOTOHIRO@jp.fujitsu.com> <20090211144509.d22feeb8.akpm@linux-foundation.org> Content-Type: text/plain Date: Thu, 12 Feb 2009 11:11:04 +1100 Message-Id: <1234397464.29851.20.camel@pasglop> Mime-Version: 1.0 Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, KOSAKI Motohiro , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2009-02-11 at 14:45 -0800, Andrew Morton wrote: > On Wed, 11 Feb 2009 17:22:47 +0900 (JST) > KOSAKI Motohiro wrote: > > > > I want to put into powerpc-next patches relying into that, so if the > > > patch is ok with you guys, can I stick it in powerpc.git ? > > > > hm. > > Generally, all MM patch should merge into -mm tree at first. > > but I don't think this patch have conflict risk. > > > > Andrew, What do you think? > > We can sneak it into mainline later in the week? That would be best. Cheers, Ben.