Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2829394pxk; Tue, 15 Sep 2020 03:32:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyo04iISItrPEzGdUxIAGLz3KdI9LTYO0cYu78d+t5JrA/NR6rTZNeVQv5kHrql1y1SEbrQ X-Received: by 2002:aa7:d891:: with SMTP id u17mr17059720edq.188.1600165931716; Tue, 15 Sep 2020 03:32:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600165931; cv=none; d=google.com; s=arc-20160816; b=XFMi49nJiBBeDwFGD1benfcW/TFj1FfOiQLvJPlWGexcxc/vJ9ZRnY8IQtZ/nycLXN +2cbO+gFTKuHccN+Vtv4yrLWyjljFktorMkN39WYbGI6X2mw8DjgNTpKWRKBpnjEgvk3 UIdZacewCCXGSRRioVxi9DECh+IG2hdPp/Xnxt3Y/mhQasBK/7DJ1RbXsnkKhOoSzpgL c4QZi1o3eU21EaEgATCJJNIJsnQL1S7rv66ix5hTki5yPiUpcXm6drRusLEa3peQtLbp Ue9TTZ1meK2I6zTSlIV9LLoVgAaQi6AGfA48qDj4uVrLZNtp7SCTwrsGRWGekDTXtL02 a21g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=bc1LmkPRTUtdgIIPp2KSC9uwOalBuvjQnOgyK+Mh++k=; b=g8qtUOoFpa/xxvb2lDD35q585iWSZmaN0pk9OafRWUJ9Fy4Q3aGd03Lult+JlsdqS0 b7zFoxY5qxB63ZmtVFhfO1kX5QwzVhE3yPGr6YHhqsz69Q4i47gYYErIfSefOMhuGAkE 94S2tGiVil20Tr7HonECWdDkbxLUKpMdTUB/Z5Om/RRDlQTo1EdCaSl53/NijxvnG/W0 YtO4BuWT+OSMV/eoY7VI1AZ62kRxIXc9j4h91qK/Y7N2ur8dI5rvipl3wOJmFlLZjHT1 HO+dr6QT6qXR5lNA0ZmjV/JtlSBxE/y7oXczSg31H5T1QKeL+srvn7V3EGrSqht6Ecc/ 8rzg== 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 oa23si8918686ejb.708.2020.09.15.03.31.49; Tue, 15 Sep 2020 03:32:11 -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 S1726262AbgIOK25 (ORCPT + 99 others); Tue, 15 Sep 2020 06:28:57 -0400 Received: from mx2.suse.de ([195.135.220.15]:54730 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726142AbgIOK24 (ORCPT ); Tue, 15 Sep 2020 06:28:56 -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 9641BAC46; Tue, 15 Sep 2020 10:29:09 +0000 (UTC) Date: Tue, 15 Sep 2020 12:28:51 +0200 From: Oscar Salvador To: Laurent Dufour Cc: akpm@linux-foundation.org, David Hildenbrand , mhocko@suse.com, Greg Kroah-Hartman , linux-mm@kvack.org, "Rafael J . Wysocki" , nathanl@linux.ibm.com, cheloha@linux.ibm.com, Tony Luck , Fenghua Yu , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v3 1/3] mm: replace memmap_context by memplug_context Message-ID: <20200915102845.GA30015@linux> References: <20200915094143.79181-1-ldufour@linux.ibm.com> <20200915094143.79181-2-ldufour@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200915094143.79181-2-ldufour@linux.ibm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 15, 2020 at 11:41:41AM +0200, Laurent Dufour wrote: > The memmap_context is used to detect whether a memory operation is due to a > hot-add operation or happening at boot time. > > Make it general to the hotplug operation and rename it at memplug_context. > > There is no functional change introduced by this patch > > Suggested-by: David Hildenbrand > Signed-off-by: Laurent Dufour Reviewed-by: Oscar Salvador -- Oscar Salvador SUSE L3