script: improve markup_oops.pl to also decode oopses in modules
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 11 Jan 2009 15:03:23 +0000 (15:03 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Jan 2009 00:39:58 +0000 (16:39 -0800)
commitd32ad102c6d748b510fd89f1af4232eac1be8732
treea4ce3739944046310efa0b190a320867ebe198f5
parent7df52316601bfe308e427e0882f3e801682d800b
script: improve markup_oops.pl to also decode oopses in modules

There has been some light flamewar on lkml about decoding oopses
in modules (as part of the crashdump flamewar).

Now this isn't rocket science, just the markup_oops.pl script
cheaped out and didn't handle modules. But really; a flamewar
all about that?? What happened to C++ in the kernel or reading
files from inside the kernel?

This patch adds module support to markup_oops.pl; it's not the
most pretty perl but it works for my testcases...

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/markup_oops.pl