linux_dsm_epyc7002/arch/um
Richard Weinberger f72c22e45e um: Make stack trace reliable against kernel mode faults
As UML uses an alternative signal stack we cannot use
the current stack pointer for stack dumping if UML itself
dies by SIGSEGV. To bypass this issue we save regs taken
from mcontext in our segv handler into thread_struct and
use these regs to obtain the stack pointer in show_stack().

Signed-off-by: Richard Weinberger <richard@nod.at>
2013-11-17 11:27:30 +01:00
..
drivers um: Cleanup SIGTERM handling 2013-09-07 10:56:58 +02:00
include um: Make stack trace reliable against kernel mode faults 2013-11-17 11:27:30 +01:00
kernel um: Make stack trace reliable against kernel mode faults 2013-11-17 11:27:30 +01:00
os-Linux um: Make stack trace reliable against kernel mode faults 2013-11-17 11:27:30 +01:00
scripts
sys-ia64
sys-ppc dump_stack: unify debug information printed by show_regs() 2013-04-30 17:04:02 -07:00
.gitignore
defconfig Remove GENERIC_HARDIRQ config option 2013-09-13 15:09:52 +02:00
Kconfig.char
Kconfig.common Remove GENERIC_HARDIRQ config option 2013-09-13 15:09:52 +02:00
Kconfig.debug
Kconfig.net
Kconfig.rest
Kconfig.um
Makefile
Makefile-ia64
Makefile-os-Linux
Makefile-ppc
Makefile-skas