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 B441BB7BD9 for ; Thu, 29 Oct 2009 14:15:40 +1100 (EST) Subject: Re: [PATCH 3/6 v5] Memory probe/release files From: Benjamin Herrenschmidt To: Nathan Fontenot In-Reply-To: <4AE8AFDD.6030504@austin.ibm.com> References: <4AE8ADCF.6090104@austin.ibm.com> <4AE8AFDD.6030504@austin.ibm.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 29 Oct 2009 14:13:33 +1100 Message-ID: <1256786013.26770.40.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2009-10-28 at 15:55 -0500, Nathan Fontenot wrote: > This patch creates the release sysfs file for memory and updates the > exisiting probe file so both make arch-specific callouts to handle removing > and adding memory to the system. This also creates the powerpc specific stubs > for handling the arch callouts. > > The creation and use of these files are governed by the exisitng > CONFIG_ARCH_MEMORY_PROBE and new CONFIG_ARCH_MEMORY_RELEASE config options. > > Signed-off-by: Nathan Fontenot > --- Is there anybody on linux-mm who needs to Ack this patche ? Cheers, Ben.