This patch fixes incorrect check for stack ptr in show_trace()->valid_stack_ptr(). When called from hardirq/softirq show_trace() prints "Stack pointer is garbage, not printing trace" message instead of call traces. Signed-Off-By: Kirill Korotaev Kirill