Re: [PATCH 1/3] modules: split part of complete_formation() into prepare_coming_module()

2016-03-10 Thread Josh Poimboeuf
On Wed, Mar 09, 2016 at 05:13:55PM -0500, Jessica Yu wrote: > Put all actions in complete_formation() that are performed after > module->state is set to MODULE_STATE_COMING into a separate function > prepare_coming_module(). This split prepares for the removal of the > livepatch module notifiers

Re: [PATCH 1/3] modules: split part of complete_formation() into prepare_coming_module()

2016-03-10 Thread Josh Poimboeuf
On Wed, Mar 09, 2016 at 05:13:55PM -0500, Jessica Yu wrote: > Put all actions in complete_formation() that are performed after > module->state is set to MODULE_STATE_COMING into a separate function > prepare_coming_module(). This split prepares for the removal of the > livepatch module notifiers

[PATCH 1/3] modules: split part of complete_formation() into prepare_coming_module()

2016-03-09 Thread Jessica Yu
Put all actions in complete_formation() that are performed after module->state is set to MODULE_STATE_COMING into a separate function prepare_coming_module(). This split prepares for the removal of the livepatch module notifiers in favor of hard-coding function calls to klp_module_{coming,going}

[PATCH 1/3] modules: split part of complete_formation() into prepare_coming_module()

2016-03-09 Thread Jessica Yu
Put all actions in complete_formation() that are performed after module->state is set to MODULE_STATE_COMING into a separate function prepare_coming_module(). This split prepares for the removal of the livepatch module notifiers in favor of hard-coding function calls to klp_module_{coming,going}