[RFC PATCH v4 2/6] uretprobes/x86: hijack return address

2013-03-04 Thread Anton Arapov
hijack the return address and replace it with a "trampoline" v2: - remove ->doomed flag, kill task immediately Signed-off-by: Anton Arapov --- arch/x86/include/asm/uprobes.h | 1 + arch/x86/kernel/uprobes.c | 29 + 2 files changed, 30 insertions(+) diff

[RFC PATCH v4 2/6] uretprobes/x86: hijack return address

2013-03-04 Thread Anton Arapov
hijack the return address and replace it with a trampoline v2: - remove -doomed flag, kill task immediately Signed-off-by: Anton Arapov an...@redhat.com --- arch/x86/include/asm/uprobes.h | 1 + arch/x86/kernel/uprobes.c | 29 + 2 files changed, 30