LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] watchdog/hardlockup/perf: downgrade log level from info to debug
@ 2021-12-27 13:44 Gang Li
  0 siblings, 0 replies; only message in thread
From: Gang Li @ 2021-12-27 13:44 UTC (permalink / raw
  To: tglx; +Cc: dzickus, peterz, Gang Li, linux-kernel

This log often flushes out other logs. So downgrade its level from
info to debug.

Signed-off-by: Gang Li <ligang.bdlg@bytedance.com>
---
 kernel/watchdog_hld.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/watchdog_hld.c b/kernel/watchdog_hld.c
index 247bf0b1582ca..d7dbe69a14d70 100644
--- a/kernel/watchdog_hld.c
+++ b/kernel/watchdog_hld.c
@@ -194,7 +194,7 @@ void hardlockup_detector_perf_enable(void)
 
 	/* use original value for check */
 	if (!atomic_fetch_inc(&watchdog_cpus))
-		pr_info("Enabled. Permanently consumes one hw-PMU counter.\n");
+		pr_debug("Enabled. Permanently consumes one hw-PMU counter.\n");
 
 	perf_event_enable(this_cpu_read(watchdog_ev));
 }
-- 
2.20.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-27 13:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-27 13:44 [PATCH v1] watchdog/hardlockup/perf: downgrade log level from info to debug Gang Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).