[GIT PULL] printk for 4.17

From: Petr Mladek
Date: Wed Apr 04 2018 - 08:39:19 EST


Linus,

please pull the latest printk changes from

git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git for-linus

==============

- Add info about loaded kdump kernel into the dump stack header
- Move dump-stack related code from printk.c to lib/dump_stack.c
- Write message about suspending consoles in KERN_INFO log level

----------------------------------------------------------------
Dave Young (2):
print kdump kernel loaded status in stack dump
printk: move dump stack related code to lib/dump_stack.c

Petr Mladek (1):
Merge branch 'for-4.17' into for-linus

Tomeu Vizoso (1):
printk: change message to pr_info

include/linux/printk.h | 7 ++++--
kernel/printk/printk.c | 59 +------------------------------------------------
lib/Makefile | 3 ++-
lib/dump_stack.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 68 insertions(+), 61 deletions(-)