https://github.com/torvalds/linux
Revision 04dea5f93231204cc3ca0ab793ce76dbb10c86ba authored by Prasanna S Panchamukhi on 05 May 2005, 23:15:41 UTC, committed by Linus Torvalds on 05 May 2005, 23:36:39 UTC
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.

Signed-off-by: Prasanna S Panchamukhi <prasanna@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 0b9e2ca
History
Tip revision: 04dea5f93231204cc3ca0ab793ce76dbb10c86ba authored by Prasanna S Panchamukhi on 05 May 2005, 23:15:41 UTC
[PATCH] Kprobes: Oops! in unregister_kprobe()
Tip revision: 04dea5f

README

back to top