Re: [PATCH] Use helpers to obtain task pid in printks (arch code)

2007-08-30 Thread Jan Engelhardt
On Aug 27 2007 11:01, Joe Perches wrote: >On Mon, 2007-08-27 at 11:30 +0400, Pavel Emelyanov wrote: >> From: Alexey Dobriyan <[EMAIL PROTECTED]> >> >> One of the easiest things to isolate is the pid printed in kernel >> log. There was a patch, that made this for arch-independent code, >> this

Re: [PATCH] Use helpers to obtain task pid in printks (arch code)

2007-08-30 Thread Jan Engelhardt
On Aug 27 2007 11:01, Joe Perches wrote: On Mon, 2007-08-27 at 11:30 +0400, Pavel Emelyanov wrote: From: Alexey Dobriyan [EMAIL PROTECTED] One of the easiest things to isolate is the pid printed in kernel log. There was a patch, that made this for arch-independent code, this one makes so

Re: [PATCH] Use helpers to obtain task pid in printks (arch code)

2007-08-27 Thread Joe Perches
On Mon, 2007-08-27 at 11:30 +0400, Pavel Emelyanov wrote: > From: Alexey Dobriyan <[EMAIL PROTECTED]> > > One of the easiest things to isolate is the pid printed in kernel > log. There was a patch, that made this for arch-independent code, > this one makes so for arch/xxx files. Perhaps it would

[PATCH] Use helpers to obtain task pid in printks (arch code)

2007-08-27 Thread Pavel Emelyanov
From: Alexey Dobriyan <[EMAIL PROTECTED]> One of the easiest things to isolate is the pid printed in kernel log. There was a patch, that made this for arch-independent code, this one makes so for arch/xxx files. It took some time to cross-compile it, but hopefully these are all the printks in

[PATCH] Use helpers to obtain task pid in printks (arch code)

2007-08-27 Thread Pavel Emelyanov
From: Alexey Dobriyan [EMAIL PROTECTED] One of the easiest things to isolate is the pid printed in kernel log. There was a patch, that made this for arch-independent code, this one makes so for arch/xxx files. It took some time to cross-compile it, but hopefully these are all the printks in

Re: [PATCH] Use helpers to obtain task pid in printks (arch code)

2007-08-27 Thread Joe Perches
On Mon, 2007-08-27 at 11:30 +0400, Pavel Emelyanov wrote: From: Alexey Dobriyan [EMAIL PROTECTED] One of the easiest things to isolate is the pid printed in kernel log. There was a patch, that made this for arch-independent code, this one makes so for arch/xxx files. Perhaps it would be