[for-next][PATCH 0/4] ftrace: Changes for 6.11

Steven Rostedt posted 4 patches 1 year, 8 months ago
Documentation/trace/ftrace-design.rst | 12 -------
arch/arm64/include/asm/ftrace.h       | 11 ------
arch/csky/include/asm/ftrace.h        |  2 --
arch/loongarch/include/asm/ftrace.h   |  1 -
arch/powerpc/include/asm/ftrace.h     |  2 --
arch/riscv/include/asm/ftrace.h       |  1 -
arch/s390/include/asm/ftrace.h        |  1 -
arch/x86/include/asm/ftrace.h         |  2 --
include/linux/ftrace.h                |  2 --
kernel/trace/fgraph.c                 | 65 ++++++++++++-----------------------
kernel/trace/ftrace.c                 |  2 ++
kernel/trace/ftrace_internal.h        |  4 +++
12 files changed, 28 insertions(+), 77 deletions(-)
[for-next][PATCH 0/4] ftrace: Changes for 6.11
Posted by Steven Rostedt 1 year, 8 months ago
  git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
ftrace/for-next

Head SHA1: 9b5a45eb639c46c0374b5e040e6e6db386909676


Marilene A Garcia (1):
      ftrace: Add missing kerneldoc parameters to unregister_ftrace_direct()

Steven Rostedt (Google) (3):
      function_graph: Make fgraph_update_pid_func() a stub for !DYNAMIC_FTRACE
      function_graph: Fix up ftrace_graph_ret_addr()
      function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it

----
 Documentation/trace/ftrace-design.rst | 12 -------
 arch/arm64/include/asm/ftrace.h       | 11 ------
 arch/csky/include/asm/ftrace.h        |  2 --
 arch/loongarch/include/asm/ftrace.h   |  1 -
 arch/powerpc/include/asm/ftrace.h     |  2 --
 arch/riscv/include/asm/ftrace.h       |  1 -
 arch/s390/include/asm/ftrace.h        |  1 -
 arch/x86/include/asm/ftrace.h         |  2 --
 include/linux/ftrace.h                |  2 --
 kernel/trace/fgraph.c                 | 65 ++++++++++++-----------------------
 kernel/trace/ftrace.c                 |  2 ++
 kernel/trace/ftrace_internal.h        |  4 +++
 12 files changed, 28 insertions(+), 77 deletions(-)