summaryrefslogtreecommitdiff
path: root/kernel/softirq.c
diff options
context:
space:
mode:
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>2008-12-19 10:23:03 -0800
committerIngo Molnar <mingo@elte.hu>2008-12-19 22:52:47 +0100
commit26cc271db798cf211d35967cbfbb53e997126b84 (patch)
treec4131ca7cdf2cfbc90c421b82e2b3b88b8927e6a /kernel/softirq.c
parent929096fe9ff1f4b3645cf3919527ab47e8d5e17c (diff)
printk: fix discarding message when recursion_bug
Impact: fix truncated recursion bug message printout When recursion_bug is true, kernel discards original message because printk_buf contains recursion_bug_msg with NULL terminator. The sizeof(recursion_bug_msg) makes this, use strlen() to get correct length without NULL terminator. Reported-by: Toshikazu Nakayama <nakayama.ts@ncos.nec.co.jp> Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/softirq.c')
0 files changed, 0 insertions, 0 deletions