From: Andi Kleen Date: Thu, 7 Dec 2006 01:14:05 +0000 (+0100) Subject: [PATCH] Generic: Move __user cast into probe_kernel_address X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fff0a48416af891dce38fd425246e337831e0bb;p=pandora-kernel.git [PATCH] Generic: Move __user cast into probe_kernel_address Caller of probe_kernel_address shouldn't need to know that pka is internally implemented with __get_user. So move the __user cast into pka. Signed-off-by: Andi Kleen --- Reading git-diff-tree failed