Re: [PATCH] Add bug/warn marker to generic report_bug()

2008-01-06 Thread Arjan van de Ven
On Sun, 6 Jan 2008 19:22:37 -0600 Olof Johansson <[EMAIL PROTECTED]> wrote: > This comment in oops_enter threw me off of using it: > > debug_locks_off(); /* can't trust the integrity of the kernel > anymore */ > > Since we can very well depend on the integrity of the kernel when i

Re: [PATCH] Add bug/warn marker to generic report_bug()

2008-01-06 Thread Olof Johansson
On Sun, Jan 06, 2008 at 01:38:17PM -0800, Arjan van de Ven wrote: > On Sun, 6 Jan 2008 14:22:23 -0600 > Olof Johansson <[EMAIL PROTECTED]> wrote: > > > Powerpc uses the generic report_bug() from lib/bug.c to report > > warnings, and I'm guessing other arches do as well. > > > > Add the module lis

Re: [PATCH] Add bug/warn marker to generic report_bug()

2008-01-06 Thread Arjan van de Ven
On Sun, 6 Jan 2008 14:22:23 -0600 Olof Johansson <[EMAIL PROTECTED]> wrote: > Powerpc uses the generic report_bug() from lib/bug.c to report > warnings, and I'm guessing other arches do as well. > > Add the module list as well as the end-of-trace marker to the output. > This required making print

[PATCH] Add bug/warn marker to generic report_bug()

2008-01-06 Thread Olof Johansson
Powerpc uses the generic report_bug() from lib/bug.c to report warnings, and I'm guessing other arches do as well. Add the module list as well as the end-of-trace marker to the output. This required making print_oops_end_marker() nonstatic. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> ---