https://github.com/torvalds/linux
Revision 131aee8b9807bc98379fa5a0270389dbc7dcec90 authored by Guo Ren on 31 January 2019, 06:34:37 UTC, committed by Guo Ren on 13 February 2019, 01:48:14 UTC
When STACKTRACE is enabled, we must pass fp as stack for unwind,
otherwise random value in stack will casue a dead loop.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Reported-by: Lu Baoquan <lu.baoquan@intellif.com>
1 parent 76d21d1
Raw File
Tip revision: 131aee8b9807bc98379fa5a0270389dbc7dcec90 authored by Guo Ren on 31 January 2019, 06:34:37 UTC
csky: Fixup dead loop in show_stack
Tip revision: 131aee8
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
back to top