Re: [RFC] [PATCH 5/7] X86 Support for Uprobes

2010-01-14 Thread Jim Keniston
On Thu, 2010-01-14 at 12:13 +0100, Peter Zijlstra wrote: > On Mon, 2010-01-11 at 17:55 +0530, Srikar Dronamraju wrote: > > [PATCH] x86 support for Uprobes > > So uhm,.. HAVE_UPROBE is basically HAVE_UBP? Certainly ALMOST all the architecture-specific stuff we've factored out of the old uprobes re

Re: [RFC] [PATCH 5/7] X86 Support for Uprobes

2010-01-14 Thread Peter Zijlstra
On Mon, 2010-01-11 at 17:55 +0530, Srikar Dronamraju wrote: > [PATCH] x86 support for Uprobes So uhm,.. HAVE_UPROBE is basically HAVE_UBP? > Signed-off-by: Jim Keniston > --- > arch/x86/Kconfig |1 + > arch/x86/include/asm/uprobes.h | 27 +++ > 2 file

[RFC] [PATCH 5/7] X86 Support for Uprobes

2010-01-11 Thread Srikar Dronamraju
[PATCH] x86 support for Uprobes Signed-off-by: Jim Keniston --- arch/x86/Kconfig |1 + arch/x86/include/asm/uprobes.h | 27 +++ 2 files changed, 28 insertions(+) Index: new_uprobes.git/arch/x86/Kconfig =