From: Andi Kleen Date: Thu, 7 Dec 2006 01:14:06 +0000 (+0100) Subject: [PATCH] i386: Use probe_kernel_address instead of __get_user in fault paths X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a4180c0b03e2ee0c948fd8430ee092dc1625b3;p=pandora-kernel.git [PATCH] i386: Use probe_kernel_address instead of __get_user in fault paths Makes the intention of the code cleaner to read and avoids a potential deadlock on mmap_sem. Also change the types of the arguments to not include __user because they're really not user addresses. Signed-off-by: Andi Kleen --- Reading git-diff-tree failed