From: Jeff Dike Date: Tue, 26 Sep 2006 06:33:02 +0000 (-0700) Subject: [PATCH] uml: Fix handling of failed execs of helpers X-Git-Tag: v2.6.19-rc1~1090 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7aaad9ba4f2a059a70014be12a921eceebfc47;p=pandora-kernel.git [PATCH] uml: Fix handling of failed execs of helpers There were some bugs in handling failures to exec helper programs. errno was passed back from the child with the wrong sign. It was also ignored. In the case where it mattered, the errno from the (successful) read in the parent was used instead. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed