linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] arm64: KVM: Bump debugging information print down to KERN_DEBUG
@ 2021-06-17  7:30 Lee Jones
  2021-06-17 22:38 ` Will Deacon
  0 siblings, 1 reply; 3+ messages in thread
From: Lee Jones @ 2021-06-17  7:30 UTC (permalink / raw)
  To: lee.jones; +Cc: linux-arm-kernel, linux-kernel, Will Deacon, Catalin Marinas

This sort of information is only generally useful when debugging.

No need to have these sprinkled through the kernel log otherwise.

Cc: Will Deacon <will@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
 arch/arm64/kernel/smp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c
index 46e710bef5174..6f6ff072acbde 100644
--- a/arch/arm64/kernel/smp.c
+++ b/arch/arm64/kernel/smp.c
@@ -344,7 +344,7 @@ void __cpu_die(unsigned int cpu)
 		pr_crit("CPU%u: cpu didn't die\n", cpu);
 		return;
 	}
-	pr_notice("CPU%u: shutdown\n", cpu);
+	pr_debug("CPU%u: shutdown\n", cpu);
 
 	/*
 	 * Now that the dying CPU is beyond the point of no return w.r.t.
-- 
2.32.0


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

* Re: [PATCH 1/1] arm64: KVM: Bump debugging information print down to KERN_DEBUG
  2021-06-17  7:30 [PATCH 1/1] arm64: KVM: Bump debugging information print down to KERN_DEBUG Lee Jones
@ 2021-06-17 22:38 ` Will Deacon
  2021-06-18  8:23   ` Lee Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Will Deacon @ 2021-06-17 22:38 UTC (permalink / raw)
  To: Lee Jones
  Cc: catalin.marinas, kernel-team, Will Deacon, linux-arm-kernel,
	linux-kernel

On Thu, 17 Jun 2021 08:30:59 +0100, Lee Jones wrote:
> This sort of information is only generally useful when debugging.
> 
> No need to have these sprinkled through the kernel log otherwise.

Not sure why this has "KVM" in the subject, so I replaced it with "smp".

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: smp: Bump debugging information print down to KERN_DEBUG
      https://git.kernel.org/arm64/c/cf814bcfa1e6

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev

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

* Re: [PATCH 1/1] arm64: KVM: Bump debugging information print down to KERN_DEBUG
  2021-06-17 22:38 ` Will Deacon
@ 2021-06-18  8:23   ` Lee Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Lee Jones @ 2021-06-18  8:23 UTC (permalink / raw)
  To: Will Deacon; +Cc: catalin.marinas, kernel-team, linux-arm-kernel, linux-kernel

On Thu, 17 Jun 2021, Will Deacon wrote:

> On Thu, 17 Jun 2021 08:30:59 +0100, Lee Jones wrote:
> > This sort of information is only generally useful when debugging.
> > 
> > No need to have these sprinkled through the kernel log otherwise.
> 
> Not sure why this has "KVM" in the subject, so I replaced it with "smp".

Mea culpa.  Looks like I stole it from the wrong:

  `git log --oneline -- arch/arm64/kernel/smp.c`

> Applied to arm64 (for-next/misc), thanks!
> 
> [1/1] arm64: smp: Bump debugging information print down to KERN_DEBUG
>       https://git.kernel.org/arm64/c/cf814bcfa1e6
> 
> Cheers,

Thanking you.

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2021-06-18  8:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17  7:30 [PATCH 1/1] arm64: KVM: Bump debugging information print down to KERN_DEBUG Lee Jones
2021-06-17 22:38 ` Will Deacon
2021-06-18  8:23   ` Lee Jones

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 NNTP newsgroup(s).