diff options
author | Sven Schnelle <svens@stackframe.org> | 2021-10-09 23:15:17 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2021-11-01 07:35:58 +0100 |
commit | 8e0ba125c2bf1030af3267058019ba86da96863f (patch) | |
tree | 719fbcabea67f1a7fd6bdf5a9957ca561ee42c2a /drivers/Makefile | |
parent | parisc: Fix ptrace check on syscall return (diff) | |
download | linux-8e0ba125c2bf1030af3267058019ba86da96863f.tar.xz linux-8e0ba125c2bf1030af3267058019ba86da96863f.zip |
parisc/unwind: fix unwinder when CONFIG_64BIT is enabled
With 64 bit kernels unwind_special() is not working because
it compares the pc to the address of the function descriptor.
Add a helper function that compares pc with the dereferenced
address. This fixes all of the backtraces on my c8000. Without
this changes, a lot of backtraces are missing in kdb or the
show-all-tasks command from /proc/sysrq-trigger.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions