Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1483818
| From | Josh Poimboeuf <jpoimboe@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] x86/dumpstack: yet more stack dump improvements |
| Date | 2016-09-15 04:10 +0200 |
| Message-ID | <shuhH-JA-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is the last batch before the new unwinder. Josh Poimboeuf (4): x86/dumpstack: simplify in_exception_stack() x86/dumpstack: add get_stack_info() interface x86/dumpstack: support for unwinding empty irq stacks x86/dumpstack: add recursion checking for all stacks arch/x86/events/core.c | 2 +- arch/x86/include/asm/stacktrace.h | 41 ++++++- arch/x86/kernel/dumpstack.c | 40 +++--- arch/x86/kernel/dumpstack_32.c | 130 ++++++++++++++++---- arch/x86/kernel/dumpstack_64.c | 251 ++++++++++++++++++-------------------- arch/x86/kernel/stacktrace.c | 2 +- arch/x86/oprofile/backtrace.c | 2 +- 7 files changed, 284 insertions(+), 184 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] x86/dumpstack: yet more stack dump improvements Josh Poimboeuf <jpoimboe@redhat.com> - 2016-09-15 04:10 +0200
[PATCH 4/4] x86/dumpstack: add recursion checking for all stacks Josh Poimboeuf <jpoimboe@redhat.com> - 2016-09-15 04:10 +0200
[tip:x86/asm] x86/dumpstack: Add recursion checking for all stacks tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-09-15 12:50 +0200
[PATCH 2/4] x86/dumpstack: add get_stack_info() interface Josh Poimboeuf <jpoimboe@redhat.com> - 2016-09-15 04:10 +0200
[tip:x86/asm] x86/dumpstack: Add get_stack_info() interface tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-09-15 12:50 +0200
[PATCH 3/4] x86/dumpstack: support for unwinding empty irq stacks Josh Poimboeuf <jpoimboe@redhat.com> - 2016-09-15 04:10 +0200
[tip:x86/asm] x86/dumpstack: Add support for unwinding empty IRQ stacks tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-09-15 12:50 +0200
[PATCH 1/4] x86/dumpstack: simplify in_exception_stack() Josh Poimboeuf <jpoimboe@redhat.com> - 2016-09-15 04:10 +0200
[tip:x86/asm] x86/dumpstack: Simplify in_exception_stack() tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-09-15 12:50 +0200
csiph-web