[GIT PULL] x86/core changes for v5.9

From: Ingo Molnar
Date: Mon Aug 03 2020 - 13:48:54 EST


Linus,

Please pull the latest x86/core git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-core-2020-08-03

# HEAD: ef2ff0f5d6008d325c9a068e20981c0d0acc4d6b x86/dumpstack: Show registers dump with trace's log level

Improve x86 debuggability: print registers with the same log level as the backtrace.

Thanks,

Ingo

------------------>
Dmitry Safonov (3):
x86/dumpstack: Add log_lvl to show_iret_regs()
x86/dumpstack: Add log_lvl to __show_regs()
x86/dumpstack: Show registers dump with trace's log level


arch/x86/include/asm/kdebug.h | 5 +++--
arch/x86/kernel/dumpstack.c | 23 ++++++++++---------
arch/x86/kernel/process_32.c | 29 ++++++++++++------------
arch/x86/kernel/process_64.c | 51 ++++++++++++++++++++++---------------------
4 files changed, 57 insertions(+), 51 deletions(-)