summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/unwind.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-09-02 11:31:58 +0300
committerIngo Molnar <mingo@kernel.org>2022-09-02 11:33:33 +0300
commit1043897681808118c0f7e70b210774000fe06621 (patch)
treeec8c0aa114e8585a73b9a7afddf9e6a6f65e992e /arch/s390/include/asm/unwind.h
parent652c5bf380ad018e15006a7f8349800245ddbbad (diff)
parent42e66b1cc3a070671001f8a1e933a80818a192bf (diff)
downloadlinux-1043897681808118c0f7e70b210774000fe06621.tar.xz
Merge branch 'linus' into x86/mm, to refresh the branch
This branch is ~14k commits behind upstream, and has an old merge base from early into the merge window, refresh it to v6.0-rc3+fixes before queueing up new commits. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/s390/include/asm/unwind.h')
-rw-r--r--arch/s390/include/asm/unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/unwind.h b/arch/s390/include/asm/unwind.h
index 0bf06f1682d8..02462e7100c1 100644
--- a/arch/s390/include/asm/unwind.h
+++ b/arch/s390/include/asm/unwind.h
@@ -47,7 +47,7 @@ struct unwind_state {
static inline unsigned long unwind_recover_ret_addr(struct unwind_state *state,
unsigned long ip)
{
- ip = ftrace_graph_ret_addr(state->task, &state->graph_idx, ip, NULL);
+ ip = ftrace_graph_ret_addr(state->task, &state->graph_idx, ip, (void *)state->sp);
if (is_kretprobe_trampoline(ip))
ip = kretprobe_find_ret_addr(state->task, (void *)state->sp, &state->kr_cur);
return ip;