mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RFA][PATCH 0/2] ftrace: Fix arch issues with function graph trampoline
@ 2014-07-14 17:05 Steven Rostedt
  2014-07-14 17:05 ` [RFA][PATCH 1/2] ftrace: Allow archs to specify if they need a separate " Steven Rostedt
  2014-07-14 17:05 ` [RFA][PATCH 2/2] ftrace/x86: Have function graph tracer use its own trampoline Steven Rostedt
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Rostedt @ 2014-07-14 17:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: H. Peter Anvin, Ingo Molnar, Andrew Morton

H. Peter Anvin,

It was reported to me that my for-next branch broke other archs.
This patch series makes the ftrace graph trampoline an opt-in feature,
as it may require some arch changes to make it work. X86 did not
require changes, but now that it is an opt in, x86 needs to do so
to get this feature.

Can you give me your Acked-by on patch 2?

Thanks!

-- Steve



Steven Rostedt (Red Hat) (2):
      ftrace: Allow archs to specify if they need a separate function graph trampoline
      ftrace/x86: Have function graph tracer use its own trampoline

----
 arch/x86/include/asm/ftrace.h |  2 ++
 include/linux/ftrace.h        | 10 ++++++++++
 kernel/trace/ftrace.c         |  6 ++++--
 3 files changed, 16 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-14 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-14 17:05 [RFA][PATCH 0/2] ftrace: Fix arch issues with function graph trampoline Steven Rostedt
2014-07-14 17:05 ` [RFA][PATCH 1/2] ftrace: Allow archs to specify if they need a separate " Steven Rostedt
2014-07-14 17:05 ` [RFA][PATCH 2/2] ftrace/x86: Have function graph tracer use its own trampoline Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome