Re: [PATCH] sched: Use show_regs() to improve __schedule_bug() output

2007-10-22 Thread Ingo Molnar
> > [PATCH] 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 ato

[PATCH] sched: Use show_regs() to improve __schedule_bug() output

2007-09-05 Thread Satyam Sharma
g similar would be useful in __schedule_bug() too? I sure think so -- I'm not sure if EIP holds anything useful there, but CPU#, EFLAGS and the init_utsname() stuff would be definitely helpful ... [PATCH] sched: Use show_regs() to improve __schedule_bug() output A full register dump along wi