[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1424385796-28910-1-git-send-email-adrien+dev@schischi.me>
Date: Thu, 19 Feb 2015 23:43:14 +0100
From: Adrien Schildknecht <adrien+dev@...ischi.me>
To: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com,
x86@...nel.org, rostedt@...dmis.org, heukelum@...tmail.fm,
luto@...capital.net, adech.fo@...il.com,
masami.hiramatsu.pt@...achi.com, akpm@...ux-foundation.org,
a.ryabinin@...sung.com, fruggeri@...sta.com
Cc: linux-kernel@...r.kernel.org,
Adrien Schildknecht <adrien+dev@...ischi.me>
Subject: [PATCH 0/2] x86: fix output of show_stack_log_lvl
show_regs() use show_stack_log_lvl() with KERN_EMERG.
The code of show_stack_log_lvl and show_trace_log_lvl does not print
the logs at the desired level, the messages are thus split into
different levels.
EMERG Stack:
DEFAULT <stack>
EMERG Trace:
DEFAULT <trace>
Adrien Schildknecht (2):
x86: fix output of show_stack_log_lvl()
x86: fix output of show_trace_log_lvl()
arch/x86/kernel/dumpstack.c | 10 +++++-----
arch/x86/kernel/dumpstack_32.c | 9 ++++++---
arch/x86/kernel/dumpstack_64.c | 9 ++++++---
3 files changed, 17 insertions(+), 11 deletions(-)
--
2.2.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists