Re: [PATCH 1/3] arch/powerpc/hugetlb: Use pte_access_permitted for hugetlb access check

2018-08-20 Thread Christophe LEROY
Le 04/12/2017 à 03:19, Aneesh Kumar K.V a écrit : No functional change in this patch. This update gup_hugepte to use the helper. This will help later when we add memory keys. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/mm/hugetlbpage.c | 4 +--- 1 file changed, 1 insertion(+), 3

[PATCH 1/3] arch/powerpc/hugetlb: Use pte_access_permitted for hugetlb access check

2017-12-03 Thread Aneesh Kumar K.V
No functional change in this patch. This update gup_hugepte to use the helper. This will help later when we add memory keys. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/mm/hugetlbpage.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git