Re: powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXT

2018-04-03 Thread Michael Ellerman
On Thu, 2018-03-22 at 21:03:18 UTC, Mathieu Malaterre wrote: > In commit 9690c1574268 ("powerpc/mm/radix: Fix always false comparison > against MMU_NO_CONTEXT") an issue was discovered where `mm->context.id` was > being truncated to an `unsigned int`, while the PID is actual

[PATCH] powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXT

2018-03-22 Thread Mathieu Malaterre
In commit 9690c1574268 ("powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXT") an issue was discovered where `mm->context.id` was being truncated to an `unsigned int`, while the PID is actually an `unsigned long`. Update the earlier patch by fixing one remaini