From: Masami Hiramatsu Date: Tue, 6 Jan 2009 22:41:55 +0000 (-0800) Subject: kprobes: support probing module __init function X-Git-Tag: v2.6.29-rc1~308 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24659d96f4e056125f14498285203d1427cb18e;p=pandora-kernel.git kprobes: support probing module __init function Allow kprobes to probe module __init routines. When __init functions are freed, kprobes which probe those functions are set to "Gone" flag. These "Gone" probes are disarmed from the code and never be enabled. Signed-off-by: Masami Hiramatsu Acked-by: Ananth N Mavinakayanahalli Cc: Anil S Keshavamurthy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed