From: Linus Torvalds Date: Sat, 4 Oct 2025 18:13:11 +0000 (-0700) Subject: Merge tag 'printk-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/printk... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48e3694ae7fae347c1193c84f384f4ea41086075;p=thirdparty%2Fkernel%2Fstable.git Merge tag 'printk-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux Pull printk updates from Petr Mladek: - Add KUnit test for the printk ring buffer - Fix the check of the maximal record size which is allowed to be stored into the printk ring buffer. It prevents corruptions of the ring buffer. Note that printk() is on the safe side. The messages are limited by 1kB buffer and are always small enough for the minimal log buffer size 4kB, see CONFIG_LOG_BUF_SHIFT definition. * tag 'printk-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux: printk: ringbuffer: Fix data block max size check printk: kunit: support offstack cpumask printk: kunit: Fix __counted_by() in struct prbtest_rbdata printk: ringbuffer: Explain why the KUnit test ignores failed writes printk: ringbuffer: Add KUnit test --- 48e3694ae7fae347c1193c84f384f4ea41086075