Re: [patch 06/10] Text Edit Lock - kprobes architecture independent support

2007-09-07 Thread Mathieu Desnoyers
* Ananth N Mavinakayanahalli ([EMAIL PROTECTED]) wrote: > On Thu, Sep 06, 2007 at 04:01:30PM -0400, Mathieu Desnoyers wrote: > > > > > @@ -716,8 +720,9 @@ static int __kprobes pre_handler_kretpro > > struct kretprobe_instance, uflist); > > ri->rp = rp; >

Re: [patch 06/10] Text Edit Lock - kprobes architecture independent support

2007-09-07 Thread Ananth N Mavinakayanahalli
On Thu, Sep 06, 2007 at 04:01:30PM -0400, Mathieu Desnoyers wrote: > @@ -716,8 +720,9 @@ static int __kprobes pre_handler_kretpro >struct kretprobe_instance, uflist); > ri->rp = rp; > ri->task = current; > + kernel_text_lock

[patch 06/10] Text Edit Lock - kprobes architecture independent support

2007-09-06 Thread Mathieu Desnoyers
Use the mutual exclusion provided by the text edit lock in the kprobes code. It allows coherent manipulation of the kernel code by other subsystems. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] --- ker

[patch 06/10] Text Edit Lock - kprobes architecture independent support

2007-08-27 Thread Mathieu Desnoyers
Use the mutual exclusion provided by the text edit lock in the kprobes code. It allows coherent manipulation of the kernel code by other subsystems. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] --- ker