[GIT PULL] printk fixup for 5.19-rc7

From: Petr Mladek
Date: Fri Jul 15 2022 - 14:34:19 EST


Hi Linus,

please pull a printk fixup

git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git tags/printk-for-5.19-rc7

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

- Make pr_flush() fast when consoles are suspended.

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

pr_flush() was added together with the printk kthreads but it
makes sense on its own. This is why we kept it. It is pity
that the regression was found this late. But it is trivial
to fix.

----------------------------------------------------------------
John Ogness (1):
printk: do not wait for consoles when suspended

Petr Mladek (1):
Merge branch 'rework/kthreads' into for-linus

kernel/printk/printk.c | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)