Re: [5/6 PATCH] Kprobes : Prevent possible race conditions ia64 changes

2005-07-08 Thread Prarit Bhargava
Keshavamurthy Anil S wrote: On Fri, Jul 08, 2005 at 04:40:45PM +0530, Prasanna S Panchamukhi wrote: Hi Anil, I have updated the patch as per your comments to move routines from jprobes.S to .kprobes.text section. Please let me know if you any issues. Looks fine and tested it too on IA64 Tig

Re: [5/6 PATCH] Kprobes : Prevent possible race conditions ia64 changes

2005-07-08 Thread Keshavamurthy Anil S
On Fri, Jul 08, 2005 at 04:40:45PM +0530, Prasanna S Panchamukhi wrote: > Hi Anil, > > I have updated the patch as per your comments to move routines > from jprobes.S to .kprobes.text section. > > Please let me know if you any issues. Looks fine and tested it too on IA64 Tiger4 box and works as i

Re: [5/6 PATCH] Kprobes : Prevent possible race conditions ia64 changes

2005-07-08 Thread Prasanna S Panchamukhi
Hi Anil, I have updated the patch as per your comments to move routines from jprobes.S to .kprobes.text section. Please let me know if you any issues. Thanks Prasanna This patch contains the ia64 architecture specific changes to prevent the possible race conditions. Signed-off-by: Prasanna S

Re: [5/6 PATCH] Kprobes : Prevent possible race conditions ia64 changes

2005-07-07 Thread Keshavamurthy Anil S
On Thu, Jul 07, 2005 at 03:18:33AM -0700, Prasanna S Panchamukhi wrote: > >This patch contains the ia64 architecture specific changes to >prevent the possible race conditions. > >Signed-off-by: Prasanna S Panchamukhi <[EMAIL PROTECTED]> > >--- > > linux-2.6.13-rc1-mm1-prasan

Re: [5/6 PATCH] Kprobes : Prevent possible race conditions ia64 changes

2005-07-07 Thread Prasanna S Panchamukhi
This patch contains the ia64 architecture specific changes to prevent the possible race conditions. Signed-off-by: Prasanna S Panchamukhi <[EMAIL PROTECTED]> --- linux-2.6.13-rc1-mm1-prasanna/arch/ia64/kernel/kprobes.c | 57 ++- linux-2.6.13-rc1-mm1-prasanna/arch/ia64/kernel/tra