[GIT PULL] printk for 6.1

From: Petr Mladek
Date: Wed Oct 05 2022 - 05:57:28 EST


Hi Linus,

please pull the latest printk changes from

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

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

- Initialize pointer hashing using the system workqueue. It avoids
taking locks in printk()/vsprintf() code path.

- Misc code clean up.

----------------------------------------------------------------
Jian Shen (1):
lib/vnsprintf: add const modifier for param 'bitmap'

Petr Mladek (2):
Merge branch 'for-6.1-hash-pointer-init' into for-linus
Merge branch 'rework/kthreads' into for-linus

Sebastian Andrzej Siewior (2):
lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().
lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.

Thomas Gleixner (5):
printk: Make pr_flush() static
printk: Declare log_wait properly
printk: Remove write only variable nr_ext_console_drivers
printk: Remove bogus comment vs. boot consoles
printk: Mark __printk percpu data ready __ro_after_init

fs/proc/kmsg.c | 2 --
include/linux/printk.h | 7 -------
include/linux/syslog.h | 3 +++
kernel/printk/printk.c | 19 ++++---------------
lib/vsprintf.c | 51 +++++++++++++++++++++++++++-----------------------
5 files changed, 35 insertions(+), 47 deletions(-)