Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp72317yba; Wed, 8 May 2019 16:36:42 -0700 (PDT) X-Google-Smtp-Source: APXvYqwhgNMCcoiWvWDjAl1ORXg2VGK/ieASoKy/qeGdOXN37wMapAx4Su19LPy8Vs27DtJQ2Vyz X-Received: by 2002:a65:478a:: with SMTP id e10mr1117829pgs.310.1557358602151; Wed, 08 May 2019 16:36:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557358602; cv=none; d=google.com; s=arc-20160816; b=vSag/5T7owEaPrQT+EpRrZpXECNoi6a+A9qnNZthM+9THcjiRQaRKcKtRwakS/xZgs D4DOr1d1Z9cZPWuMDlNA6+DueCS9l/2MvZxBUF5Sdui1S6mgZt/mveMIXY5FFQV88FZR vGGXeFZEwXovWqflix94NdL0IBX+i1lstKMDkxyUFRtaSts5otZZZREmJD64HSXvHvJA rQyXkAtMyODBOT9GWIahBfH0uSKWFbiBGmmCkNdQzTACyopzoSlg47JkR7Y4gFa9+C5q OBxXxHar9+iXwbVl+YdmhceH/sIhzBVRs5hTVz6vjXVHXXIZu2VHq4oCT6NtvjBNQRwV sBeg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=79UeR8o+ymrE6lfaFv9K4P5R/+C7ki3AuBoGYxhNSX8=; b=deZpZn7b15TwItKU53wFKOJGrMn/v1dRwziqd6s/2SD6dCsBjc1eDV6fsw15p1YDER v18xBWJl4DSy6tZzWzJk2daar6ABgYZFX2MzR90AftcmDlhnf/mpQfSKdiMGH0DjU2LJ fEMTMOY9yyLFMafyfvR9TX05xOo+D6ddaB+PPCe89VUVi1SHyo92QTxKUwdz/WIkEyI/ PoU4xcrgd1r96ED4ddYfz4DFokKoipN9sTTmZRa38OUy0vDtH6VX9UsNTnAIDDJclyu/ pDhBfb2FTVcQgRF0mC78v4SgVZuhvHFn0L5Q9O1dRlhcdamJTiFMESQf++a0LSAxVjQJ kGWA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w11si458895pge.187.2019.05.08.16.36.26; Wed, 08 May 2019 16:36:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727016AbfEHXJd (ORCPT + 99 others); Wed, 8 May 2019 19:09:33 -0400 Received: from smtp.nue.novell.com ([195.135.221.5]:41968 "EHLO smtp.nue.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725910AbfEHXJd (ORCPT ); Wed, 8 May 2019 19:09:33 -0400 Received: from emea4-mta.ukb.novell.com ([10.120.13.87]) by smtp.nue.novell.com with ESMTP (TLS encrypted); Thu, 09 May 2019 01:09:31 +0200 Received: from [192.168.1.138] (nwb-a10-snat.microfocus.com [10.120.13.201]) by emea4-mta.ukb.novell.com with ESMTP (TLS encrypted); Thu, 09 May 2019 00:09:14 +0100 Message-ID: <1557356938.3028.35.camel@suse.com> Subject: Re: [PATCH v2 5/8] mm/memory_hotplug: Drop MHP_MEMBLOCK_API From: osalvador To: David Hildenbrand , Dan Williams Cc: Linux MM , Linux Kernel Mailing List , linux-ia64@vger.kernel.org, linuxppc-dev , linux-s390 , Linux-sh , Andrew Morton , Michal Hocko , Pavel Tatashin , Wei Yang , Joonsoo Kim , Qian Cai , Arun KS , Mathieu Malaterre Date: Thu, 09 May 2019 01:08:58 +0200 In-Reply-To: References: <20190507183804.5512-1-david@redhat.com> <20190507183804.5512-6-david@redhat.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2019-05-08 at 09:39 +0200, David Hildenbrand wrote: > However I haven't really thought it through yet, smalles like that > could > as well just be handled by the caller of > arch_add_memory()/arch_remove_memory() eventually, passing it via > something like the altmap parameter. > > Let's leave it in place for now, we can talk about that once we have > new > patches from Oscar. Hi David, I plan to send a new patchset once this is and Dan's are merged, otherwise I will have a mayhem with the conflicts. I also plan/want to review this patchset, but time is tight this week.