Linus Torvalds 87400e5406 Fix up more fallout form alpha signal cleanups
Commit c52c2ddc1dfa ("alpha: switch osf_sigprocmask() to use of
sigprocmask()") had several problems.  The more obvious compile issues
got fixed in commit 0f44fbd297e1 ("alpha: fix compile problem in
arch/alpha/kernel/signal.c"), but it also caused a regression.

Since _BLOCKABLE is already the set of signals that can be blocked, the
code should do "newmask & _BLOCKABLE" rather than inverting _BLOCKABLE
before masking.

Reported-by: Michael Cree <mcree@orcon.net.nz>
Patch-by: Al Viro <viro@zeniv.linux.org.uk>
Patch-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-09-30 08:37:38 -07:00
..
2009-01-15 16:39:40 -08:00
2008-04-17 10:42:34 -04:00
2009-05-02 15:36:10 -07:00
2009-05-02 15:36:10 -07:00
2009-05-02 15:36:10 -07:00
2009-01-15 16:39:40 -08:00
2008-04-28 08:58:27 -07:00
2010-09-18 23:06:18 -04:00
2010-08-31 22:45:31 -04:00
2010-09-18 23:06:18 -04:00