Re: [PATCH v2 1/2] ftrace/module: remove ftrace module notifier

From: Steven Rostedt
Date: Thu Feb 04 2016 - 09:18:29 EST


On Thu, 4 Feb 2016 14:27:51 +0100
Petr Mladek <pmladek@xxxxxxxx> wrote:


> > + ftrace_module_enable(mod);
> > blocking_notifier_call_chain(&module_notify_list,
> > MODULE_STATE_COMING, mod);
> > return 0;
>
> Also we need to call ftrace_release_mod() in bug_cleanup:
> goto target in load_module(). Otherwise, it will stay
> enabled when, e.g. parse_args() fails.

Look farther down (after free_module:), it's already there.

-- Steve