Re: [PATCH v2] powerpc/64s/radix: Fix radix segment exception handling

2019-04-09 Thread Aneesh Kumar K.V
Nicholas Piggin writes: > Commit 48e7b76957 ("powerpc/64s/hash: Convert SLB miss handlers to C") > broke the radix-mode segment exception handler. In radix mode, this is > exception is not an SLB miss, rather it signals that the EA is outside > the range translated by any page table. > > The comm

[PATCH v2] powerpc/64s/radix: Fix radix segment exception handling

2019-04-08 Thread Nicholas Piggin
Commit 48e7b76957 ("powerpc/64s/hash: Convert SLB miss handlers to C") broke the radix-mode segment exception handler. In radix mode, this is exception is not an SLB miss, rather it signals that the EA is outside the range translated by any page table. The commit lost the radix feature alternate c