[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190306144444.r4rdkgubipvsoezs@pathway.suse.cz>
Date: Wed, 6 Mar 2019 15:44:45 +0100
From: Petr Mladek <pmladek@...e.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
Steven Rostedt <rostedt@...dmis.org>,
Peter Zijlstra <peterz@...radead.org>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] printk for 5.1
Linus,
please pull the latest printk changes from
git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk tags/printk-for-5.1
=================
- Allow to sort mixed lines by an extra information about the caller.
- Remove no longer used LOG_PREFIX.
- Some clean up and documentation update.
----------------------------------------------------------------
Geert Uytterhoeven (1):
lib/vsprintf: Remove %pCr remnant in comment
Louis Taylor (1):
printk/docs: Add extra integer types to printk-formats
Tetsuo Handa (3):
printk: Add caller information to printk() output.
printk: Pass caller information to log_store().
printk: Remove no longer used LOG_PREFIX.
Documentation/core-api/printk-formats.rst | 8 +++
include/linux/kern_levels.h | 2 +-
include/linux/printk.h | 1 -
kernel/printk/printk.c | 90 ++++++++++++++++++++++++-------
lib/Kconfig.debug | 17 ++++++
lib/vsprintf.c | 1 -
6 files changed, 96 insertions(+), 23 deletions(-)
Powered by blists - more mailing lists