]> git.karo-electronics.de Git - karo-tx-linux.git/commit
blockconsole: use CON_ALLDATA
authorJoern Engel <joern@logfs.org>
Wed, 20 Feb 2013 19:42:58 +0000 (11:42 -0800)
committerJoern Engel <joern@logfs.org>
Wed, 20 Feb 2013 19:42:58 +0000 (11:42 -0800)
commit1bf93fa6261643ed92b0ddf262c89859127207f6
tree55f88318cfd35f7412232c6c0052a5f7fb2b82bb
parent5a96a5e6d2c3add059ff11f6dede322c817d5fba
blockconsole: use CON_ALLDATA

Blockconsole should really see every message ever printed.  The
alternative is to try debugging with information like this:
[166135.633974] Stack:
[166135.634016] Call Trace:
[166135.634029]  <IRQ>
[166135.634156]  <EOI>
[166135.634177] Code: 00 00 55 48 89 e5 0f 1f 44 00 00 ff 15 31 49 80 00 c9 c3 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 55 48 89 e5 0f 1f 44 00 00
[166135.634384]  48 8b 14 25 98 24 01 00 48 8d 14 92 48 8d 04 bd 00 00 00 00

Signed-off-by: Joern Engel <joern@logfs.org>
drivers/block/blockconsole.c