From: Will Deacon <will.deacon@arm.com>
To: Xie Yisheng <xieyisheng1@huawei.com>
Cc: akpm@linux-foundation.org, mhocko@kernel.org,
guohanjun@huawei.com, linux-mm@kvack.org,
linux-kernel@vger.kernel.org, mhocko@suse.com,
dave.hansen@intel.com, sudeep.holla@arm.com,
catalin.marinas@arm.com, mark.rutland@arm.com,
robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org,
mike.kravetz@oracle.com, n-horiguchi@ah.jp.nec.com
Subject: Re: [RFC PATCH v3 0/2] arm64/hugetlb: enable gigantic page
Date: Fri, 26 Aug 2016 11:26:18 +0100 [thread overview]
Message-ID: <20160826102617.GG13554@arm.com> (raw)
In-Reply-To: <1471872004-59365-1-git-send-email-xieyisheng1@huawei.com>
On Mon, Aug 22, 2016 at 09:20:02PM +0800, Xie Yisheng wrote:
> Arm64 supports different size of gigantic page which can be seen from:
> commit 084bd29810a5 ("ARM64: mm: HugeTLB support.")
> commit 66b3923a1a0f ("arm64: hugetlb: add support for PTE contiguous bit")
>
> So I tried to use this function by adding hugepagesz=1G in kernel
> parameters, with CONFIG_CMA=y. However, when I
> echo xx > \
> /sys/kernel/mm/hugepages/hugepages-1048576kB/nr_hugepages
> it failed with the following info:
> -bash: echo: write error: Invalid argument
>
> This is a v3 patchset which make gigantic page can be
> allocated and freed at runtime for arch arm64,
> with CONFIG_CMA=y or other related configs is enabled.
>
> You can see the former discussions at:
> https://lkml.org/lkml/2016/8/18/310
> https://lkml.org/lkml/2016/8/21/410
>
> Xie Yisheng (2):
> mm/hugetlb: Introduce ARCH_HAS_GIGANTIC_PAGE
> arm64 Kconfig: Select gigantic page
>
> arch/arm64/Kconfig | 1 +
> arch/s390/Kconfig | 1 +
> arch/x86/Kconfig | 1 +
> fs/Kconfig | 3 ++++
> mm/hugetlb.c | 2 +-
> 5 files changed, 7 insertions(+), 1 deletion(-)
I assume you plan to merge this via -mm/akpm, given that Catalin has
acked the arm64 part?
Will
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2016-08-26 10:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-22 13:20 [RFC PATCH v3 0/2] arm64/hugetlb: enable gigantic page Xie Yisheng
2016-08-22 13:20 ` [RFC PATCH v3 1/2] mm/hugetlb: Introduce ARCH_HAS_GIGANTIC_PAGE Xie Yisheng
2016-08-22 13:44 ` Michal Hocko
2016-09-08 9:55 ` Naoya Horiguchi
2016-08-22 13:20 ` [RFC PATCH v3 2/2] arm64 Kconfig: Select gigantic page Xie Yisheng
2016-08-26 10:26 ` Will Deacon [this message]
2016-08-27 9:45 ` [RFC PATCH v3 0/2] arm64/hugetlb: enable " Yisheng Xie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160826102617.GG13554@arm.com \
--to=will.deacon@arm.com \
--cc=akpm@linux-foundation.org \
--cc=catalin.marinas@arm.com \
--cc=dave.hansen@intel.com \
--cc=guohanjun@huawei.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mark.rutland@arm.com \
--cc=mhocko@kernel.org \
--cc=mhocko@suse.com \
--cc=mike.kravetz@oracle.com \
--cc=n-horiguchi@ah.jp.nec.com \
--cc=robh+dt@kernel.org \
--cc=sudeep.holla@arm.com \
--cc=xieyisheng1@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).