]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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

1  2 
Documentation/admin-guide/kernel-parameters.txt
include/linux/sprintf.h
kernel/printk/internal.h
lib/vsprintf.c
mm/slub.c

index c1a5cd991f2e23f9bc1048345e02ffb984cd48d2,0dd5cd17e87e4b8024b71b262dd099b9bdb6d513..747a55abf4946bb9efe320f0f62fdcd1560b0a71
                        slab_debug can create guard zones around objects and
                        may poison objects when not in use. Also tracks the
                        last alloc / free. For more information see
 -                      Documentation/mm/slub.rst.
 +                      Documentation/admin-guide/mm/slab.rst.
                        (slub_debug legacy name also accepted for now)
  
+                       Using this option implies the "no_hash_pointers"
+                       option which can be undone by adding the
+                       "hash_pointers=always" option.
        slab_max_order= [MM]
                        Determines the maximum allowed order for slabs.
                        A high setting may cause OOMs due to memory
Simple merge
Simple merge
diff --cc lib/vsprintf.c
Simple merge
diff --cc mm/slub.c
Simple merge