commit | e2124bb8d369a4bc1afde1959040e33d71c41d5e | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Thu Dec 07 02:14:12 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Dec 07 02:14:12 2006 +0100 |
tree | 66edded37e2922f255b53645416fbfd0c2fd0cd8 | |
parent | f3d73707a1e84f0687a05144b70b660441e999c7 [diff] |
[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 <ak@suse.de>