From: Oleg Nesterov Date: Wed, 16 Dec 2009 00:47:26 +0000 (-0800) Subject: signals: check ->group_stop_count after tracehook_get_signal() X-Git-Tag: v2.6.33-rc1~71^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be53963b0519bd3681749a9bed8b83aeb005cca;p=pandora-kernel.git signals: check ->group_stop_count after tracehook_get_signal() Move the call to do_signal_stop() down, after tracehook call. This makes ->group_stop_count condition visible to tracers before do_signal_stop() will participate in this group-stop. Currently the patch has no effect, tracehook_get_signal() always returns 0. Signed-off-by: Oleg Nesterov Acked-by: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed