]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
avr32: don't mask signals in the error path
authorMatt Fleming <matt.fleming@intel.com>
Wed, 4 Apr 2012 00:08:03 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 11 Apr 2012 04:45:37 +0000 (14:45 +1000)
commit3c9b8583989a06bf70e48bb448eb766bbbd1a488
tree2a5f8e6f50447a52c622697dab365af7c4e412fd
parenta28decfd273dcf75a4ce0c96df03627cc22ff11d
avr32: don't mask signals in the error path

The current handle_signal() implementation is broken - it will mask
signals if we fail to setup the signal stack frame, which isn't the
desired behaviour, we should only be masking signals if we succeed in
setting up the stack frame.  It looks like this code was copied from the
old (broken) arm implementation but wasn't updated when the arm code was
fixed in commit a6c61e9dfdd0 ("[ARM] 3168/1: Update ARM signal delivery
and masking").

Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Acked-by: Havard Skinnemoen <hskinnemoen@gmail.com>
Acked-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/avr32/kernel/signal.c