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

From: Miroslav Benes
Date: Wed Feb 10 2016 - 05:13:18 EST


On Mon, 8 Feb 2016, Jessica Yu wrote:

> Put all actions that are performed after module->state is set to
> MODULE_STATE_COMING in complete_formation() into a separate function
> prepare_coming_module(). This prepares for the removal of ftrace and
> livepatch module coming notifiers and instead the corresponding work will
> be done in prepare_coming_module(). This split will also allow for
> appropriate error handling.
>
> Signed-off-by: Jessica Yu <jeyu@xxxxxxxxxx>

Reviewed-by: Miroslav Benes <mbenes@xxxxxxx>

Miroslav