mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Petr Mladek <pmladek@suse.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Sergey Senozhatsky <senozhatsky@chromium.org>,
	Steven Rostedt <rostedt@goodmis.org>,
	John Ogness <john.ogness@linutronix.de>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>,
	Peter Zijlstra <peterz@infradead.org>,
	Petr Mladek <pmladek@suse.com>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] printk for 7.2
Date: Wed, 17 Jun 2026 11:29:01 +0200	[thread overview]
Message-ID: <ajJo3b-frLjisUtP@pathway.suse.cz> (raw)

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.2

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

- 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

----------------------------------------------------------------
Andy Shevchenko (2):
      vsprintf: Add upper case flavour to %p[mM]
      HID: nintendo: Use %pM format specifier for MAC addresses

Kaitao Cheng (1):
      lib/vsprintf: Require exact hash_pointers mode matches

Masami Hiramatsu (Google) (2):
      lib/vsprintf: Fix to check field_width and precision
      lib/vsprintf: Limit the returning size to INT_MAX

Naveen Kumar Chaudhary (1):
      printk: fix typos in comments

Petr Mladek (2):
      Merge branch 'for-7.2-vsprintf-size-checks' into for-linus
      Merge branch 'for-7.2-vsprintf-pmM-uppercase' into for-linus

Thomas Weißschuh (2):
      vsprintf: Only export no_hash_pointers to test module
      vsprintf: Add test for restricted kernel pointers

Thorsten Blum (1):
      lib/vsprintf: replace min_t/max_t with min/max

 Documentation/core-api/printk-formats.rst |  3 ++
 drivers/hid/hid-nintendo.c                | 10 +---
 kernel/printk/nbcon.c                     |  6 +--
 kernel/printk/printk.c                    |  6 +--
 lib/tests/printf_kunit.c                  | 24 ++++++++-
 lib/vsprintf.c                            | 88 ++++++++++++++++++-------------
 6 files changed, 85 insertions(+), 52 deletions(-)

             reply	other threads:[~2026-06-17  9:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-17  9:29 Petr Mladek [this message]
2026-06-17 19:14 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ajJo3b-frLjisUtP@pathway.suse.cz \
    --to=pmladek@suse.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=john.ogness@linutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=senozhatsky@chromium.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome