[PATCH AUTOSEL 4.14 129/371] powerpc/mm: Check secondary hash page table

2020-01-16 Thread Sasha Levin
From: Rashmica Gupta [ Upstream commit 790845e2f12709d273d08ea7a2af7c2593689519 ] We were always calling base_hpte_find() with primary = true, even when we wanted to check the secondary table. mpe: I broke this when refactoring Rashmica's original patch. Fixes: 1515ab932156 ("powerpc/mm: Dump

[PATCH AUTOSEL 4.19 233/671] powerpc/mm: Check secondary hash page table

2020-01-16 Thread Sasha Levin
From: Rashmica Gupta [ Upstream commit 790845e2f12709d273d08ea7a2af7c2593689519 ] We were always calling base_hpte_find() with primary = true, even when we wanted to check the secondary table. mpe: I broke this when refactoring Rashmica's original patch. Fixes: 1515ab932156 ("powerpc/mm: Dump

Re: powerpc/mm: Check secondary hash page table

2019-03-03 Thread Michael Ellerman
On Tue, 2019-02-12 at 23:29:49 UTC, Rashmica Gupta wrote: > We were always calling base_hpte_find() with primary = true, > even when we wanted to check the secondary table... > > Fixes: 1515ab932156 powerpc/mm: Dump hash table > > Signed-off-by: Rashmica Gupta Applied to powerpc next, thanks.

[PATCH] powerpc/mm: Check secondary hash page table

2019-02-12 Thread Rashmica Gupta
We were always calling base_hpte_find() with primary = true, even when we wanted to check the secondary table... Fixes: 1515ab932156 powerpc/mm: Dump hash table Signed-off-by: Rashmica Gupta --- Thanks Paul for spotting this :) arch/powerpc/mm/dump_hashpagetable.c | 2 +- 1 file changed, 1 in