Re: [PATCH 10/16] debug_vm_pgtable/thp: Use page table depost/withdraw with THP

2020-08-12 Thread Aneesh Kumar K.V
On 8/13/20 10:55 AM, Anshuman Khandual wrote: On 08/12/2020 12:03 PM, Aneesh Kumar K.V wrote: Architectures like ppc64 use deposited page table while updating the huge pte entries. Signed-off-by: Aneesh Kumar K.V --- mm/debug_vm_pgtable.c | 8 ++-- 1 file changed, 6 insertions(+), 2 del

Re: [PATCH 10/16] debug_vm_pgtable/thp: Use page table depost/withdraw with THP

2020-08-12 Thread Anshuman Khandual
On 08/12/2020 12:03 PM, Aneesh Kumar K.V wrote: > Architectures like ppc64 use deposited page table while updating the huge pte > entries. > > Signed-off-by: Aneesh Kumar K.V > --- > mm/debug_vm_pgtable.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/mm/debug_

[PATCH 10/16] debug_vm_pgtable/thp: Use page table depost/withdraw with THP

2020-08-11 Thread Aneesh Kumar K.V
Architectures like ppc64 use deposited page table while updating the huge pte entries. Signed-off-by: Aneesh Kumar K.V --- mm/debug_vm_pgtable.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mm/debug_vm_pgtable.c b/mm/debug_vm_pgtable.c index 644d28861ce9..48475d288