Received: by 2002:ac0:950c:0:0:0:0:0 with SMTP id f12csp3757520imc; Thu, 14 Mar 2019 04:45:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqysoWyaem4rXB0krBarrJZu+YQizXYIm31KjGqmnJ9yGCFjbe19frhzYMhhSCjIVB+eZ1ek X-Received: by 2002:a17:902:b193:: with SMTP id s19mr33810381plr.22.1552563922839; Thu, 14 Mar 2019 04:45:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552563922; cv=none; d=google.com; s=arc-20160816; b=pEG6xaXneLatvy0hiQ6SpbXVQM3+t6+JKhod1Jfg5144iTYG4+Al4EJ/5FroD0mxe5 kWWloEuL2id4/jV7tBfFf4o4WBfOhtUgOoq4b8vRljw3ElNV4KL7HbYrGQsfoINceOs2 /b4C7ytleFAUf0+WB3Lrk9BJlKPZQGvwq+jLYPZ3uoJqOAp0LASqvNltTq2eUD6Rgy6C +0MbFu50oM9+bykcGaUv+XpAW6bTAj/h0AUgNxtV0v78YEjkh1MwtMcBgn184waOG7ZR bWhWlouMZfvl+xJ0Nuku3fL18rxIJ/0Mspr+Yb27GjDCWxZaeAjkH358OVDTtaRULjrh Gs0A== 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=V+Y/CITrpVm8+YQbiDpJkDwB+caOdkgx9ndtaCYizto=; b=cOUQ8NzOwTNqDM+EcyaHnzzmg9qBor3Vc9BCj9qtjmooBmm/g08NBSUR9SUZgXDFX8 BSFLafmHcwKmx6uctXuo+8Aq1LNscNvfrkL85tHTjEeN8NAyHzZf7EZVC5Ja+e0QEMhE /Ty/eoEQlxvcPAamoZ8cBw6D2jH3NYJwXmgPnKfY//kuEhCZjKYDas/3iF6oI3HA9wvR Q/+uSDnyqXWAcM5n42oN7ikUIPqt+5A75SUWYnUBzh91kRXe93qPO0LMwNfpqdKc/o/a +fWimva5CWaFpBWT8CIcb9dymrGgTxltMgSJ1bG6dY3tVnhQnC97ZqcFfqtSKE8euTHH NmwQ== 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 b11si13969072pla.195.2019.03.14.04.45.07; Thu, 14 Mar 2019 04:45:22 -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 S1727449AbfCNLoH (ORCPT + 99 others); Thu, 14 Mar 2019 07:44:07 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:41859 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726724AbfCNLoG (ORCPT ); Thu, 14 Mar 2019 07:44:06 -0400 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 relay11.mail.gandi.net (Postfix) with ESMTPSA id A44A6100009; Thu, 14 Mar 2019 11:43:51 +0000 (UTC) Subject: Re: [PATCH v6 4/4] hugetlb: allow to free gigantic pages regardless of the configuration To: "Aneesh Kumar K.V" , 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> <20190307132015.26970-5-alex@ghiti.fr> <87va0movdh.fsf@linux.ibm.com> From: Alexandre Ghiti Message-ID: Date: Thu, 14 Mar 2019 12:43:51 +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: <87va0movdh.fsf@linux.ibm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: fr Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/14/2019 06:52 AM, Aneesh Kumar K.V wrote: > Alexandre Ghiti writes: > >> On systems without CONTIG_ALLOC activated but that support gigantic pages, >> boottime reserved gigantic pages can not be freed at all. This patch >> simply enables the possibility to hand back those pages to memory >> allocator. >> >> Signed-off-by: Alexandre Ghiti >> Acked-by: David S. Miller [sparc] >> --- >> arch/arm64/Kconfig | 2 +- >> arch/arm64/include/asm/hugetlb.h | 4 -- >> arch/powerpc/include/asm/book3s/64/hugetlb.h | 7 --- >> arch/powerpc/platforms/Kconfig.cputype | 2 +- >> arch/s390/Kconfig | 2 +- >> arch/s390/include/asm/hugetlb.h | 3 -- >> arch/sh/Kconfig | 2 +- >> arch/sparc/Kconfig | 2 +- >> arch/x86/Kconfig | 2 +- >> arch/x86/include/asm/hugetlb.h | 4 -- >> include/linux/gfp.h | 2 +- >> mm/hugetlb.c | 57 ++++++++++++-------- >> mm/page_alloc.c | 4 +- >> 13 files changed, 44 insertions(+), 49 deletions(-) >> >> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig >> index 091a513b93e9..af687eff884a 100644 >> --- a/arch/arm64/Kconfig >> +++ b/arch/arm64/Kconfig >> @@ -18,7 +18,7 @@ config ARM64 >> select ARCH_HAS_FAST_MULTIPLIER >> select ARCH_HAS_FORTIFY_SOURCE >> select ARCH_HAS_GCOV_PROFILE_ALL >> - select ARCH_HAS_GIGANTIC_PAGE if CONTIG_ALLOC >> + select ARCH_HAS_GIGANTIC_PAGE >> select ARCH_HAS_KCOV >> select ARCH_HAS_MEMBARRIER_SYNC_CORE >> select ARCH_HAS_PTE_SPECIAL >> diff --git a/arch/arm64/include/asm/hugetlb.h b/arch/arm64/include/asm/hugetlb.h >> index fb6609875455..59893e766824 100644 >> --- a/arch/arm64/include/asm/hugetlb.h >> +++ b/arch/arm64/include/asm/hugetlb.h >> @@ -65,8 +65,4 @@ extern void set_huge_swap_pte_at(struct mm_struct *mm, unsigned long addr, >> >> #include >> >> -#ifdef CONFIG_ARCH_HAS_GIGANTIC_PAGE >> -static inline bool gigantic_page_supported(void) { return true; } >> -#endif >> - >> #endif /* __ASM_HUGETLB_H */ >> diff --git a/arch/powerpc/include/asm/book3s/64/hugetlb.h b/arch/powerpc/include/asm/book3s/64/hugetlb.h >> index 5b0177733994..d04a0bcc2f1c 100644 >> --- a/arch/powerpc/include/asm/book3s/64/hugetlb.h >> +++ b/arch/powerpc/include/asm/book3s/64/hugetlb.h >> @@ -32,13 +32,6 @@ static inline int hstate_get_psize(struct hstate *hstate) >> } >> } >> >> -#ifdef CONFIG_ARCH_HAS_GIGANTIC_PAGE >> -static inline bool gigantic_page_supported(void) >> -{ >> - return true; >> -} >> -#endif >> - >> /* hugepd entry valid bit */ >> #define HUGEPD_VAL_BITS (0x8000000000000000UL) >> > As explained in https://patchwork.ozlabs.org/patch/1047003/ > architectures like ppc64 have a hypervisor assisted mechanism to indicate > where to find gigantic huge pages(16G pages). At this point, we don't use this > reserved pages for anything other than hugetlb backing and hence there > is no runtime free of this pages needed ( Also we don't do > runtime allocation of them). > > I guess you can still achieve what you want to do in this patch by > keeping gigantic_page_supported()? > > NOTE: We should rename gigantic_page_supported to be more specific to > support for runtime_alloc/free of gigantic pages > > -aneesh > Thanks for noticing Aneesh. I can't find a better solution than bringing back gigantic_page_supported check, since it is must be done at runtime in your case. I'm not sure of one thing though: you say that freeing boottime gigantic pages is not needed, but is it forbidden ? Just to know where the check and what its new name should be. Is something like that (on top of this series) ok for you (and everyone else) before I send a v7: diff --git a/arch/powerpc/include/asm/book3s/64/hugetlb.h b/arch/powerpc/include/asm/book3s/64/hugetlb.h index d04a0bc..d121559 100644 --- a/arch/powerpc/include/asm/book3s/64/hugetlb.h +++ b/arch/powerpc/include/asm/book3s/64/hugetlb.h @@ -35,4 +35,20 @@ static inline int hstate_get_psize(struct hstate *hstate)  /* hugepd entry valid bit */  #define HUGEPD_VAL_BITS                (0x8000000000000000UL) +#ifdef CONFIG_ARCH_HAS_GIGANTIC_PAGE +#define __HAVE_ARCH_GIGANTIC_PAGE_SUPPORTED +static inline bool gigantic_page_supported(void) +{ +       /* +        * We used gigantic page reservation with hypervisor assist in some case. +        * We cannot use runtime allocation of gigantic pages in those platforms +        * This is hash translation mode LPARs. +        */ +       if (firmware_has_feature(FW_FEATURE_LPAR) && !radix_enabled()) +               return false; + +       return true; +} +#endif +  #endif diff --git a/include/asm-generic/hugetlb.h b/include/asm-generic/hugetlb.h index 71d7b77..7d12e73 100644 --- a/include/asm-generic/hugetlb.h +++ b/include/asm-generic/hugetlb.h @@ -126,4 +126,18 @@ static inline pte_t huge_ptep_get(pte_t *ptep)  }  #endif +#ifndef __HAVE_ARCH_GIGANTIC_PAGE_SUPPORTED +#ifdef CONFIG_ARCH_HAS_GIGANTIC_PAGE +static inline bool gigantic_page_supported(void) +{ +        return true; +} +#else +static inline bool gigantic_page_supported(void) +{ +        return false; +} +#endif /* CONFIG_ARCH_HAS_GIGANTIC_PAGE */ +#endif /* __HAVE_ARCH_GIGANTIC_PAGE_SUPPORTED */ +  #endif /* _ASM_GENERIC_HUGETLB_H */ diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 9fc96ef..cfbbafe 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c @@ -2425,6 +2425,11 @@ static ssize_t __nr_hugepages_store_common(bool obey_mempolicy,         int err;         NODEMASK_ALLOC(nodemask_t, nodes_allowed, GFP_KERNEL | __GFP_NORETRY); +       if (hstate_is_gigantic(h) && !gigantic_page_supported()) { +               err = -EINVAL; +               goto out; +       } +         if (nid == NUMA_NO_NODE) {                 /*                  * global hstate attribute @@ -2446,6 +2451,7 @@ static ssize_t __nr_hugepages_store_common(bool obey_mempolicy,         err = set_max_huge_pages(h, count, nodes_allowed); +out:         if (nodes_allowed != &node_states[N_MEMORY])                 NODEMASK_FREE(nodes_allowed);