[PATCH] i386: Split multi-line printk in oops output.
authorDave Jones <davej@redhat.com>
Tue, 26 Sep 2006 08:52:41 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:41 +0000 (10:52 +0200)
commitf354b3a92af9b132b188b9c8ebbfb74de699926d
treead8190a61332c0bf3c575d71010dc9d2e8af7296
parent2817716ace8c397685bd702223cc5a8a42c7e997
[PATCH] i386: Split multi-line printk in oops output.

Sometimes, bug reports come in where we've had an oops, and the
only record we have is what the reporter saw on screen shortly
before the system locked up completely.  Unfortunatly, syslog
only prints lines beginning with KERN_EMERG to the console, so
some lines get lost.
An example of this can be seen at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=203723

Some of this information isn't vital to diagnosis, but some parts
are useful, such as the tainted flag.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/traps.c