Re: [PATCH 1/2] Kprobes: Indicate kretprobe support in arch//Kconfig - updated

2007-12-10 Thread Ananth N Mavinakayanahalli
On Mon, Dec 10, 2007 at 10:10:01AM -0500, Mathieu Desnoyers wrote: > * Ananth N Mavinakayanahalli ([EMAIL PROTECTED]) wrote: > > On Mon, Dec 10, 2007 at 11:13:07AM +0100, Sam Ravnborg wrote: > > > On Mon, Dec 10, 2007 at 03:22:22PM +0530, Ananth N Mavinakayanahalli > > > wrote: > > > > From:

Re: [PATCH 1/2] Kprobes: Indicate kretprobe support in arch//Kconfig - updated

2007-12-10 Thread Mathieu Desnoyers
* Ananth N Mavinakayanahalli ([EMAIL PROTECTED]) wrote: > On Mon, Dec 10, 2007 at 11:13:07AM +0100, Sam Ravnborg wrote: > > On Mon, Dec 10, 2007 at 03:22:22PM +0530, Ananth N Mavinakayanahalli wrote: > > > From: Ananth N Mavinakayanahalli <[EMAIL PROTECTED]> > > > > > > This patch adds

Re: [PATCH 1/2] Kprobes: Indicate kretprobe support in arch//Kconfig - updated

2007-12-10 Thread Ananth N Mavinakayanahalli
On Mon, Dec 10, 2007 at 11:13:07AM +0100, Sam Ravnborg wrote: > On Mon, Dec 10, 2007 at 03:22:22PM +0530, Ananth N Mavinakayanahalli wrote: > > From: Ananth N Mavinakayanahalli <[EMAIL PROTECTED]> > > > > This patch adds CONFIG_HAVE_KRETPROBES to the arch//Kconfig file > > for relevant

Re: [PATCH 1/2] Kprobes: Indicate kretprobe support in arch//Kconfig

2007-12-10 Thread Sam Ravnborg
On Mon, Dec 10, 2007 at 03:22:22PM +0530, Ananth N Mavinakayanahalli wrote: > From: Ananth N Mavinakayanahalli <[EMAIL PROTECTED]> > > This patch adds CONFIG_HAVE_KRETPROBES to the arch//Kconfig file > for relevant architectures with kprobes support. This facilitates easy > handling of in-kernel

[PATCH 1/2] Kprobes: Indicate kretprobe support in arch//Kconfig

2007-12-10 Thread Ananth N Mavinakayanahalli
From: Ananth N Mavinakayanahalli <[EMAIL PROTECTED]> This patch adds CONFIG_HAVE_KRETPROBES to the arch//Kconfig file for relevant architectures with kprobes support. This facilitates easy handling of in-kernel modules (like samples/kprobes/kretprobe_example.c) that depend on kretprobes being

Re: [patch 1/2] Kprobes: Indicate kretprobe support in arch//Kconfig

2007-12-08 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: > On Tue, 13 Nov 2007 21:17:10 +0530 > Ananth N Mavinakayanahalli <[EMAIL PROTECTED]> wrote: > > > From: Ananth N Mavinakayanahalli <[EMAIL PROTECTED]> > > > > This patch adds CONFIG_ARCH_SUPPORTS_KRETPROBES to the > > arch//Kconfig file for relevant

Re: [patch 1/2] Kprobes: Indicate kretprobe support in arch//Kconfig

2007-12-07 Thread Andrew Morton
On Tue, 13 Nov 2007 21:17:10 +0530 Ananth N Mavinakayanahalli <[EMAIL PROTECTED]> wrote: > From: Ananth N Mavinakayanahalli <[EMAIL PROTECTED]> > > This patch adds CONFIG_ARCH_SUPPORTS_KRETPROBES to the > arch//Kconfig file for relevant architectures with kprobes > support. This facilitates easy

[patch 1/2] Kprobes: Indicate kretprobe support in arch//Kconfig

2007-11-13 Thread Ananth N Mavinakayanahalli
From: Ananth N Mavinakayanahalli <[EMAIL PROTECTED]> This patch adds CONFIG_ARCH_SUPPORTS_KRETPROBES to the arch//Kconfig file for relevant architectures with kprobes support. This facilitates easy handling of in-kernel modules (like samples/kprobes/kretprobe_example.c) that depend on kretprobes