From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 2 Aug 2013 12:27:03 +1000 From: Michael Ellerman To: Nathan Fontenot Subject: Re: [PATCH 1/8] register bootmem pages for powerpc when sparse vmemmap is not defined Message-ID: <20130802022703.GA1680@concordia> References: <51F01E06.6090800@linux.vnet.ibm.com> <51F01E5F.80307@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <51F01E5F.80307@linux.vnet.ibm.com> Cc: linux-mm , isimatu.yasuaki@jp.fujitsu.com, linuxppc-dev@lists.ozlabs.org, LKML , Greg Kroah-Hartman List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jul 24, 2013 at 01:35:11PM -0500, Nathan Fontenot wrote: > Previous commit 46723bfa540... introduced a new config option > HAVE_BOOTMEM_INFO_NODE that ended up breaking memory hot-remove for powerpc > when sparse vmemmap is not defined. So that's a bug fix that should go into 3.10 stable? cheers From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx178.postini.com [74.125.245.178]) by kanga.kvack.org (Postfix) with SMTP id EE1156B0032 for ; Thu, 1 Aug 2013 22:27:08 -0400 (EDT) Date: Fri, 2 Aug 2013 12:27:03 +1000 From: Michael Ellerman Subject: Re: [PATCH 1/8] register bootmem pages for powerpc when sparse vmemmap is not defined Message-ID: <20130802022703.GA1680@concordia> References: <51F01E06.6090800@linux.vnet.ibm.com> <51F01E5F.80307@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51F01E5F.80307@linux.vnet.ibm.com> Sender: owner-linux-mm@kvack.org List-ID: To: Nathan Fontenot Cc: LKML , linux-mm , linuxppc-dev@lists.ozlabs.org, Greg Kroah-Hartman , isimatu.yasuaki@jp.fujitsu.com On Wed, Jul 24, 2013 at 01:35:11PM -0500, Nathan Fontenot wrote: > Previous commit 46723bfa540... introduced a new config option > HAVE_BOOTMEM_INFO_NODE that ended up breaking memory hot-remove for powerpc > when sparse vmemmap is not defined. So that's a bug fix that should go into 3.10 stable? cheers -- 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 S1754090Ab3HBC1L (ORCPT ); Thu, 1 Aug 2013 22:27:11 -0400 Received: from ozlabs.org ([203.10.76.45]:53310 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752649Ab3HBC1J (ORCPT ); Thu, 1 Aug 2013 22:27:09 -0400 Date: Fri, 2 Aug 2013 12:27:03 +1000 From: Michael Ellerman To: Nathan Fontenot Cc: LKML , linux-mm , linuxppc-dev@lists.ozlabs.org, Greg Kroah-Hartman , isimatu.yasuaki@jp.fujitsu.com Subject: Re: [PATCH 1/8] register bootmem pages for powerpc when sparse vmemmap is not defined Message-ID: <20130802022703.GA1680@concordia> References: <51F01E06.6090800@linux.vnet.ibm.com> <51F01E5F.80307@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51F01E5F.80307@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 24, 2013 at 01:35:11PM -0500, Nathan Fontenot wrote: > Previous commit 46723bfa540... introduced a new config option > HAVE_BOOTMEM_INFO_NODE that ended up breaking memory hot-remove for powerpc > when sparse vmemmap is not defined. So that's a bug fix that should go into 3.10 stable? cheers