[PATCH] Return probe redesign: i386 specific changes
authorRusty Lynch <rusty.lynch@intel.com>
Mon, 27 Jun 2005 22:17:09 +0000 (15:17 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 27 Jun 2005 22:23:53 +0000 (15:23 -0700)
commit4bdbd37f6d01abc4c002bb8de90ea2c3bc7abe7e
tree91e6506a091cfaeabd6d2ff81ed628b607189a71
parent802eae7c800fb7f583e6c06afa363585af2bef00
[PATCH] Return probe redesign: i386 specific changes

The following patch contains the i386 specific changes for the new
return probe design.  Changes include:

 * Removing the architecture specific functions for querying a return probe
   instance off a stack address
 * Complete rework onf arch_prepare_kretprobe() and trampoline_probe_handler()
 * Removing trampoline_post_handler()
 * Adding arch_init() so that now we handle registering the return probe
   trampoline instead of kernel/kprobes.c doing it

Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/kprobes.c