[GIT PULL] printk for 7.0

From: Petr Mladek

Date: Wed Feb 11 2026 - 04:48:09 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-7.0

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

- Check all mandatory callbacks when registering nbcon consoles.

- Fix some compiler warnings.

----------------------------------------------------------------
Arnd Bergmann (1):
vsnprintf: drop __printf() attributes on binary printing functions

Marcos Paulo de Souza (1):
printk: nbcon: Check for device_{lock,unlock} callbacks

Petr Mladek (1):
Merge branch 'for-6.20' into for-linus

Tamir Duberstein (1):
printf: convert test_hashed into macro

include/linux/seq_file.h | 1 -
include/linux/string.h | 4 ++--
kernel/printk/nbcon.c | 7 +++++--
lib/tests/printf_kunit.c | 20 +++++++++++---------
4 files changed, 18 insertions(+), 14 deletions(-)