[PATCH v3 2/2] livepatch/module: remove livepatch module notifier

2016-03-19 Thread Jessica Yu
Remove the livepatch module notifier in favor of directly enabling and disabling patches to modules in the module loader. Hard-coding the function calls ensures that ftrace_module_enable() is run before klp_module_coming() during module load, and that klp_module_going() is run before ftrace_release

Re: [PATCH v3 2/2] livepatch/module: remove livepatch module notifier

2016-02-08 Thread Petr Mladek
On Fri 2016-02-05 22:08:17, Jessica Yu wrote: > Remove the livepatch module notifier in favor of directly enabling and > disabling patches to modules in the module loader. Hard-coding the > function calls ensures that ftrace_module_enable() is run before > klp_module_coming() during module load, an

[PATCH v3 2/2] livepatch/module: remove livepatch module notifier

2016-02-05 Thread Jessica Yu
Remove the livepatch module notifier in favor of directly enabling and disabling patches to modules in the module loader. Hard-coding the function calls ensures that ftrace_module_enable() is run before klp_module_coming() during module load, and that klp_module_going() is run before ftrace_release