From: Bodo Stroesser Date: Sat, 3 Sep 2005 22:57:24 +0000 (-0700) Subject: [PATCH] uml: fix SIGWINCH handler race while waiting for signals. X-Git-Tag: v2.6.14-rc1~811 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed1b58d8b53519e10a35c6a2bb49cac35f439621;p=pandora-kernel.git [PATCH] uml: fix SIGWINCH handler race while waiting for signals. If a SIGWINCH comes in, while winch_thread() isn't waiting in wait(), winch_thread could miss signals. It isn't very probable, that anyone will see this causing trouble, as it would need a very special timing, that a missed SIGWINCH results in a wrong window size. So, this is a minor problem. But why not fix, as it can be done so easy? Signed-off-by: Bodo Stroesser Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed