forked from mirrors/linux
In non-smp configurations, crash_kexec_prepare is never called in
the crash shutdown path. One result of this is that the crashing_cpu
variable is never set, preventing crash_save_cpu from storing the
NT_PRSTATUS elf note in the core dump.
Fixes:
|
||
|---|---|---|
| .. | ||
| core.c | ||
| core_32.c | ||
| core_64.c | ||
| crash.c | ||
| elf_64.c | ||
| file_load.c | ||
| file_load_64.c | ||
| Makefile | ||
| ranges.c | ||
| relocate_32.S | ||
| vmcore_info.c | ||