public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] x86: fix output of show_stack_log_lvl
@ 2015-02-19 22:43 Adrien Schildknecht
  2015-02-19 22:43 ` [PATCH 1/2] x86: fix output of show_stack_log_lvl() Adrien Schildknecht
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Adrien Schildknecht @ 2015-02-19 22:43 UTC (permalink / raw)
  To: tglx, mingo, hpa, x86, rostedt, heukelum, luto, adech.fo,
	masami.hiramatsu.pt, akpm, a.ryabinin, fruggeri
  Cc: linux-kernel, Adrien Schildknecht

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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-03-03 11:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 22:43 [PATCH 0/2] x86: fix output of show_stack_log_lvl Adrien Schildknecht
2015-02-19 22:43 ` [PATCH 1/2] x86: fix output of show_stack_log_lvl() Adrien Schildknecht
2015-02-20  0:06   ` Borislav Petkov
2015-02-19 22:43 ` [PATCH 2/2] x86: fix output of show_trace_log_lvl() Adrien Schildknecht
2015-02-20  2:34 ` [PATCH v2] x86: fix output of show_stack_log_lvl() Adrien Schildknecht
2015-02-20  4:45   ` Steven Rostedt
     [not found]     ` <CA+55aFzDt_7Rs9=4XFKo0LP4iBnV4qmJWUDACtBDbV4eRE-X9A@mail.gmail.com>
2015-02-20 17:05       ` Steven Rostedt
2015-02-20 17:35         ` Borislav Petkov
2015-02-20 17:40         ` Joe Perches
     [not found]           ` <CA+55aFx8pcoGzKuTubwzcBc-0=_Eoiu2n=Ub75PDuo8GkZvyng@mail.gmail.com>
2015-02-20 18:03             ` Joe Perches
2015-02-20 18:51               ` Linus Torvalds
2015-02-20 19:15                 ` Joe Perches
2015-02-20  8:10   ` Ingo Molnar
2015-02-20 10:38     ` Borislav Petkov
2015-02-20 16:39       ` Adrien Schildknecht
2015-03-03 11:28   ` [tip:x86/debug] x86/kernel: Fix " tip-bot for Adrien Schildknecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox