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

2016-07-28 Thread David Miller
From: Nitin Gupta Date: Thu, 23 Jun 2016 15:05:36 -0700 > 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

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

2016-07-28 Thread David Miller
From: Nitin Gupta Date: Thu, 23 Jun 2016 15:05:36 -0700 > 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 The manner in which you have