Searched hist:"66 ada2ccae4ed4dd07ba91df3b5fdb4c11335bd1" (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | kprobes.h | diff 66ada2ccae4ed4dd07ba91df3b5fdb4c11335bd1 Sat Aug 29 15:00:01 CEST 2020 Masami Hiramatsu <mhiramat@kernel.org> kprobes: Add generic kretprobe trampoline handler
Add a generic kretprobe trampoline handler for unifying the all cloned /arch/* kretprobe trampoline handlers.
The generic kretprobe trampoline handler is based on the x86 implementation, because it is the latest implementation. It has frame pointer checking, kprobe_busy_begin/end and return address fixup for user handlers.
[ mingo: Minor edits. ]
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/159870600138.1229682.3424065380448088833.stgit@devnote2
|