Re: [PATCH 2/2] sparc64: Fix pagetable freeing for hugepage regions

2016-06-22 Thread kbuild test robot
Hi, [auto build test ERROR on sparc/master] [also build test ERROR on v4.7-rc4 next-20160622] [cannot apply to sparc-next/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] sparc64: Fix pagetable freeing for hugepage regions

2016-06-22 Thread kbuild test robot
Hi, [auto build test ERROR on sparc/master] [also build test ERROR on v4.7-rc4 next-20160622] [cannot apply to sparc-next/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] sparc64: Fix pagetable freeing for hugepage regions

2016-06-22 Thread kbuild test robot
Hi, [auto build test ERROR on sparc/master] [also build test ERROR on v4.7-rc4 next-20160622] [cannot apply to sparc-next/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] sparc64: Fix pagetable freeing for hugepage regions

2016-06-22 Thread kbuild test robot
Hi, [auto build test ERROR on sparc/master] [also build test ERROR on v4.7-rc4 next-20160622] [cannot apply to sparc-next/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] sparc64: Fix pagetable freeing for hugepage regions

2016-06-22 Thread kbuild test robot
Hi, [auto build test ERROR on sparc/master] [also build test ERROR on v4.7-rc4 next-20160622] [cannot apply to sparc-next/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 2/2] sparc64: Fix pagetable freeing for hugepage regions

2016-06-22 Thread kbuild test robot
Hi, [auto build test ERROR on sparc/master] [also build test ERROR on v4.7-rc4 next-20160622] [cannot apply to sparc-next/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 2/2] sparc64: Fix pagetable freeing for hugepage regions

2016-06-22 Thread Nitin Gupta
8M pages now allocate page tables till PMD level only. So, when freeing page table for 8M hugepage backed region, make sure we don't try to access non-existent PTE level. Signed-off-by: Nitin Gupta --- arch/sparc/include/asm/hugetlb.h | 8

[PATCH 2/2] sparc64: Fix pagetable freeing for hugepage regions

2016-06-22 Thread Nitin Gupta
8M pages now allocate page tables till PMD level only. So, when freeing page table for 8M hugepage backed region, make sure we don't try to access non-existent PTE level. Signed-off-by: Nitin Gupta --- arch/sparc/include/asm/hugetlb.h | 8 arch/sparc/mm/hugetlbpage.c | 98