From: Prasanna S Panchamukhi Date: Thu, 5 May 2005 23:15:41 +0000 (-0700) Subject: [PATCH] Kprobes: Oops! in unregister_kprobe() X-Git-Tag: v2.6.12-rc4~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04dea5f93231204cc3ca0ab793ce76dbb10c86ba;p=pandora-kernel.git [PATCH] Kprobes: Oops! in unregister_kprobe() 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed