Re: [PATCH] Fix avr32 TIF atomicity in do_debug_priv

2007-03-08 Thread Haavard Skinnemoen
On Thu, 8 Mar 2007 22:21:37 -0500 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > Fix avr32 TIF atomicity in do_debug_priv > > avr32 updates the thread flags 1 - non atomically and 2 - with the wrong value > (for TIF_SINGLE_STEP) in this function. > > It applies to 2.6.20. Thanks, but this has a

[PATCH] Fix avr32 TIF atomicity in do_debug_priv

2007-03-08 Thread Mathieu Desnoyers
Fix avr32 TIF atomicity in do_debug_priv avr32 updates the thread flags 1 - non atomically and 2 - with the wrong value (for TIF_SINGLE_STEP) in this function. It applies to 2.6.20. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/arch/avr32/kernel/ptrace.c +++ b/arch/avr32/kernel/ptr