Received: by 2002:ac0:950c:0:0:0:0:0 with SMTP id f12csp3140875imc; Wed, 13 Mar 2019 09:49:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqw0JMscWckqq8zAnhgk/3bVwRT38ODZRAMBd0nqOrSbNBS9P2KS7CrwcGwBd6Nz41Mrqu5b X-Received: by 2002:a63:4509:: with SMTP id s9mr23733644pga.420.1552495750198; Wed, 13 Mar 2019 09:49:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552495750; cv=none; d=google.com; s=arc-20160816; b=JmKnFYiDFDWU08A4tQDvQ9LCxccnBFewtDE6dcIQB8B0SsYxsl/lVTkdRL38+RnlmX VpkKxqJX/K3ukxGrg97Xry8QvhPi1RwV+ensOgpCmF+5ehDlg+yMJL5eUSwT0N4F7sdv hg9dZ4O09NaQwVhnoE5Uy2ydur5OVjQJnvkfR9URta1T0TNLhPIC4Mjb4ejODguhs16p OWR6Ikd5gwSdmuap9iPQ2o5Vy6fM/TwavXEH6MSSDeU+quwa082jMS+rYuaH5H9Gw4po SEkmHYjjRkDapmvWqI9EAy8u5Bt7n7oBtiv0al4TgdXHXcB81N+UuGzUAal0EaJVPFaY 6Nxg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:in-reply-to:mime-version:user-agent:date :message-id:from:references:to:subject; bh=lghDKZgyrm86hfNmt3u3cOOP9IXBV2jyjrtyVBPLQx8=; b=mOfxRztBRLxfDdUdyajiyl4aezp+7pbFtfMYSEI2cg8xum/fCKs6x2uQVECE7cDUiz TnFt6N7bl8ExhU3imhObTJnyNwuA3wuddky4dfXxBlBcwDrWFxQS64qYq+2Yw072+Fdp AISc0pmakppUwryHlwyu7tJd2lrPgQIC+Q0D46qJG/epEcFayNiAbN+0QeE5yDi8e0cg eK23I0At09uBOSMSHlR66slghGNkVteUb/rFuNU4HpNn81WteTjvA2cs8DOGDsiUvY2M de5sMe7licLmAd42JUWKgNMZyVp2yx/YDpJMjm8bYupElYifqsQmRPG/cvHrCkRch2j6 x/LQ== 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 q19si10069718pgi.554.2019.03.13.09.48.53; Wed, 13 Mar 2019 09:49:10 -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 S1726530AbfCMQsb (ORCPT + 99 others); Wed, 13 Mar 2019 12:48:31 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:47255 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725856AbfCMQsa (ORCPT ); Wed, 13 Mar 2019 12:48:30 -0400 X-Originating-IP: 81.250.144.103 Received: from [10.30.1.20] (lneuilly-657-1-5-103.w81-250.abo.wanadoo.fr [81.250.144.103]) (Authenticated sender: alex@ghiti.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 2A6EDFF822; Wed, 13 Mar 2019 16:48:21 +0000 (UTC) Subject: Re: [PATCH v6 0/4] Fix free/allocation of runtime gigantic pages To: Dave Hansen , Andrew Morton , Vlastimil Babka , Catalin Marinas , Will Deacon , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Martin Schwidefsky , Heiko Carstens , Yoshinori Sato , Rich Felker , "David S . Miller" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , x86@kernel.org, Dave Hansen , Andy Lutomirski , Peter Zijlstra , Mike Kravetz , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-mm@kvack.org References: <20190307132015.26970-1-alex@ghiti.fr> <875e6287-9528-45ec-788c-9c785e548942@intel.com> From: Alexandre Ghiti Message-ID: Date: Wed, 13 Mar 2019 17:48:21 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <875e6287-9528-45ec-788c-9c785e548942@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: fr Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/13/2019 05:41 PM, Dave Hansen wrote: > On 3/7/19 5:20 AM, Alexandre Ghiti wrote: >> This series fixes sh and sparc that did not advertise their gigantic page >> support and then were not able to allocate and free those pages at runtime. >> It renames MEMORY_ISOLATION && COMPACTION || CMA condition into the more >> accurate CONTIG_ALLOC, since it allows the definition of alloc_contig_range >> function. >> Finally, it then fixes the wrong definition of ARCH_HAS_GIGANTIC_PAGE config >> that, without MEMORY_ISOLATION && COMPACTION || CMA defined, did not allow >> architectures to free boottime allocated gigantic pages although unrelated. > Looks good, thanks for all the changes. For everything generic in the > set, plus the x86 bits: > > Acked-by: Dave Hansen Thanks Dave, Alex