Skip to content
Commit 838225b4 authored by Satyam Sharma's avatar Satyam Sharma Committed by Ingo Molnar
Browse files

sched: use show_regs() to improve __schedule_bug() output



A full register dump along with stack backtrace would make the
"scheduling while atomic" message more helpful. Use show_regs() instead
of dump_stack() for this. We already know we're atomic in here (that is
why this function was called) so show_regs()'s atomicity expectations
are guaranteed.

Also, modify the output of the "BUG: scheduling while atomic:" header a
bit to keep task->comm and task->pid together and preempt_count() after
them.

Signed-off-by: default avatarSatyam Sharma <satyam@infradead.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 4dcf6aff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment