linux-kernel.vger.kernel.org archive mirror
 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>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	Thomas Gleixner <tglx@linutronix.de>, Jan Kara <jack@suse.cz>,
	Peter Zijlstra <peterz@infradead.org>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] printk for 6.3
Date: Tue, 21 Feb 2023 15:24:44 +0100	[thread overview]
Message-ID: <Y/TULJCcv0OlhIf1@alley> (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-6.3

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

- Refactor printk code for formatting messages that are shown on consoles.
  It is a preparation step for introducing atomic consoles which could not
  share the global buffers.

- Prevent memory leak when removing printk index in debugfs.

- Dump also the newest printk message by the sample gdbmacro.

- Fix a compiler warning.

----------------------------------------------------------------
Arnd Bergmann (1):
      printf: fix errname.c list

Greg Kroah-Hartman (1):
      kernel/printk/index.c: fix memory leak with using debugfs_lookup()

John Ogness (7):
      docs: gdbmacros: print newest record
      printk: move size limit macros into internal.h
      printk: introduce struct printk_buffers
      printk: introduce printk_get_next_message() and printk_message
      printk: introduce console_prepend_dropped() for dropped messages
      printk: use printk_buffers for devkmsg
      printk: adjust string limit macros

Petr Mladek (2):
      printk: Use scnprintf() to print the message about the dropped messages on a console
      Merge branch 'rework/buffers-cleanup' into for-linus

Thomas Gleixner (2):
      console: Use BIT() macros for @flags values
      console: Document struct console

 Documentation/admin-guide/kdump/gdbmacros.txt |   2 +-
 include/linux/console.h                       | 100 ++++++---
 include/linux/printk.h                        |   2 -
 kernel/printk/index.c                         |   2 +-
 kernel/printk/internal.h                      |  45 ++++
 kernel/printk/printk.c                        | 308 +++++++++++++++-----------
 lib/errname.c                                 |  22 +-
 7 files changed, 313 insertions(+), 168 deletions(-)

             reply	other threads:[~2023-02-21 14:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-21 14:24 Petr Mladek [this message]
2023-02-23 22:20 ` [GIT PULL] printk for 6.3 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=Y/TULJCcv0OlhIf1@alley \
    --to=pmladek@suse.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=bigeasy@linutronix.de \
    --cc=jack@suse.cz \
    --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=tglx@linutronix.de \
    --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;
as well as URLs for NNTP newsgroup(s).