lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAMfhKb8MO1-FV_ajVpgc0WmQqnHk4Hzrn13TFdtj4ZT4Eg=FuQ@mail.gmail.com>
Date:   Tue, 9 Apr 2019 23:17:09 +0900
From:   Jinyoung Park <gt.jypark@...il.com>
To:     Catalin Marinas <catalin.marinas@....com>,
        Will Deacon <will.deacon@....com>,
        Alex Van Brunt <avanbrunt@...dia.com>,
        Ketan Patil <ketanp@...dia.com>
Cc:     linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/1] Fixing lost and mess up of Kernel messages while
 restarting or shutting down

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(+)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ