Searched hist:"9 ec4b1f356b3bad928ae8e2aa9caebfa737d52df" (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | kprobes.h | diff 9ec4b1f356b3bad928ae8e2aa9caebfa737d52df Tue Jun 28 00:17:01 CEST 2005 Ananth N Mavinakayanahalli <ananth@in.ibm.com> [PATCH] kprobes: fix single-step out of line - take2
Now that PPC64 has no-execute support, here is a second try to fix the single step out of line during kprobe execution. Kprobes on x86_64 already solved this problem by allocating an executable page and using it as the scratch area for stepping out of line. Reuse that.
Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|