From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rsjFH6WSKzDqL9 for ; Sun, 17 Jul 2016 20:28:19 +1000 (AEST) In-Reply-To: <57740312.9090900@linux.vnet.ibm.com> To: Nathan Fontenot , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Subject: Re: [v2,1/2] powerpc/pseries: Auto-online hotplugged memory Message-Id: <3rsjFH5mgcz9syB@ozlabs.org> Date: Sun, 17 Jul 2016 20:28:19 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2016-29-06 at 17:19:14 UTC, Nathan Fontenot wrote: > A recent update (commit id 31bc3858ea3) allows for automatically > onlining memory that is added. This patch sets the config option > CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y for pseries and updates the > pseries memory hotplug code so that DLPAR added memory can be > automatically onlined instead of explicitly onlining the memory. > > Signed-off-by: Nathan Fontenot Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/ec999072442ad531cccbecbd6d cheers