From: Linus Torvalds Date: Wed, 17 Jun 2026 19:05:20 +0000 (-0700) Subject: Merge tag 'printk-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/printk... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0db1496dcb6621648b007ad0e7d55b876ae0f0bb;p=thirdparty%2Flinux.git Merge tag 'printk-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux Pull printk updates from Petr Mladek: - Add upper case flavor for printing MAC addresses (%p[mM][U]) and use it in the nintendo driver - Fix matching of hash_pointers= parameter modes - Fix size check of vsprintf() field_width and precision values - Add check of size returned by vsprintf() - Add KUnit test for restricted pointer printing (%pK) - Some code cleanup * tag 'printk-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux: HID: nintendo: Use %pM format specifier for MAC addresses vsprintf: Add upper case flavour to %p[mM] lib/vsprintf: replace min_t/max_t with min/max printk: fix typos in comments lib/vsprintf: Require exact hash_pointers mode matches vsprintf: Add test for restricted kernel pointers vsprintf: Only export no_hash_pointers to test module lib/vsprintf: Limit the returning size to INT_MAX lib/vsprintf: Fix to check field_width and precision --- 0db1496dcb6621648b007ad0e7d55b876ae0f0bb