Re: [PATCH 1/4] hugetlb: Pass vma into huge_pte_alloc() and huge_pmd_share()

2021-02-17 Thread kernel test robot
Hi Peter, Thank you for the patch! Yet something to improve: [auto build test ERROR on arm64/for-next/core] [also build test ERROR on linux/master linus/master hnaz-linux-mm/master v5.11 next-20210217] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

[PATCH 1/4] hugetlb: Pass vma into huge_pte_alloc() and huge_pmd_share()

2021-02-17 Thread Peter Xu
It is a preparation work to be able to behave differently in the per architecture huge_pte_alloc() according to different VMA attributes. Pass it deeper into huge_pmd_share() so that we can avoid the find_vma() call. Suggested-by: Mike Kravetz Reviewed-by: Mike Kravetz Signed-off-by: Peter Xu