From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754229Ab1BGBnp (ORCPT ); Sun, 6 Feb 2011 20:43:45 -0500 Received: from kroah.org ([198.145.64.141]:59514 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753438Ab1BGBno (ORCPT ); Sun, 6 Feb 2011 20:43:44 -0500 Date: Sun, 6 Feb 2011 17:42:05 -0800 From: Greg KH To: Benjamin Herrenschmidt Cc: Nathan Fontenot , linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, KAMEZAWA Hiroyuki , Robin Holt Subject: Re: [PATCH 3/4]Define memory_block_size_bytes for powerpc/pseries Message-ID: <20110207014205.GA16217@kroah.com> References: <4D386498.9080201@austin.ibm.com> <4D3866A0.6010803@austin.ibm.com> <1297035563.14982.15.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1297035563.14982.15.camel@pasglop> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 07, 2011 at 10:39:23AM +1100, Benjamin Herrenschmidt wrote: > On Thu, 2011-01-20 at 10:45 -0600, Nathan Fontenot wrote: > > Define a version of memory_block_size_bytes() for powerpc/pseries such that > > a memory block spans an entire lmb. > > > > Signed-off-by: Nathan Fontenot > > Reviewed-by: Robin Holt > > Hi Nathan ! > > Is somebody from -mm picking the rest of the series ? This patch as well > or shall I wait for the first two to go in and then pick that one in > -powerpc ? I took all of these in my tree already, is that ok? thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail143.messagelabs.com (mail143.messagelabs.com [216.82.254.35]) by kanga.kvack.org (Postfix) with ESMTP id D7E238D0039 for ; Sun, 6 Feb 2011 20:43:45 -0500 (EST) Date: Sun, 6 Feb 2011 17:42:05 -0800 From: Greg KH Subject: Re: [PATCH 3/4]Define memory_block_size_bytes for powerpc/pseries Message-ID: <20110207014205.GA16217@kroah.com> References: <4D386498.9080201@austin.ibm.com> <4D3866A0.6010803@austin.ibm.com> <1297035563.14982.15.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1297035563.14982.15.camel@pasglop> Sender: owner-linux-mm@kvack.org List-ID: To: Benjamin Herrenschmidt Cc: Nathan Fontenot , linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, KAMEZAWA Hiroyuki , Robin Holt On Mon, Feb 07, 2011 at 10:39:23AM +1100, Benjamin Herrenschmidt wrote: > On Thu, 2011-01-20 at 10:45 -0600, Nathan Fontenot wrote: > > Define a version of memory_block_size_bytes() for powerpc/pseries such that > > a memory block spans an entire lmb. > > > > Signed-off-by: Nathan Fontenot > > Reviewed-by: Robin Holt > > Hi Nathan ! > > Is somebody from -mm picking the rest of the series ? This patch as well > or shall I wait for the first two to go in and then pick that one in > -powerpc ? I took all of these in my tree already, is that ok? thanks, greg k-h -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from coco.kroah.org (kroah.org [198.145.64.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "coco.kroah.org", Issuer "Greg KH" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 07EDFB7110 for ; Mon, 7 Feb 2011 12:43:48 +1100 (EST) Date: Sun, 6 Feb 2011 17:42:05 -0800 From: Greg KH To: Benjamin Herrenschmidt Subject: Re: [PATCH 3/4]Define memory_block_size_bytes for powerpc/pseries Message-ID: <20110207014205.GA16217@kroah.com> References: <4D386498.9080201@austin.ibm.com> <4D3866A0.6010803@austin.ibm.com> <1297035563.14982.15.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1297035563.14982.15.camel@pasglop> Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Robin Holt , linuxppc-dev@lists.ozlabs.org, KAMEZAWA Hiroyuki List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Feb 07, 2011 at 10:39:23AM +1100, Benjamin Herrenschmidt wrote: > On Thu, 2011-01-20 at 10:45 -0600, Nathan Fontenot wrote: > > Define a version of memory_block_size_bytes() for powerpc/pseries such that > > a memory block spans an entire lmb. > > > > Signed-off-by: Nathan Fontenot > > Reviewed-by: Robin Holt > > Hi Nathan ! > > Is somebody from -mm picking the rest of the series ? This patch as well > or shall I wait for the first two to go in and then pick that one in > -powerpc ? I took all of these in my tree already, is that ok? thanks, greg k-h