Re: [PATCH 0/9] powerpc: port of dynamic ftrace

2008-11-20 Thread Ingo Molnar
* Steven Rostedt <[EMAIL PROTECTED]> wrote: > branch: ppc/ftrace-disable > > > Matt Fleming (1): > ftrace: align __mcount_loc sections > > Steven Rostedt (8): > ftrace: disable dynamic ftrace from PowerPC > powerpc: ftrace, do not latency trace idle > powerpc: ftrac

Re: [PATCH 0/9] powerpc: port of dynamic ftrace

2008-11-20 Thread Steven Rostedt
On Thu, 20 Nov 2008, Ingo Molnar wrote: > > Hm, something like this shouldnt be pulled into the powerpc tree: it > touches the core kernel, x86 code and ftrace code as well. > > Please do the suggestion i outlined and which Paul agreed with: > prepare a branch that touches _only_ powerpc files

Re: [PATCH 0/9] powerpc: port of dynamic ftrace

2008-11-20 Thread Ingo Molnar
* Steven Rostedt <[EMAIL PROTECTED]> wrote: > > arch/powerpc/Kconfig |2 + > arch/powerpc/include/asm/ftrace.h | 14 +- > arch/powerpc/include/asm/module.h | 16 ++- > arch/powerpc/kernel/ftrace.c | 473 +--- > arch/powerpc/kernel/i

[PATCH 0/9] powerpc: port of dynamic ftrace

2008-11-19 Thread Steven Rostedt
Paul, Here are the patches that include the changes suggested by both you and Milton. This series includes the back port of three commits from tip that are needed for the PowerPC port. I also made a git branch called "ppc/ftrace-disable" that does not include two of the three commits. It adds a p