Re: [PATCH 2/2] powerpc/pagetable: Add option to dump kernel hashpagetable

2016-03-29 Thread Balbir Singh
On 22/03/16 09:04, Rashmica Gupta wrote: > Useful to be able to dump the kernel hash page table to check > which pages are hashed along with their sizes and other details. > > Add a debugfs file to check the page tables. To use this the PPC_PTDUMP > config option must be selected. > > Signed-off-

[PATCH 2/2] powerpc/pagetable: Add option to dump kernel hashpagetable

2016-03-28 Thread Rashmica Gupta
Useful to be able to dump the kernel hash page table to check which pages are hashed along with their sizes and other details. Add a debugfs file to check the page tables. To use this the PPC_PTDUMP config option must be selected. Signed-off-by: Rashmica Gupta --- arch/powerpc/mm/Makefile

Re: [PATCH 2/2] powerpc/pagetable: Add option to dump kernel hashpagetable

2016-03-22 Thread kbuild test robot
Hi Rashmica, [auto build test ERROR on powerpc/next] [also build test ERROR on v4.5 next-20160322] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Rashmica-Gupta/powerpc-pagetable-Add-option-to

[PATCH 2/2] powerpc/pagetable: Add option to dump kernel hashpagetable

2016-03-21 Thread Rashmica Gupta
Useful to be able to dump the kernel hash page table to check which pages are hashed along with their sizes and other details. Add a debugfs file to check the page tables. To use this the PPC_PTDUMP config option must be selected. Signed-off-by: Rashmica Gupta --- arch/powerpc/mm/Makefile