From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752300AbdCMVVU (ORCPT ); Mon, 13 Mar 2017 17:21:20 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:48323 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751763AbdCMVVM (ORCPT ); Mon, 13 Mar 2017 17:21:12 -0400 From: "Rafael J. Wysocki" To: Dan Williams , Heiko Carstens Cc: Andrew Morton , Linux MM , "linux-kernel@vger.kernel.org" , linux-s390 , Michal Hocko , Vladimir Davydov , Ben Hutchings , Gerald Schaefer , Martin Schwidefsky , Sebastian Ott Subject: Re: [PATCH 1/2] mm: add private lock to serialize memory hotplug operations Date: Mon, 13 Mar 2017 22:15:46 +0100 Message-ID: <5904743.94GiNAKfGi@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.10.0+; KDE/4.14.9; x86_64; ; ) In-Reply-To: References: <20170309130616.51286-1-heiko.carstens@de.ibm.com> <20170313185710.GA3422@osiris> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday, March 13, 2017 12:44:25 PM Dan Williams wrote: > On Mon, Mar 13, 2017 at 11:57 AM, Heiko Carstens > wrote: > > On Thu, Mar 09, 2017 at 11:34:44PM +0100, Rafael J. Wysocki wrote: > >> > The memory described by devm_memremap_pages() is never "onlined" to > >> > the core mm. We're only using arch_add_memory() to get a linear > >> > mapping and page structures. The rest of memory hotplug is skipped, > >> > and this ZONE_DEVICE memory is otherwise hidden from the core mm. > >> > >> OK, that should be fine then. > > > > So, does that mean that the patch is ok as it is? If so, it would be good > > to get an Ack from both, you and Dan, please. > > Acked-by: Dan Williams Acked-by: Rafael J. Wysocki