lkml.org 
[lkml]   [2012]   [Jul]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 5/6] ftrace/x86: Add separate function to save regs
Date
On Mon, Jul 2, 2012, at 16:03, Steven Rostedt wrote:
> Email had 1 attachment:
> + 0005-ftrace-x86-Add-separate-function-to-save-regs.patch
> 23k (text/plain)

Hi Steven,

One thing that caught my eye...

> diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S
> index e3e17a0..acd4963 100644
> --- a/arch/x86/kernel/entry_32.S
> +++ b/arch/x86/kernel/entry_32.S
> @@ -1109,6 +1109,7 @@ ENTRY(ftrace_caller)
> pushl %eax
> pushl %ecx
> pushl %edx
> + pushl $0 /* Pass NULL as regs pointer */
> movl 0xc(%esp), %eax

This should now be changed to "0x10(%esp)", right?

Greetings,
Alexander

> movl 0x4(%ebp), %edx
> leal function_trace_op, %ecx
> @@ -1118,6 +1119,7 @@ ENTRY(ftrace_caller)
> ftrace_call:
> call ftrace_stub
>
> + addl $4,%esp /* skip NULL pointer */
> popl %edx
> popl %ecx
> popl %eax



\
 
 \ /
  Last update: 2012-07-03 19:21    [W:0.301 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site