]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Mar 2019 17:22:42 +0000 (09:22 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Mar 2019 17:22:42 +0000 (09:22 -0800)
commit9cc9099d991a9738e155bdf2970ec59a04f2e4c3
tree722bea1c4e9dc4230e7a2828a52fb4d5a55214b3
parentf05deb56fac45833631a2752ece5ca2f10e1754a
parent67526f55d5e7dd5c8b8f79c3260a735a90a4a47c
Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk

Pull printk updates from Petr Mladek:

 - Allow to sort mixed lines by an extra information about the caller

 - Remove no longer used LOG_PREFIX.

 - Some clean up and documentation update.

* tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk:
  printk/docs: Add extra integer types to printk-formats
  printk: Remove no longer used LOG_PREFIX.
  lib/vsprintf: Remove %pCr remnant in comment
  printk: Pass caller information to log_store().
  printk: Add caller information to printk() output.
Documentation/core-api/printk-formats.rst
include/linux/printk.h
kernel/printk/printk.c
lib/Kconfig.debug
lib/vsprintf.c