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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=unavailable 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 CBD0AC43381 for ; Fri, 1 Mar 2019 14:00:53 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (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 1887520850 for ; Fri, 1 Mar 2019 14:00:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1887520850 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ghiti.fr Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 449rfp4dJvzDqQ9 for ; Sat, 2 Mar 2019 01:00:50 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=ghiti.fr (client-ip=217.70.183.199; helo=relay9-d.mail.gandi.net; envelope-from=alex@ghiti.fr; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ghiti.fr Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 449rcn3vJ1zDqMf for ; Sat, 2 Mar 2019 00:59:02 +1100 (AEDT) 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 DFAE9FF80D; Fri, 1 Mar 2019 13:58:49 +0000 (UTC) Subject: Re: [PATCH v4 4/4] hugetlb: allow to free gigantic pages regardless of the configuration To: Vlastimil Babka , Mike Kravetz References: <20190228063604.15298-1-alex@ghiti.fr> <20190228063604.15298-5-alex@ghiti.fr> <9a385cc8-581c-55cf-4a85-10b5c4dd178c@intel.com> <31212559-d397-88fb-eaec-60f6417436c8@oracle.com> <6c842251-1bed-4d79-bf6d-997006ec72e2@intel.com> <6ea4119a-0ecb-511d-3aab-269004245a08@oracle.com> <1cfaca88-a219-d057-3ab8-37fb1c1687d6@ghiti.fr> <027de1e2-a9cd-8ba7-859b-ee803937340a@suse.cz> From: Alexandre Ghiti Message-ID: <4bff265e-e03c-6d74-c09f-a89b74009feb@ghiti.fr> Date: Fri, 1 Mar 2019 14:58:49 +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: <027de1e2-a9cd-8ba7-859b-ee803937340a@suse.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rich Felker , linux-sh@vger.kernel.org, Catalin Marinas , Dave Hansen , Will Deacon , Dave Hansen , Paul Mackerras , "H . Peter Anvin" , sparclinux@vger.kernel.org, linux-s390@vger.kernel.org, Yoshinori Sato , x86@kernel.org, Ingo Molnar , Heiko Carstens , Borislav Petkov , Andy Lutomirski , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Martin Schwidefsky , linuxppc-dev@lists.ozlabs.org, "David S . Miller" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On 03/01/2019 02:33 PM, Vlastimil Babka wrote: > On 3/1/19 2:21 PM, Alexandre Ghiti wrote: >> I collected mistakes here: domain name expired and no mailing list added :) >> Really sorry about that, I missed the whole discussion (if any). >> Could someone forward it to me (if any) ? Thanks ! > Bounced you David and Mike's discussion (4 messages total). AFAICS that > was all. Thank you Vlastimil, I got them. Thanks,