Commit 0db1496dcb66 for kernel

commit 0db1496dcb6621648b007ad0e7d55b876ae0f0bb
Merge: 09fb6892f34a 2a706d98d50a
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Jun 17 12:05:20 2026 -0700

    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