Re: [PATCH -tip v5 5/7] x86: fix kernel_trap_sp()

2009-05-11 Thread Christoph Hellwig
On Fri, May 08, 2009 at 08:49:04PM -0400, Masami Hiramatsu wrote: Use regs-sp instead of regs for getting the top of stack in kernel mode. (on x86-64, regs-sp always points the top of stack) Shouldn't this patch be sent for inclusion ASAP instead of sitting in this series? -- To unsubscribe

[PATCH -tip v5 5/7] x86: fix kernel_trap_sp()

2009-05-08 Thread Masami Hiramatsu
Use regs-sp instead of regs for getting the top of stack in kernel mode. (on x86-64, regs-sp always points the top of stack) [ impact: Oprofile decodes only stack for backtracing on i386 ] Signed-off-by: Masami Hiramatsu mhira...@redhat.com Cc: Harvey Harrison harvey.harri...@gmail.com Cc: Ingo