From: Andi Kleen Date: Thu, 7 Dec 2006 01:14:12 +0000 (+0100) Subject: [PATCH] unwinder: Use probe_kernel_address instead of __get_user in kernel/unwind.c X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2124bb8d369a4bc1afde1959040e33d71c41d5e;p=pandora-kernel.git [PATCH] unwinder: Use probe_kernel_address instead of __get_user in kernel/unwind.c This avoids trouble with the page fault handler if the fault happens inside an interrupt context. Suggested by Linus Cc: jbeulich@novell.com Signed-off-by: Andi Kleen --- Reading git-diff-tree failed