Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1430467 > unrolled thread

[PATCH 0/3] x86/MSR: Improve unhandled MSR access error message

Started byBorislav Petkov <bp@alien8.de>
First post2016-06-24 10:40 +0200
Last post2016-06-24 10:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] x86/MSR: Improve unhandled MSR access error message Borislav Petkov <bp@alien8.de> - 2016-06-24 10:40 +0200

#1430467 — [PATCH 0/3] x86/MSR: Improve unhandled MSR access error message

FromBorislav Petkov <bp@alien8.de>
Date2016-06-24 10:40 +0200
Subject[PATCH 0/3] x86/MSR: Improve unhandled MSR access error message
Message-ID<rNuOB-5IF-9@gated-at.bofh.it>
From: Borislav Petkov <bp@suse.de>

Hi all,

here's a simple patchset improving the error message we're dumping when
an unchecked MSR is being done. Patch 3 has an example which explains
the improvement in detail.

Thanks.

Andy Lutomirski (1):
  x86/dumpstack: Honor supplied @regs arg

Borislav Petkov (2):
  printk: Make the printk*once() variants return a value
  x86/dumpstack: Add show_stack_regs() and use it

 arch/x86/include/asm/kdebug.h  |  1 +
 arch/x86/kernel/dumpstack.c    |  5 +++++
 arch/x86/kernel/dumpstack_32.c |  4 +++-
 arch/x86/kernel/dumpstack_64.c |  4 +++-
 arch/x86/mm/extable.c          | 13 ++++++++-----
 include/linux/printk.h         | 17 ++++++++++++-----
 6 files changed, 32 insertions(+), 12 deletions(-)

-- 
2.8.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web