From: Linus Torvalds Date: Thu, 30 Sep 2010 15:37:38 +0000 (-0700) Subject: Fix up more fallout form alpha signal cleanups X-Git-Tag: v2.6.36-rc7~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87400e5406e215e9a1b43cf67794fbb34c15c342;p=pandora-kernel.git 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 Patch-by: Al Viro Patch-by: Ivan Kokshaysky Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed