]> git.baikalelectronics.ru Git - kernel.git/commit
s390/unwind: fix fgraph return address recovery
authorSumanth Korikkar <sumanthk@linux.ibm.com>
Tue, 26 Jul 2022 16:57:59 +0000 (18:57 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 28 Jul 2022 16:05:24 +0000 (18:05 +0200)
commitc7256ff84ae91ea6e325d69e1511aafeb55fc112
tree2cd3b70ec053efe4c0e46fb829e00b8181ed29b9
parent6730d31070bf15fc047dfd390611227a7865f115
s390/unwind: fix fgraph return address recovery

When HAVE_FUNCTION_GRAPH_RET_ADDR_PTR is defined, the return
address to the fgraph caller is recovered by tagging it along with the
stack pointer of ftrace stack. This makes the stack unwinding more
reliable.

When the fgraph return address is modified to return_to_handler,
ftrace_graph_ret_addr tries to restore it to the original
value using tagged stack pointer.

Fix this by passing tagged sp to ftrace_graph_ret_addr.

Fixes: cc122db6020e ("s390/unwind: recover kretprobe modified return address in stacktrace")
Cc: <stable@vger.kernel.org> # 5.18
Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/unwind.h