@broonie
Latest commit 9e0f085 Sep 21, 2020 History
Currently the code for displaying a stack trace on the console is located
in traps.c rather than stacktrace.c, using the unwinding code that is in
stacktrace.c. This can be confusing and make the code hard to find since
such output is often referred to as a stack trace which might mislead the
unwary. Due to this and since traps.c doesn't interact with this code
except for via the public interfaces move the code to stacktrace.c to
make it easier to find.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20200921122341.11280-1-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
12 contributors

Users who have contributed to this file

@t-akashi @broonie @ardbiesheuvel @willdeacon @rostedt @wcohen @olofj @mhiramat @labbott @koct9i @ctmarinas @behanw