[PATCH] Kprobes: Oops! in unregister_kprobe()

2005-04-11 Thread Prasanna S Panchamukhi
Hi, Please find the patch below to fix Oops! in unregister_kprobe(). Please let me know if you any issues. Thanks Prasanna kernel oops! when unregister_kprobe() is called on a non-registered kprobe. This patch fixes the above problem by checking if the probe exists before unregistering.

[PATCH] Kprobes: Oops! in unregister_kprobe()

2005-04-11 Thread Prasanna S Panchamukhi
Hi, Please find the patch below to fix Oops! in unregister_kprobe(). Please let me know if you any issues. Thanks Prasanna kernel oops! when unregister_kprobe() is called on a non-registered kprobe. This patch fixes the above problem by checking if the probe exists before unregistering.