Re: [PATCH 4/7] kprobes: Support probing module __exit function

From: Ananth N Mavinakayanahalli
Date: Wed Nov 12 2008 - 10:57:41 EST


On Tue, Nov 11, 2008 at 03:56:58PM -0500, Masami Hiramatsu wrote:
> Allows kprobes to probe __exit routine.
> This adds flags member to struct kprobe. When module is freed(kprobes hooks
> module_notifier to get this event), kprobes which probe the functions in
> that module are set to "Gone" flag to the flags member. These "Gone" probes
> are never be enabled.
> Users can check the GONE flag through debugfs.
>
> This also removes mod_refcounted, because we couldn't free a module if
> kprobe incremented the refcount of that module.
>
> Signed-off-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx>

Acked-by: Ananth N Mavinakayanahalli <ananth@xxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/