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


Groups > linux.kernel > #1468589

Re: [PATCH 0/8] ftrace/x86: function_graph stack dump fixes

From Steven Rostedt <rostedt@goodmis.org>
Newsgroups linux.kernel
Subject Re: [PATCH 0/8] ftrace/x86: function_graph stack dump fixes
Date 2016-08-23 16:30 +0200
Message-ID <s9kSd-5aF-5@gated-at.bofh.it> (permalink)
References <s7QCS-594-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, 19 Aug 2016 06:52:54 -0500
Josh Poimboeuf <jpoimboe@redhat.com> wrote:

> Some stack dump fixes related to function_graph tracing.
> 
> Josh Poimboeuf (8):
>   ftrace: remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config
>   ftrace: only allocate the ret_stack 'fp' field when needed
>   ftrace: add return address pointer to ftrace_ret_stack
>   ftrace: add ftrace_graph_ret_addr() stack unwinding helpers
>   x86/dumpstack/ftrace: convert dump_trace() callbacks to use
>     ftrace_graph_ret_addr()
>   ftrace/x86: implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
>   x86/dumpstack/ftrace: mark function graph handler function as
>     unreliable
>   x86/dumpstack/ftrace: don't print unreliable addresses in
>     print_context_stack_bp()

For the series..

Acked-by: Steven Rostedt <rostedt@goodmis.org>

Ingo,

If you want, please take it through tip.

Thanks!

-- Steve

> 
>  Documentation/trace/ftrace-design.txt | 11 ++++++
>  arch/arm/kernel/ftrace.c              |  2 +-
>  arch/arm64/kernel/entry-ftrace.S      |  2 +-
>  arch/arm64/kernel/ftrace.c            |  2 +-
>  arch/blackfin/kernel/ftrace-entry.S   |  4 +-
>  arch/blackfin/kernel/ftrace.c         |  2 +-
>  arch/microblaze/kernel/ftrace.c       |  2 +-
>  arch/mips/kernel/ftrace.c             |  4 +-
>  arch/parisc/kernel/ftrace.c           |  2 +-
>  arch/powerpc/kernel/ftrace.c          |  3 +-
>  arch/s390/kernel/ftrace.c             |  3 +-
>  arch/sh/kernel/ftrace.c               |  2 +-
>  arch/sparc/Kconfig                    |  1 -
>  arch/sparc/include/asm/ftrace.h       |  4 ++
>  arch/sparc/kernel/ftrace.c            |  2 +-
>  arch/tile/kernel/ftrace.c             |  2 +-
>  arch/x86/Kconfig                      |  1 -
>  arch/x86/include/asm/ftrace.h         |  3 ++
>  arch/x86/kernel/dumpstack.c           | 73 ++++++++++++++---------------------
>  arch/x86/kernel/ftrace.c              |  2 +-
>  include/linux/ftrace.h                | 17 +++++++-
>  kernel/trace/Kconfig                  |  5 ---
>  kernel/trace/trace_functions_graph.c  | 67 +++++++++++++++++++++++++++++++-
>  23 files changed, 146 insertions(+), 70 deletions(-)
> 

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/8] ftrace/x86: function_graph stack dump fixes Josh Poimboeuf <jpoimboe@redhat.com> - 2016-08-19 14:00 +0200
  [PATCH 5/8] x86/dumpstack/ftrace: convert dump_trace() callbacks to use ftrace_graph_ret_addr() Josh Poimboeuf <jpoimboe@redhat.com> - 2016-08-19 14:00 +0200
    [tip:x86/asm] x86/dumpstack/ftrace: Convert dump_trace() callbacks  to use ftrace_graph_ret_addr() tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-08-24 15:50 +0200
  [PATCH 1/8] ftrace: remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config Josh Poimboeuf <jpoimboe@redhat.com> - 2016-08-19 14:00 +0200
    [tip:x86/asm] ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST  from config tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-08-24 15:10 +0200
  [PATCH 7/8] x86/dumpstack/ftrace: mark function graph handler function as unreliable Josh Poimboeuf <jpoimboe@redhat.com> - 2016-08-19 14:00 +0200
    [tip:x86/asm] x86/dumpstack/ftrace: Mark function graph handler  function as unreliable tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-08-24 15:50 +0200
  [PATCH 8/8] x86/dumpstack/ftrace: don't print unreliable addresses in print_context_stack_bp() Josh Poimboeuf <jpoimboe@redhat.com> - 2016-08-19 14:00 +0200
    [tip:x86/asm] x86/dumpstack/ftrace: Don't print unreliable  addresses in print_context_stack_bp() tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-08-24 15:50 +0200
  [PATCH 2/8] ftrace: only allocate the ret_stack 'fp' field when needed Josh Poimboeuf <jpoimboe@redhat.com> - 2016-08-19 14:00 +0200
    [tip:x86/asm] ftrace: Only allocate the ret_stack 'fp' field when  needed tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-08-24 15:10 +0200
  [PATCH 6/8] ftrace/x86: implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTR Josh Poimboeuf <jpoimboe@redhat.com> - 2016-08-19 14:00 +0200
    [tip:x86/asm] ftrace/x86: Implement  HAVE_FUNCTION_GRAPH_RET_ADDR_PTR tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-08-24 15:10 +0200
  [PATCH 4/8] ftrace: add ftrace_graph_ret_addr() stack unwinding helpers Josh Poimboeuf <jpoimboe@redhat.com> - 2016-08-19 14:00 +0200
    [tip:x86/asm] ftrace: Add ftrace_graph_ret_addr() stack unwinding  helpers tip-bot for Josh Poimboeuf <tipbot@zytor.com> - 2016-08-24 15:10 +0200
  Re: [PATCH 0/8] ftrace/x86: function_graph stack dump fixes Steven Rostedt <rostedt@goodmis.org> - 2016-08-23 16:30 +0200
    Re: [PATCH 0/8] ftrace/x86: function_graph stack dump fixes Ingo Molnar <mingo@kernel.org> - 2016-08-24 12:20 +0200

csiph-web