Skip to content
Commit 1149aad1 authored by Kefeng Wang's avatar Kefeng Wang Committed by Will Deacon
Browse files

arm64: Add dump_backtrace() in show_regs



Generic code expects show_regs() to dump the stack, but arm64's
show_regs() does not. This makes it hard to debug softlockups and
other issues that result in show_regs() being called.

This patch updates arm64's show_regs() to dump the stack, as common
code expects.

Acked-by: default avatarMark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarKefeng Wang <wangkefeng.wang@huawei.com>
[will: folded in bug_handler fix from mrutland]
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent c07ab957
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment