lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 20 Oct 2016 11:34:39 -0500
From:   Josh Poimboeuf <jpoimboe@...hat.com>
To:     Thomas Gleixner <tglx@...utronix.de>,
        Ingo Molnar <mingo@...nel.org>,
        "H . Peter Anvin" <hpa@...or.com>
Cc:     x86@...nel.org, linux-kernel@...r.kernel.org,
        Andy Lutomirski <luto@...nel.org>,
        Linus Torvalds <torvalds@...ux-foundation.org>,
        Brian Gerst <brgerst@...il.com>,
        Peter Zijlstra <peterz@...radead.org>
Subject: [PATCH 0/6] x86/dumpstack: print entry regs when dumping the stack

Here's the next round of dumpstack-related patches.  This adds a
mechanism to identify any pt_regs on the stack so they can be printed in
the stack dump.

Josh Poimboeuf (6):
  x86/entry/unwind: create stack frames for saved interrupt registers
  x86/unwind: create stack frames for saved syscall registers
  x86/dumpstack: print stack identifier on its own line
  x86/dumpstack: print any pt_regs found on the stack
  x86/dumpstack: fix duplicate RIP address display in __show_regs()
  x86/dumpstack: print orig_ax in __show_regs()

 arch/x86/entry/calling.h       |  20 ++++++++
 arch/x86/entry/entry_32.S      |  33 ++++++++++--
 arch/x86/entry/entry_64.S      |  10 ++--
 arch/x86/include/asm/unwind.h  |  16 +++++-
 arch/x86/kernel/dumpstack.c    |  24 +++++++--
 arch/x86/kernel/process_64.c   |  11 ++--
 arch/x86/kernel/unwind_frame.c | 111 ++++++++++++++++++++++++++++++++++++++---
 7 files changed, 201 insertions(+), 24 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ