From: Al Viro Date: Sat, 10 May 2008 20:38:25 +0000 (-0400) Subject: [PATCH] get rid of leak in compat_execve() X-Git-Tag: v2.6.26-rc4~115^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08a6fac1c63233c87eec129938022f1a9a4d51f6;p=pandora-kernel.git [PATCH] get rid of leak in compat_execve() Even though copy_compat_strings() doesn't cache the pages, copy_strings_kernel() and stuff indirectly called by e.g. ->load_binary() is doing that, so we need to drop the cache contents in the end. [found by WANG Cong ] Signed-off-by: Al Viro --- Reading git-diff-tree failed