RE: [PATCH] mm/hugetlb: Implement ASLR and topdown for hugetlb mappings

2018-01-31 Thread Zhang, Shile (NSB - CN/Hangzhou)
;li...@armlinux.org.uk> Cc: linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: RE: [PATCH] mm/hugetlb: Implement ASLR and topdown for hugetlb mappings Hi, Russell, Have you any time to check this patch? I found this issue/missing in my works, the application cannot mmap big hu

RE: [PATCH] mm/hugetlb: Implement ASLR and topdown for hugetlb mappings

2018-01-31 Thread Zhang, Shile (NSB - CN/Hangzhou)
-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: RE: [PATCH] mm/hugetlb: Implement ASLR and topdown for hugetlb mappings Hi, Russell, Have you any time to check this patch? I found this issue/missing in my works, the application cannot mmap big hugepage (about 360MB) due

RE: [PATCH] mm/hugetlb: Implement ASLR and topdown for hugetlb mappings

2017-11-12 Thread Zhang, Shile (NSB - CN/Hangzhou)
t;shile.zh...@nokia-sbell.com> Subject: [PATCH] mm/hugetlb: Implement ASLR and topdown for hugetlb mappings merge from arch/x86 Signed-off-by: Shile Zhang <shile.zh...@nokia-sbell.com> --- arch/arm/include/asm/page.h | 1 + arch/arm/mm/hugetlbpage.c | 85 ++

RE: [PATCH] mm/hugetlb: Implement ASLR and topdown for hugetlb mappings

2017-11-12 Thread Zhang, Shile (NSB - CN/Hangzhou)
you please help check this patch? Thanks! BR, Shile -Original Message- From: Shile Zhang [mailto:shile.zh...@nokia-sbell.com] Sent: Friday, November 03, 2017 5:19 PM To: Russell King Cc: linux-kernel@vger.kernel.org; Zhang, Shile (NSB - CN/Hangzhou) Subject: [PATCH] mm/hugetlb: Impl

[PATCH] mm/hugetlb: Implement ASLR and topdown for hugetlb mappings

2017-11-03 Thread Shile Zhang
merge from arch/x86 Signed-off-by: Shile Zhang --- arch/arm/include/asm/page.h | 1 + arch/arm/mm/hugetlbpage.c | 85 + 2 files changed, 86 insertions(+) diff --git a/arch/arm/include/asm/page.h

[PATCH] mm/hugetlb: Implement ASLR and topdown for hugetlb mappings

2017-11-03 Thread Shile Zhang
merge from arch/x86 Signed-off-by: Shile Zhang --- arch/arm/include/asm/page.h | 1 + arch/arm/mm/hugetlbpage.c | 85 + 2 files changed, 86 insertions(+) diff --git a/arch/arm/include/asm/page.h b/arch/arm/include/asm/page.h index 4355f0e..994630f