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

2020-08-03 Thread pr-tracker-bot
The pull request you sent on Mon, 3 Aug 2020 19:48:48 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4ee48103151bbce7ae319b477109eba4216b20d2

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


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

2020-08-03 Thread Ingo Molnar
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(-)