powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs
authorNicholas Piggin <npiggin@gmail.com>
Fri, 23 Mar 2018 05:53:38 +0000 (15:53 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Apr 2018 12:26:28 +0000 (14:26 +0200)
commit0726ba0491ca3e6e6bd88b332c0fcfda7aedd48f
tree84e74c3cde8dd264a8bccb6806ddb389adce406d
parent4c6d2518e1fedcdc2755457eb630a1977769e810
powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs

commit 52396500f97c53860164debc7d4f759077853423 upstream.

The SLB bad address handler's trap number fixup does not preserve the
low bit that indicates nonvolatile GPRs have not been saved. This
leads save_nvgprs to skip saving them, and subsequent functions and
return from interrupt will think they are saved.

This causes kernel branch-to-garbage debugging to not have correct
registers, can also cause userspace to have its registers clobbered
after a segfault.

Fixes: f0f558b131db ("powerpc/mm: Preserve CFAR value on SLB miss caused by access to bogus address")
Cc: stable@vger.kernel.org # v4.9+
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/kernel/exceptions-64s.S