[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZztKnBcca1OtwAcp@pathway.suse.cz>
Date: Mon, 18 Nov 2024 15:09:32 +0100
From: Petr Mladek <pmladek@...e.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Sergey Senozhatsky <senozhatsky@...omium.org>,
Steven Rostedt <rostedt@...dmis.org>,
John Ogness <john.ogness@...utronix.de>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
Peter Zijlstra <peterz@...radead.org>,
Petr Mladek <pmladek@...e.com>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] printk for 6.13
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.13
=================================
- Print more precise information about the printk log buffer memory usage.
- Make sure that the sysrq title is shown on the console even
when deferred.
- Do not enable earlycon by `console=` which is meant to disable
the default console.
----------------------------------------------------------------
Arnd Bergmann (1):
printk: add dummy printk_force_console_enter/exit helpers
Isaac J. Manjarres (1):
printk: Improve memory usage logging during boot
Marcos Paulo de Souza (2):
printk: Introduce FORCE_CON flag
tty: sysrq: Use printk_force_console context on __handle_sysrq
Petr Mladek (1):
Merge branch 'for-6.13-force-console' into for-linus
Raul E Rangel (1):
init: Don't proxy `console=` to earlycon
drivers/tty/serial/earlycon.c | 23 +++++++++++++++++++++
drivers/tty/sysrq.c | 18 ++++++++---------
include/linux/printk.h | 11 ++++++++++
init/main.c | 5 +----
kernel/printk/internal.h | 3 +++
kernel/printk/printk.c | 47 ++++++++++++++++++++++++++++++++++---------
kernel/printk/printk_safe.c | 18 +++++++++++++++++
7 files changed, 102 insertions(+), 23 deletions(-)
Powered by blists - more mailing lists