Re: + mm-madvise-enable-soft-offline-of-hugetlb-pages-at-pud-level.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am sorry to jump here late

On Thu 28-09-17 14:43:24, Andrew Morton wrote:
> From: Alexandru Moise <00moses.alexander00@xxxxxxxxx>
> Subject: mm/madvise: enable soft offline of HugeTLB pages at PUD level
> 
> Since 94310cbcaa3c2 ("mm/madvise: enable (soft|hard) offline of HugeTLB
> pages at PGD level") we've been able to soft offline 1G hugepages at the
> PGD level, however x86_64 gigantic hugepages are at the PUD level so we
> should add an extra check to account for hstate order at PUD level.
> 
> I'm not sure if this also applies to 5 level page tables on x86_64
> however. Tested with 4 level pagetable.

This patch is wrong I believe! And I suspect 94310cbcaa3c2 is wrong as
well but I am not familiar with ppc enough to be sure. It will allow
PUD, PGD pages to be allocated from the zone movable while at least PUD
pages are not migrateable for x86_64 AFAIR. Are PGD pages migrateable
on ppc? If yes, are there any other architectures to allow PGD hugetlb
pages which are not migrateable?

Andrew, could you drop it please?
 
> Link: http://lkml.kernel.org/r/20170913101047.GA13026@xxxxxxxxx
> Signed-off-by: Alexandru Moise <00moses.alexander00@xxxxxxxxx>
> Cc: Michal Hocko <mhocko@xxxxxxxx>
> Cc: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxxxxxxxxxxx>
> Cc: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx>
> Cc: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
> Cc: Anshuman Khandual <khandual@xxxxxxxxxxxxxxxxxx>
> Cc: Punit Agrawal <punit.agrawal@xxxxxxx>
> Cc: Gerald Schaefer <gerald.schaefer@xxxxxxxxxx>
> Cc: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> ---
> 
>  include/linux/hugetlb.h |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff -puN include/linux/hugetlb.h~mm-madvise-enable-soft-offline-of-hugetlb-pages-at-pud-level include/linux/hugetlb.h
> --- a/include/linux/hugetlb.h~mm-madvise-enable-soft-offline-of-hugetlb-pages-at-pud-level
> +++ a/include/linux/hugetlb.h
> @@ -480,6 +480,7 @@ static inline bool hugepage_migration_su
>  {
>  #ifdef CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION
>  	if ((huge_page_shift(h) == PMD_SHIFT) ||
> +		(huge_page_shift(h) == PUD_SHIFT) ||
>  		(huge_page_shift(h) == PGDIR_SHIFT))
>  		return true;
>  	else
> _
> 
> Patches currently in -mm which might be from 00moses.alexander00@xxxxxxxxx are
> 
> mm-hugetlb-soft_offline-save-compound-page-order-before-page-migration.patch
> mm-madvise-enable-soft-offline-of-hugetlb-pages-at-pud-level.patch
> 

-- 
Michal Hocko
SUSE Labs

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@xxxxxxxxx.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@xxxxxxxxx";> email@xxxxxxxxx </a>



[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]
  Powered by Linux