public inbox for linux-kernel@vger.kernel.org
 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.1
Date: Mon, 20 Apr 2026 14:23:58 +0200	[thread overview]
Message-ID: <aeYa3lAnA5tfNVdY@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.1

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

- Fix printk ring buffer initialization and sanity checks.
- Workaround printf kunit test compilation with gcc < 12.1.
- Add IPv6 address printf format tests.
- Misc code and documentation cleanup.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      lib/hexdump: print_hex_dump_bytes() calls print_hex_dump_debug()

John Ogness (2):
      printk_ringbuffer: Fix get_data() size sanity check
      printk_ringbuffer: Add sanity check for 0-size data

Loïc Grégoire (1):
      printk: ringbuffer: fix errors in comments

Petr Mladek (3):
      printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_BRANCH_PROFILING
      Merge branch 'for-7.1-printf-kunit-build' into for-linus
      Merge branch 'rework/prb-fixes' into for-linus

Shuvam Pandey (1):
      printf: add IPv6 address format tests

Thorsten Blum (1):
      lib/vsprintf: use bool for local decode variable

feng.zhou (1):
      printk: Fix _DESCS_COUNT type for 64-bit systems

 include/linux/printk.h            |  5 +++--
 kernel/printk/printk_ringbuffer.c | 27 +++++++++++++++------------
 kernel/printk/printk_ringbuffer.h |  4 ++--
 lib/tests/Makefile                |  2 ++
 lib/tests/printf_kunit.c          | 22 ++++++++++++++++++++++
 lib/vsprintf.c                    |  4 ++--
 6 files changed, 46 insertions(+), 18 deletions(-)

             reply	other threads:[~2026-04-20 12:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-20 12:23 Petr Mladek [this message]
2026-04-20 23:31 ` [GIT PULL] printk for 7.1 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=aeYa3lAnA5tfNVdY@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