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

2016-02-08 Thread Josh Poimboeuf
On Fri, Feb 05, 2016 at 10:08:16PM -0500, Jessica Yu wrote: > Remove the ftrace module notifier in favor of directly calling > ftrace_module_enable() and ftrace_release_mod() in the module loader. > Hard-coding the function calls directly in the module loader removes > dependence on the module

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

2016-02-08 Thread Petr Mladek
On Fri 2016-02-05 22:08:16, Jessica Yu wrote: > Remove the ftrace module notifier in favor of directly calling > ftrace_module_enable() and ftrace_release_mod() in the module loader. > Hard-coding the function calls directly in the module loader removes > dependence on the module notifier call

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

2016-02-08 Thread Petr Mladek
On Fri 2016-02-05 22:08:16, Jessica Yu wrote: > Remove the ftrace module notifier in favor of directly calling > ftrace_module_enable() and ftrace_release_mod() in the module loader. > Hard-coding the function calls directly in the module loader removes > dependence on the module notifier call

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

2016-02-08 Thread Josh Poimboeuf
On Fri, Feb 05, 2016 at 10:08:16PM -0500, Jessica Yu wrote: > Remove the ftrace module notifier in favor of directly calling > ftrace_module_enable() and ftrace_release_mod() in the module loader. > Hard-coding the function calls directly in the module loader removes > dependence on the module

[PATCH v3 1/2] ftrace/module: remove ftrace module notifier

2016-02-05 Thread Jessica Yu
Remove the ftrace module notifier in favor of directly calling ftrace_module_enable() and ftrace_release_mod() in the module loader. Hard-coding the function calls directly in the module loader removes dependence on the module notifier call chain and provides better visibility and control over

[PATCH v3 1/2] ftrace/module: remove ftrace module notifier

2016-02-05 Thread Jessica Yu
Remove the ftrace module notifier in favor of directly calling ftrace_module_enable() and ftrace_release_mod() in the module loader. Hard-coding the function calls directly in the module loader removes dependence on the module notifier call chain and provides better visibility and control over