Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp1554852pxb; Mon, 12 Apr 2021 00:25:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzDI+iPtGw7AQaBshvD0H/W9czE4KwHelWq8sVA6N0oV7nDbOzslZMHeVI2dbdPN9Gs6Shd X-Received: by 2002:a17:906:6dd9:: with SMTP id j25mr25651173ejt.507.1618212336690; Mon, 12 Apr 2021 00:25:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618212336; cv=none; d=google.com; s=arc-20160816; b=DoOajtmJn4tcOG7gOjz6kRtkKYKqI99yXU/KaQ9aWwHkM08Jc1/ZD04F+Nh68R2wbH hCK6uSUpVpG4DY2Jrk8Engulyj2PflecKJ5xyDN8IViBl/hEfQRJxoXt6YmBC7Xd/WT2 oGeOjZD393XtIOZ1tpNACU18QKkNesdyG3etx9wwm90QIXxKdTqVCmihhhc56/HIBTiZ 4I6SVTxbgTb7Kr9i9RL2FPJ8FYKCXXIFTLowN4XfyHuULqF0rcT13sM2xML/plJhfdfp PCtqHRK2f56Wz09zigxmtMSVnSRsOrEnT38up46VVz8hm/kH47T9MLoHDmYvofmuWhvy zrMA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=JiQtsNJ9KE9ZFjGeDhNKDaLqPDit/FFn7XEN8dtbuhk=; b=uWMT6nQiCuYm5LPjiUJtitvbczdj4EBPC2C38YQHLexYjISb14djlcFlNfOD4pVngU wFqYKTcru53hTt1FGhdaB8Jyw458VhfKTWABG8xOZbrtAhpAq5SjQopbmNyli4TKlHfa QDKQm+13d2HnNyCXgvKcKuptxFA1rcIb3NQyw7VDl+Yyk5W+3MmODCLXMzioo8HT8qXI Up7s1SfSHLRIn5EIAejj6hobS1NJJ97rE/FgCMPw7NCRszyE/dnB99aTFEzi1krASu6x Y6PEwHVMDqOQLrA7aN+5PVJeVQf3cWl5ruWVpFa6YKNJNplNcJJd2ap91yvoh52TmzfT MtWg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d24si7407640edr.171.2021.04.12.00.25.12; Mon, 12 Apr 2021 00:25:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236853AbhDLHUD (ORCPT + 99 others); Mon, 12 Apr 2021 03:20:03 -0400 Received: from mx2.suse.de ([195.135.220.15]:60764 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236851AbhDLHUC (ORCPT ); Mon, 12 Apr 2021 03:20:02 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 253BCAEB9; Mon, 12 Apr 2021 07:19:44 +0000 (UTC) Date: Mon, 12 Apr 2021 09:19:41 +0200 From: Oscar Salvador To: David Hildenbrand Cc: Dave Hansen , linux-mm@kvack.org, linux-kernel@vger.kernel.org, shy828301@gmail.com, weixugc@google.com, rientjes@google.com, ying.huang@intel.com, dan.j.williams@intel.com Subject: Re: [PATCH 03/10] mm/migrate: update node demotion order during on hotplug events Message-ID: <20210412071936.GA27818@linux> References: <20210401183216.443C4443@viggo.jf.intel.com> <20210401183221.977831DE@viggo.jf.intel.com> <20210409101400.GA32159@linux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 09, 2021 at 08:59:21PM +0200, David Hildenbrand wrote: > The only way to add more System RAM is via add_memory() and friends like > add_memory_driver_managed(). These all require CONFIG_MEMORY_HOTPLUG. Yeah, my point was more towards whether PMEM can come in a way that it does not have to be hotplugged, but come functional by default (as RAM). But after having read all papers out there, I do not think that it is possible. -- Oscar Salvador SUSE L3