• Linus Torvalds's avatar
    Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux · a19264d0
    Linus Torvalds authored
    Pull printk updates from Petr Mladek:
    
     - Use no_printk() instead of "if (0) printk()" constructs to avoid
       generating printk index for messages disabled at compile time
    
     - Remove deprecated strncpy/strcpy from printk.c
    
     - Remove redundant CONFIG_BASE_FULL in favor of CONFIG_BASE_SMALL
    
    * tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux:
      printk: cleanup deprecated uses of strncpy/strcpy
      printk: Remove redundant CONFIG_BASE_FULL
      printk: Change type of CONFIG_BASE_SMALL to bool
      printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
      ceph: Use no_printk() helper
      dyndbg: Use *no_printk() helpers
      dev_printk: Add and use dev_no_printk()
      printk: Let no_printk() use _printk()
    a19264d0
printk.c 114 KB