Re: [PATCH] use probe_kernel_address in Dwarf2 unwinder

2006-11-29 Thread Andi Kleen
On Wednesday 29 November 2006 15:02, Jan Beulich wrote: > >>> Andi Kleen <[EMAIL PROTECTED]> 29.11.06 14:15 >>> > >On Wednesday 29 November 2006 12:14, Jan Beulich wrote: > >> Use probe_kernel_address() instead of __get_user() in Dwarf2 unwinder. > > > >I had already done this here. Thanks. > > I

Re: [PATCH] use probe_kernel_address in Dwarf2 unwinder

2006-11-29 Thread Jan Beulich
>>> Andi Kleen <[EMAIL PROTECTED]> 29.11.06 14:15 >>> >On Wednesday 29 November 2006 12:14, Jan Beulich wrote: >> Use probe_kernel_address() instead of __get_user() in Dwarf2 unwinder. > >I had already done this here. Thanks. I had checked firstfloor and only found similar changes to arch/x86-64/.

Re: [PATCH] use probe_kernel_address in Dwarf2 unwinder

2006-11-29 Thread Andi Kleen
On Wednesday 29 November 2006 12:14, Jan Beulich wrote: > Use probe_kernel_address() instead of __get_user() in Dwarf2 unwinder. I had already done this here. Thanks. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

[PATCH] use probe_kernel_address in Dwarf2 unwinder

2006-11-29 Thread Jan Beulich
Use probe_kernel_address() instead of __get_user() in Dwarf2 unwinder. Signed-off-by: Jan Beulich <[EMAIL PROTECTED]> --- linux-2.6.19-rc6/kernel/unwind.c2006-11-29 10:04:11.0 +0100 +++ 2.6.19-rc6-unwind-probe_kernel_address/kernel/unwind.c 2006-11-29 10:22:16.0 +0100 @@