linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Fixing lost and mess up of Kernel messages while restarting or shutting down
@ 2019-04-09 14:17 Jinyoung Park
  0 siblings, 0 replies; only message in thread
From: Jinyoung Park @ 2019-04-09 14:17 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Alex Van Brunt, Ketan Patil
  Cc: linux-arm-kernel, linux-kernel

This change is to fix lost and mess up of Kernel messages while restarting or
shutting down.
If the console lock is held by other CPU running while the system is restarting
or shutting down, the Kernel messages in the printk log buffer can not be
printed out to the console drivers. The Kernel messages can be lost or
messed up.
This change calls console_unlock after SMP stopped to flush the kernel messages
in the printk log buffer to the console drivers.

Jinyoung Park (1):
  arch: arm64: process: Unlock console after SMP stopped

 arch/arm64/kernel/process.c | 4 ++++
 1 file changed, 4 insertions(+)

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

only message in thread, other threads:[~2019-04-09 14:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-09 14:17 [PATCH 0/1] Fixing lost and mess up of Kernel messages while restarting or shutting down Jinyoung Park

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).