diff options
author | Matt Fleming <[email protected]> | 2012-03-05 15:05:34 -0800 |
---|---|---|
committer | Russell King <[email protected]> | 2012-03-24 09:38:55 +0000 |
commit | 101d9b0dedbc9e560737d3357104bf09db48eb3e (patch) | |
tree | c04dbbbc2e70b92f05668913d705378d9e717d64 /net/lapb/lapb_subr.c | |
parent | e88443cdfc61af5cd22d6aeb245ee94833c473bc (diff) |
ARM: use set_current_blocked() and block_sigmask()
As described in e6fa16ab ("signal: sigprocmask() should do
retarget_shared_pending()") the modification of current->blocked is
incorrect as we need to check for shared signals we're about to block.
Also, use the new helper function introduced in commit 5e6292c0f28f
("signal: add block_sigmask() for adding sigmask to current->blocked")
which centralises the code for updating current->blocked after
successfully delivering a signal and reduces the amount of duplicate code
across architectures. In the past some architectures got this code wrong,
so using this helper function should stop that from happening again.
Cc: Arnd Bergmann <[email protected]>
Cc: Dave Martin <[email protected]>
Cc: Nicolas Pitre <[email protected]>
Cc: Will Deacon <[email protected]>
Acked-by: Oleg Nesterov <[email protected]>
Signed-off-by: Matt Fleming <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions