* [GIT PULL] printk for 7.2
@ 2026-06-17 9:29 Petr Mladek
2026-06-17 19:14 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Petr Mladek @ 2026-06-17 9:29 UTC (permalink / raw)
To: Linus Torvalds
Cc: Sergey Senozhatsky, Steven Rostedt, John Ogness, Andy Shevchenko,
Rasmus Villemoes, Peter Zijlstra, Petr Mladek, linux-kernel
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] printk for 7.2
2026-06-17 9:29 [GIT PULL] printk for 7.2 Petr Mladek
@ 2026-06-17 19:14 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-06-17 19:14 UTC (permalink / raw)
To: Petr Mladek
Cc: Linus Torvalds, Sergey Senozhatsky, Steven Rostedt, John Ogness,
Andy Shevchenko, Rasmus Villemoes, Peter Zijlstra, Petr Mladek,
linux-kernel
The pull request you sent on Wed, 17 Jun 2026 11:29:01 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git tags/printk-for-7.2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0db1496dcb6621648b007ad0e7d55b876ae0f0bb
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-17 19:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-17 9:29 [GIT PULL] printk for 7.2 Petr Mladek
2026-06-17 19:14 ` pr-tracker-bot
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