[GIT PULL] printk for 7.1
From: Petr Mladek
Date: Mon Apr 20 2026 - 08:24:11 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.1
=======================================
- Fix printk ring buffer initialization and sanity checks.
- Workaround printf kunit test compilation with gcc < 12.1.
- Add IPv6 address printf format tests.
- Misc code and documentation cleanup.
----------------------------------------------------------------
Geert Uytterhoeven (1):
lib/hexdump: print_hex_dump_bytes() calls print_hex_dump_debug()
John Ogness (2):
printk_ringbuffer: Fix get_data() size sanity check
printk_ringbuffer: Add sanity check for 0-size data
Loïc Grégoire (1):
printk: ringbuffer: fix errors in comments
Petr Mladek (3):
printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_BRANCH_PROFILING
Merge branch 'for-7.1-printf-kunit-build' into for-linus
Merge branch 'rework/prb-fixes' into for-linus
Shuvam Pandey (1):
printf: add IPv6 address format tests
Thorsten Blum (1):
lib/vsprintf: use bool for local decode variable
feng.zhou (1):
printk: Fix _DESCS_COUNT type for 64-bit systems
include/linux/printk.h | 5 +++--
kernel/printk/printk_ringbuffer.c | 27 +++++++++++++++------------
kernel/printk/printk_ringbuffer.h | 4 ++--
lib/tests/Makefile | 2 ++
lib/tests/printf_kunit.c | 22 ++++++++++++++++++++++
lib/vsprintf.c | 4 ++--
6 files changed, 46 insertions(+), 18 deletions(-)