Re: [PATCH v2 5/5] dump_stack: unify debug information printed by show_regs()

2013-04-16 Thread James Hogan
On 30/03/13 03:24, Tejun Heo wrote: > show_regs() is inherently arch-dependent but it does make sense to > print generic debug information and some archs already do albeit in > slightly different forms. This patch introduces a generic function to > print debug information from show_regs() so that

Re: [PATCH v2 5/5] dump_stack: unify debug information printed by show_regs()

2013-04-16 Thread James Hogan
On 30/03/13 03:24, Tejun Heo wrote: show_regs() is inherently arch-dependent but it does make sense to print generic debug information and some archs already do albeit in slightly different forms. This patch introduces a generic function to print debug information from show_regs() so that

Re: [PATCH v2 5/5] dump_stack: unify debug information printed by show_regs()

2013-04-02 Thread Vineet Gupta
On 03/30/2013 08:54 AM, Tejun Heo wrote: > show_regs() is inherently arch-dependent but it does make sense to > print generic debug information and some archs already do albeit in > slightly different forms. This patch introduces a generic function to > print debug information from show_regs() so

Re: [PATCH v2 5/5] dump_stack: unify debug information printed by show_regs()

2013-04-02 Thread Tejun Heo
Hello, Vineet. On Sat, Mar 30, 2013 at 11:43:11AM +0530, Vineet Gupta wrote: > Although in line [2], ARC trouble-shooting code prints the task path (rather > than > comm). This was done to help identify faulting LTP open posix tests with same > name > in different directories: e.g. fork/6-1,

Re: [PATCH v2 5/5] dump_stack: unify debug information printed by show_regs()

2013-04-02 Thread Jesper Nilsson
On Fri, Mar 29, 2013 at 08:24:45PM -0700, Tejun Heo wrote: > show_regs() is inherently arch-dependent but it does make sense to > print generic debug information and some archs already do albeit in > slightly different forms. This patch introduces a generic function to > print debug information

Re: [PATCH v2 5/5] dump_stack: unify debug information printed by show_regs()

2013-04-02 Thread Jesper Nilsson
On Fri, Mar 29, 2013 at 08:24:45PM -0700, Tejun Heo wrote: show_regs() is inherently arch-dependent but it does make sense to print generic debug information and some archs already do albeit in slightly different forms. This patch introduces a generic function to print debug information from

Re: [PATCH v2 5/5] dump_stack: unify debug information printed by show_regs()

2013-04-02 Thread Tejun Heo
Hello, Vineet. On Sat, Mar 30, 2013 at 11:43:11AM +0530, Vineet Gupta wrote: Although in line [2], ARC trouble-shooting code prints the task path (rather than comm). This was done to help identify faulting LTP open posix tests with same name in different directories: e.g. fork/6-1,

Re: [PATCH v2 5/5] dump_stack: unify debug information printed by show_regs()

2013-04-02 Thread Vineet Gupta
On 03/30/2013 08:54 AM, Tejun Heo wrote: show_regs() is inherently arch-dependent but it does make sense to print generic debug information and some archs already do albeit in slightly different forms. This patch introduces a generic function to print debug information from show_regs() so

Re: [PATCH v2 5/5] dump_stack: unify debug information printed by show_regs()

2013-03-30 Thread Vineet Gupta
Hi Tejun, On 03/30/2013 08:54 AM, Tejun Heo wrote: > show_regs() is inherently arch-dependent but it does make sense to > print generic debug information and some archs already do albeit in > slightly different forms. This patch introduces a generic function to > print debug information from

Re: [PATCH v2 5/5] dump_stack: unify debug information printed by show_regs()

2013-03-30 Thread Vineet Gupta
Hi Tejun, On 03/30/2013 08:54 AM, Tejun Heo wrote: show_regs() is inherently arch-dependent but it does make sense to print generic debug information and some archs already do albeit in slightly different forms. This patch introduces a generic function to print debug information from

Re: [PATCH v2 5/5] dump_stack: unify debug information printed by show_regs()

2013-03-29 Thread David Miller
From: Tejun Heo Date: Fri, 29 Mar 2013 20:24:45 -0700 > show_regs() is inherently arch-dependent but it does make sense to > print generic debug information and some archs already do albeit in > slightly different forms. This patch introduces a generic function to > print debug information from

Re: [PATCH v2 5/5] dump_stack: unify debug information printed by show_regs()

2013-03-29 Thread David Miller
From: Tejun Heo t...@kernel.org Date: Fri, 29 Mar 2013 20:24:45 -0700 show_regs() is inherently arch-dependent but it does make sense to print generic debug information and some archs already do albeit in slightly different forms. This patch introduces a generic function to print debug