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
"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
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: