[GIT PULL] printk fixes for 6.2-rc5

From: Petr Mladek
Date: Thu Jan 19 2023 - 10:52:21 EST


Hi Linus,

please merge the following printk fixes for 6.2-rc5:

git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git tags/printk-for-6.2-rc5

============================================

+ Prevent a potential deadlock when configuring kgdb console.

+ Fix a kernel doc warning.

============================================

Both are fixing regressions caused by printk changes in 6.2-rc1.

----------------------------------------------------------------
Anuradha Weeraman (1):
kernel/printk/printk.c: Fix W=1 kernel-doc warning

John Ogness (1):
tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()

Petr Mladek (1):
Merge branch 'rework/console-list-lock' into for-linus

drivers/tty/serial/kgdboc.c | 20 +++++---------------
drivers/tty/serial/serial_core.c | 5 +++++
kernel/printk/printk.c | 2 ++
3 files changed, 12 insertions(+), 15 deletions(-)