]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 'printk-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Jan 2025 21:09:29 +0000 (13:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Jan 2025 21:09:29 +0000 (13:09 -0800)
commit4ca6c022279dddba1eca8ea580c82ea510ecf690
tree1ce07d08e7af63b011af7ee11b5a545de775129d
parent62de6e1685269e1637a6c6684c8be58cc8d4ff38
parent4859bcd7a5bb2fda9660cb48ab41d9c5e4e1a6ec
Merge tag 'printk-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux

Pull printk updates from Petr Mladek:

 - Prevent possible deadlocks, caused by the lock serializing per-CPU
   backtraces, by entering the deferred printk context

 - Enforce the right casting in LOG_BUF_LEN_MAX definition

* tag 'printk-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux:
  printk: Defer legacy printing when holding printk_cpu_sync
  printk: Remove redundant deferred check in vprintk()
  printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAX