lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 26 Aug 2016 11:26:18 +0100
From:   Will Deacon <will.deacon@....com>
To:     Xie Yisheng <xieyisheng1@...wei.com>
Cc:     akpm@...ux-foundation.org, mhocko@...nel.org, guohanjun@...wei.com,
        linux-mm@...ck.org, linux-kernel@...r.kernel.org, mhocko@...e.com,
        dave.hansen@...el.com, sudeep.holla@....com,
        catalin.marinas@....com, mark.rutland@....com, robh+dt@...nel.org,
        linux-arm-kernel@...ts.infradead.org, mike.kravetz@...cle.com,
        n-horiguchi@...jp.nec.com
Subject: Re: [RFC PATCH v3 0/2] arm64/hugetlb: enable gigantic page

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ