From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C351C433DB for ; Wed, 20 Jan 2021 08:38:12 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2BBC322573 for ; Wed, 20 Jan 2021 08:38:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2BBC322573 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=XoUmxgBJXctYoRLHrmlm5/5UF5wnewEmLXh6w/+Si60=; b=SbKFUQSeREzxIrxulBy9GP0n2 kK+DSIzSxdGDqTFQUP9Lc5nKdwodeIr2CIFGGHaIw6XWMFIjzds4nw3LvqhcUk7Ai0pz6x79thkLP Y7cyt9ANJdrL/jDH0gnAm3tHbLeY6mvEr6VnK3ykke75EdcK9UxGRePhYj/+pE6AveAqnlfnXDE29 080Nhl7LQ/7H+ZUkqYsnN9RfxUVS6YPQVL1goWLbOvL9ZFZIMHEnvQvNvQr2o4qyTnMZ28fXVBsuA oBkF5YuZPce5RLvGGxNdLjyUn7PLiUWnwtWzjQUe/hBaWFr7IbfUO25VUwUoP1fs2LryqWkghvpSv s568nlrhA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l28zF-0005AY-HT; Wed, 20 Jan 2021 08:37:09 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l28zD-00059z-JL for linux-arm-kernel@lists.infradead.org; Wed, 20 Jan 2021 08:37:08 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1131711B3; Wed, 20 Jan 2021 00:37:01 -0800 (PST) Received: from [10.163.90.172] (unknown [10.163.90.172]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 84E963F68F; Wed, 20 Jan 2021 00:36:56 -0800 (PST) Subject: Re: [PATCH V3 0/3] mm/memory_hotplug: Pre-validate the address range with platform To: Oscar Salvador , David Hildenbrand References: <1610975582-12646-1-git-send-email-anshuman.khandual@arm.com> <20210119134016.GA23408@linux> From: Anshuman Khandual Message-ID: <8df4e1e1-1ddd-398e-c9a6-17a67d8a95bc@arm.com> Date: Wed, 20 Jan 2021 14:07:18 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210119134016.GA23408@linux> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210120_033707_691996_30EF2EB2 X-CRM114-Status: GOOD ( 15.03 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , linux-s390@vger.kernel.org, Vasily Gorbik , catalin.marinas@arm.com, hca@linux.ibm.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org, Will Deacon , Ard Biesheuvel , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 1/19/21 7:10 PM, Oscar Salvador wrote: > On Tue, Jan 19, 2021 at 02:33:03PM +0100, David Hildenbrand wrote: >> Minor thing, we should make up our mind if we want to call stuff >> internally "memhp_" or "mhp". I prefer the latter, because it is shorter. > > I would rather use the latter as well. I used that in [1]. Okay, will change all that is 'memhp' as 'mhp' instead. > MEMHP_MERGE_RESOURCE should be renamed if we agree on that. > > [1] https://patchwork.kernel.org/project/linux-mm/cover/20201217130758.11565-1-osalvador@suse.de/ > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel