powerpc/ftrace: Restore LR from pt_regs
authorNaveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Wed, 19 Apr 2017 12:52:24 +0000 (18:22 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 24 Apr 2017 09:07:57 +0000 (19:07 +1000)
commit2f59be5b970b503ca8db1cb723b155e455ebac8e
treead022579451aa590a33450abed9fd5d4426e7460
parent22d8b3dec214cd43a773f621f95d254c50d2a092
powerpc/ftrace: Restore LR from pt_regs

Pass the real LR to the ftrace handler. This is needed for KPROBES_ON_FTRACE for
the pre handlers.

Also, with KPROBES_ON_FTRACE, the link register may be updated by the pre
handlers or by a registed kretprobe. Honor updated LR by restoring it from
pt_regs, rather than from the stack save area.

Live patch and function graph continue to work fine with this change.

Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/entry_64.S