[PATCH] kprobes: fix bug when probed on task and isr functions
This patch fixes a race condition where in system used to hang or sometime crash within minutes when kprobes are inserted on ISR routine and a task routine. The fix has been stress tested on i386, ia64, pp64 and on x86_64. To reproduce the problem insert kprobes on schedule() and do_IRQ() functions and you should see hang or system crash. Signed-off-by:Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> Signed-off-by:
Ananth N Mavinakayanahalli <ananth@in.ibm.com> Acked-by:
Prasanna S Panchamukhi <prasanna@in.ibm.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- arch/i386/kernel/kprobes.c 2 additions, 1 deletionarch/i386/kernel/kprobes.c
- arch/ia64/kernel/kprobes.c 19 additions, 3 deletionsarch/ia64/kernel/kprobes.c
- arch/ppc64/kernel/kprobes.c 6 additions, 5 deletionsarch/ppc64/kernel/kprobes.c
- arch/x86_64/kernel/kprobes.c 2 additions, 1 deletionarch/x86_64/kernel/kprobes.c
- include/asm-ia64/kprobes.h 1 addition, 0 deletionsinclude/asm-ia64/kprobes.h
- include/asm-ppc64/kprobes.h 3 additions, 0 deletionsinclude/asm-ppc64/kprobes.h
- kernel/kprobes.c 22 additions, 0 deletionskernel/kprobes.c
Loading
Please register or sign in to comment