Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753711AbbBSWoZ (ORCPT ); Thu, 19 Feb 2015 17:44:25 -0500 Received: from mail-we0-f182.google.com ([74.125.82.182]:45304 "EHLO mail-we0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752852AbbBSWoY (ORCPT ); Thu, 19 Feb 2015 17:44:24 -0500 From: Adrien Schildknecht To: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, rostedt@goodmis.org, heukelum@fastmail.fm, luto@amacapital.net, adech.fo@gmail.com, masami.hiramatsu.pt@hitachi.com, akpm@linux-foundation.org, a.ryabinin@samsung.com, fruggeri@arista.com Cc: linux-kernel@vger.kernel.org, Adrien Schildknecht Subject: [PATCH 0/2] x86: fix output of show_stack_log_lvl Date: Thu, 19 Feb 2015 23:43:14 +0100 Message-Id: <1424385796-28910-1-git-send-email-adrien+dev@schischi.me> X-Mailer: git-send-email 2.2.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 845 Lines: 26 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 EMERG Trace: DEFAULT 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/