[GIT PULL] printk for 6.13

From: Petr Mladek
Date: Mon Nov 18 2024 - 09:10:45 EST


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(-)