Re: [PATCHSET] arch: unify task dump debug info

2013-04-02 Thread David Howells
Tejun Heo wrote: > There are multiple ways a task can be dumped - explicit call to > dump_stack(), triggering WARN() or BUG(), through sysrq-t and so on. > Most of what gets printed is upto each architecture and the current > state is not particularly pretty. Different pieces of information are

[PATCHSET] arch: unify task dump debug info

2013-03-29 Thread Tejun Heo
Hello, There are multiple ways a task can be dumped - explicit call to dump_stack(), triggering WARN() or BUG(), through sysrq-t and so on. Most of what gets printed is upto each architecture and the current state is not particularly pretty. Different pieces of information are presented different