[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <f527618e-54f2-c2fb-e267-8065ac34e462@gmail.com>
Date: Mon, 3 May 2021 21:38:10 +0200
From: Heiner Kallweit <hkallweit1@...il.com>
To: Jason Baron <jbaron@...mai.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
x86@...nel.org, "H. Peter Anvin" <hpa@...or.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/2] x86/e820: Use pr_debug to avoid spamming dmesg log with
debug messages
e820 emits quite some debug messages to the dmesg log. Let's restrict
this to cases where the debug output is actually requested. Switch to
pr_debug() for this purpose and make sure by checking the return code
that pr_cont() is only called if applicable. This would currently fail
if dynamic debugging is enabled because dynamic_pr_debug() has no
return value. So let's change this first.
Heiner Kallweit (2):
dyndbg: add pr_debug return value if dynamic debugging is enabled
x86/e820: Use pr_debug to avoid spamming dmesg log with debug messages
arch/x86/kernel/e820.c | 27 ++++++++++++++++-----------
include/linux/dynamic_debug.h | 14 +++++++++++---
lib/dynamic_debug.c | 7 +++++--
3 files changed, 32 insertions(+), 16 deletions(-)
--
2.31.1
Powered by blists - more mailing lists