]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'printk-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Nov 2024 17:21:11 +0000 (09:21 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Nov 2024 17:21:11 +0000 (09:21 -0800)
commit7d66d3ab139c8c195dbb603e21043b6e2d120fa3
tree9219d26411182bdb93bf743b66897d9f146c6bad
parentc3cda60e83c803a3b3b832f371c776e57194b2f0
parent34767e5357fc8051b192ff3fd921ade7c1b37c46
Merge tag 'printk-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux

Pull printk updates from Petr Mladek:

 - 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.

* tag 'printk-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux:
  printk: add dummy printk_force_console_enter/exit helpers
  tty: sysrq: Use printk_force_console context on __handle_sysrq
  printk: Introduce FORCE_CON flag
  printk: Improve memory usage logging during boot
  init: Don't proxy `console=` to earlycon
drivers/tty/sysrq.c
kernel/printk/printk.c