Re: [PATCH] powerpc/mm/hash/4k: Free hugetlb page table caches correctly.

2018-06-19 Thread Aneesh Kumar K.V
On 06/19/2018 04:47 PM, Michael Ellerman wrote: "Aneesh Kumar K.V" writes: With 4k page size for hugetlb we allocate hugepage directories from its on slab cache. With patch 0c4d26802 ("powerpc/book3s64/mm: Simplify the rcu callback for page table free") we missed to free these allocated hugep

Re: [PATCH] powerpc/mm/hash/4k: Free hugetlb page table caches correctly.

2018-06-19 Thread Michael Ellerman
"Aneesh Kumar K.V" writes: > With 4k page size for hugetlb we allocate hugepage directories from its on > slab > cache. With patch 0c4d26802 ("powerpc/book3s64/mm: Simplify the rcu callback > for page table free") > we missed to free these allocated hugepd tables. > > Update pgtable_free to han

[PATCH] powerpc/mm/hash/4k: Free hugetlb page table caches correctly.

2018-06-14 Thread Aneesh Kumar K.V
With 4k page size for hugetlb we allocate hugepage directories from its on slab cache. With patch 0c4d26802 ("powerpc/book3s64/mm: Simplify the rcu callback for page table free") we missed to free these allocated hugepd tables. Update pgtable_free to handle hugetlb hugepd directory table. Fixes: