linux-stable/kernel/debug/kdb
Douglas Anderson a67a554d53 kdb: Don't back trace on a cpu that didn't round up
[ Upstream commit 162bc7f5af ]

If you have a CPU that fails to round up and then run 'btc' you'll end
up crashing in kdb becaue we dereferenced NULL.  Let's add a check.
It's wise to also set the task to NULL when leaving the debugger so
that if we fail to round up on a later entry into the debugger we
won't backtrace a stale task.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-02-12 19:46:09 +01:00
..
.gitignore
Makefile
kdb_bp.c mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel mappings 2016-02-22 08:51:37 +01:00
kdb_bt.c kdb: Don't back trace on a cpu that didn't round up 2019-02-12 19:46:09 +01:00
kdb_cmds
kdb_debugger.c kdb: Don't back trace on a cpu that didn't round up 2019-02-12 19:46:09 +01:00
kdb_io.c kdb: Use strscpy with destination buffer size 2018-12-01 09:42:54 +01:00
kdb_keyboard.c KDB: Fix usability issues relating to the 'enter' key. 2012-03-22 15:07:15 -05:00
kdb_main.c kdb: print real address of pointers instead of hashed addresses 2018-11-21 09:24:14 +01:00
kdb_private.h kdb: Use strscpy with destination buffer size 2018-12-01 09:42:54 +01:00
kdb_support.c kdb: use memmove instead of overlapping memcpy 2018-12-08 13:03:36 +01:00