From: Linus Torvalds Date: Thu, 3 Aug 2006 03:17:49 +0000 (-0700) Subject: Fix force_sig_info() semantics after cleanups X-Git-Tag: v2.6.18-rc4~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae74c3b69a08e1de20cb681ec959f3a48af0006a;p=pandora-kernel.git Fix force_sig_info() semantics after cleanups Suresh points out that commit b0423a0d9cc836b2c3d796623cd19236bfedfe63 broke the semantics of a synchronous signal like SIGSEGV occurring recursively inside its own handler handler (or, indeed, any other context when the signal was blocked). That was unintentional, and this fixes things up by reinstating the old semantics, but without reverting the cleanups. Cc: Paul E. McKenney Acked-by: Suresh Siddha Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed