]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite08fa008fc54f7d32cf1197545139f7fca615bb6
treea4ce3739944046310efa0b190a320867ebe198f5
parent6f113c0c68d612bedb0d6939a91ed7b7ad461fff
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