Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/printk...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 4 Aug 2025 17:54:36 +0000 (10:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 4 Aug 2025 17:54:36 +0000 (10:54 -0700)
commit35a813e010b99894bb4706c56c16a580bf7959c2
tree80623b9e0dce3c763f0979da9e944898dc5bf836
parent99b773d720aeea1ef2170dce5fcfa80649e26b78
parent3db488c8ed9cb1275b9dac6b9ce77f9508bdfc77
Merge tag 'printk-for-6.17' of git://git./linux/kernel/git/printk/linux

Pull printk updates from Petr Mladek:

 - Add new "hash_pointers=[auto|always|never]" boot parameter to force
   the hashing even with "slab_debug" enabled

 - Allow to stop CPU, after losing nbcon console ownership during
   panic(), even without proper NMI

 - Allow to use the printk kthread immediately even for the 1st
   registered nbcon

 - Compiler warning removal

* tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux:
  printk: nbcon: Allow reacquire during panic
  printk: Allow to use the printk kthread immediately even for 1st nbcon
  slab: Decouple slab_debug and no_hash_pointers
  vsprintf: Use __diag macros to disable '-Wsuggest-attribute=format'
  compiler-gcc.h: Introduce __diag_GCC_all
Documentation/admin-guide/kernel-parameters.txt
include/linux/sprintf.h
kernel/printk/internal.h
lib/vsprintf.c
mm/slub.c