From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932569AbcAKLB1 (ORCPT ); Mon, 11 Jan 2016 06:01:27 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:13462 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932389AbcAKLBX (ORCPT ); Mon, 11 Jan 2016 06:01:23 -0500 X-IronPort-AV: E=Sophos;i="5.20,552,1444694400"; d="scan'208";a="330352121" Message-ID: <56938B7E.3060902@citrix.com> Date: Mon, 11 Jan 2016 11:01:18 +0000 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 To: Vitaly Kuznetsov , CC: , , "Jonathan Corbet" , Greg Kroah-Hartman , Daniel Kiper , Dan Williams , Tang Chen , "David Rientjes" , Andrew Morton , Naoya Horiguchi , Xishi Qiu , Mel Gorman , "K. Y. Srinivasan" , Igor Mammedov , Kay Sievers , Konrad Rzeszutek Wilk , "Boris Ostrovsky" Subject: Re: [PATCH v3] memory-hotplug: add automatic onlining policy for the newly added memory References: <1452187421-15747-1-git-send-email-vkuznets@redhat.com> In-Reply-To: <1452187421-15747-1-git-send-email-vkuznets@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/01/16 17:23, Vitaly Kuznetsov wrote: > > - Changes since 'v1': > Add 'online' parameter to add_memory_resource() as it is being used by > xen ballon driver and it adds "empty" memory pages [David Vrabel]. > (I don't completely understand what prevents manual onlining in this > case as we still have all newly added blocks in sysfs ... this is the > discussion point.) I'm not sure what you're not understanding here? Memory added by the Xen balloon driver (whether populated with real memory or not) does need to be onlined by udev or similar. David