Re: [3/6 PATCH] Kprobes : Prevent possible race conditions x86_64 changes

2005-07-08 Thread Prasanna S Panchamukhi
Hi Andi, I have updated the patch as per your comments to move int3,debug, page_fault, general_protection routines to .kprobes.text section. Please let me know if you any issues. Thanks Prasanna This patch contains the x86_64 architecture specific changes to prevent the possible race conditions

Re: [3/6 PATCH] Kprobes : Prevent possible race conditions x86_64 changes

2005-07-07 Thread Prasanna S Panchamukhi
This patch contains the x86_64 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/x86_64/kernel/kprobes.c | 35 +- linux-2.6.13-rc1-mm1-prasanna/arch/x86_64/ker