From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Date: 2017-07-08 12:45:37
On radix, the process table entry we want to clear when
destroying a context is entry 0, not entry 1
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
arch/powerpc/mm/mmu_context_book3s64.c | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2017-07-10 03:51:55
Benjamin Herrenschmidt [off-list ref] writes:
On radix, the process table entry we want to clear when
destroying a context is entry 0, not entry 1
.. but has no real world consequence? Or causes the system to instantly
catch fire?
I'll tag it:
Fixes: 7e381c0ff618 ("powerpc/mm/radix: Add mmu context handling callback for radix")
cheers
From: Nicholas Piggin <hidden> Date: 2017-07-10 04:27:10
On Sat, 08 Jul 2017 07:45:32 -0500
Benjamin Herrenschmidt [off-list ref] wrote:
On radix, the process table entry we want to clear when
destroying a context is entry 0, not entry 1
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
On radix, the process table entry we want to clear when
destroying a context is entry 0, not entry 1
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
From: Michael Ellerman <hidden> Date: 2017-07-11 12:48:29
On Sat, 2017-07-08 at 12:45:32 UTC, Benjamin Herrenschmidt wrote:
On radix, the process table entry we want to clear when
destroying a context is entry 0, not entry 1
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: Aneesh Kumar K.V <redacted>