From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: linux-next: Tree for August 25 (mm/slub) Date: Thu, 26 Aug 2010 21:17:06 +0300 Message-ID: <4C76AFA2.8010801@cs.helsinki.fi> References: <20100825132057.c8416bef.sfr@canb.auug.org.au> <20100825094559.bc652afe.randy.dunlap@oracle.com> <20100825122134.2ac33360.randy.dunlap@oracle.com> <20100825131344.a2c26b31.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100825131344.a2c26b31.randy.dunlap@oracle.com> Sender: owner-linux-mm@kvack.org To: Randy Dunlap Cc: Christoph Lameter , Stephen Rothwell , linux-mm@kvack.org, linux-next@vger.kernel.org, LKML List-Id: linux-next.vger.kernel.org On 25.8.2010 23.13, Randy Dunlap wrote: > On Wed, 25 Aug 2010 14:51:14 -0500 (CDT) Christoph Lameter wrote: > >> On Wed, 25 Aug 2010, Randy Dunlap wrote: >> >>> Certainly. config file is attached. >> >> Ah. Memory hotplug.... >> >> >> >> Subject: Slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplug >> >> Memory hotplug allocates and frees per node structures. Use the correct name. >> >> Signed-off-by: Christoph Lameter > > Acked-by: Randy Dunlap Applied, thanks! -- 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: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753180Ab0HZSRY (ORCPT ); Thu, 26 Aug 2010 14:17:24 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:50290 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752747Ab0HZSRW (ORCPT ); Thu, 26 Aug 2010 14:17:22 -0400 Message-ID: <4C76AFA2.8010801@cs.helsinki.fi> Date: Thu, 26 Aug 2010 21:17:06 +0300 From: Pekka Enberg User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Randy Dunlap CC: Christoph Lameter , Stephen Rothwell , linux-mm@kvack.org, linux-next@vger.kernel.org, LKML Subject: Re: linux-next: Tree for August 25 (mm/slub) References: <20100825132057.c8416bef.sfr@canb.auug.org.au> <20100825094559.bc652afe.randy.dunlap@oracle.com> <20100825122134.2ac33360.randy.dunlap@oracle.com> <20100825131344.a2c26b31.randy.dunlap@oracle.com> In-Reply-To: <20100825131344.a2c26b31.randy.dunlap@oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25.8.2010 23.13, Randy Dunlap wrote: > On Wed, 25 Aug 2010 14:51:14 -0500 (CDT) Christoph Lameter wrote: > >> On Wed, 25 Aug 2010, Randy Dunlap wrote: >> >>> Certainly. config file is attached. >> >> Ah. Memory hotplug.... >> >> >> >> Subject: Slub: Fix up missing kmalloc_cache -> kmem_cache_node case for memoryhotplug >> >> Memory hotplug allocates and frees per node structures. Use the correct name. >> >> Signed-off-by: Christoph Lameter > > Acked-by: Randy Dunlap Applied, thanks!