From: Al Viro Date: Fri, 27 Apr 2012 03:25:06 +0000 (-0400) Subject: um: wrong sigmask saved in case of multiple sigframes X-Git-Tag: v3.5-rc1~133^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a30a798fb501429522a30b6027a603244d659b2;p=pandora-kernel.git um: wrong sigmask saved in case of multiple sigframes we can't just find oldmask once; if there are multiple signals and we loop building sigframes for those, ->saved_mask will be definitely wrong for all but the first one. Signed-off-by: Al Viro --- Reading git-diff-tree failed