From: Paul Mundt Date: Fri, 11 Jan 2008 04:18:16 +0000 (+0900) Subject: sh: Force __access_ok() to obey address space limit. X-Git-Tag: v2.6.24-rc8~42^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7587b1445c0087cfcaa03ceae79b52eef4e9e4b;p=pandora-kernel.git sh: Force __access_ok() to obey address space limit. When the thread_info->addr_limit changes were introduced, __access_ok() was missed in the conversion, allowing user processes to perform P1/P2 accesses under certain conditions. This has already been corrected with the nommu refactoring in later kernels. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed