From: Al Viro Date: Thu, 2 Aug 2012 19:05:11 +0000 (+0400) Subject: x86, um/x86: switch to generic sys_execve and kernel_execve X-Git-Tag: v3.7-rc1~64^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6783eaa2e1253fbcbe2c2f6bb4c843abf1343caf;p=pandora-kernel.git x86, um/x86: switch to generic sys_execve and kernel_execve 32bit wrapper is lost on that; 64bit one is *not*, since we need to arrange for full pt_regs on stack when we call sys_execve() and we need to load callee-saved ones from there afterwards. Signed-off-by: Al Viro --- Reading git-diff-tree failed