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=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,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 09E1DC433DB for ; Fri, 19 Mar 2021 12:05:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CF69D64EFD for ; Fri, 19 Mar 2021 12:05:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229805AbhCSMFZ (ORCPT ); Fri, 19 Mar 2021 08:05:25 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:38852 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229512AbhCSME7 (ORCPT ); Fri, 19 Mar 2021 08:04:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1616155499; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=S6CCPDgcLcbLhDwCP+gFTh4MdVQoXL38fJm2umFnFB0=; b=QeOEq4GnpkururfJHVqxQxNL/U3yjv62RMiwOUNRFR6rOMyY3TKCkjk2d5wvCvbGrvExX5 IG/JpooqyENmKITbFHppYbs6tsZXPhLllTCr7LEzaT+97n9gTVm90Vvoz1cC7m1xjt0eKI +yzU+EYj6NGrtpgs+WLqv2VVYfk6lHk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-86-RiWssT2kPzSc4w_2wS9oow-1; Fri, 19 Mar 2021 08:04:57 -0400 X-MC-Unique: RiWssT2kPzSc4w_2wS9oow-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E961A1084C8C; Fri, 19 Mar 2021 12:04:54 +0000 (UTC) Received: from [10.36.112.11] (ovpn-112-11.ams2.redhat.com [10.36.112.11]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5092B60BF1; Fri, 19 Mar 2021 12:04:53 +0000 (UTC) Subject: Re: [PATCH v5 1/5] mm,memory_hotplug: Allocate memmap from the added memory range To: Oscar Salvador Cc: Andrew Morton , Michal Hocko , Anshuman Khandual , Vlastimil Babka , Pavel Tatashin , linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20210319092635.6214-1-osalvador@suse.de> <20210319092635.6214-2-osalvador@suse.de> <20210319103120.GB6868@linux> From: David Hildenbrand Organization: Red Hat GmbH Message-ID: <19e41d69-0464-64aa-cb1b-e1a51244864b@redhat.com> Date: Fri, 19 Mar 2021 13:04:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210319103120.GB6868@linux> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Hopefully Andrew can amend these two nits? > >> (another pair of eyes certainly wouldn't hurt :) ) > > definitely, but those are pricy as you may know :-D Even worse, they are even hard to find! :) -- Thanks, David / dhildenb