Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module: set MODULE_STATE_GOING state when a module fails to load
[ Upstream commit 5e8ed28 ] If a module fails to load due to an error in prepare_coming_module(), the following error handling in load_module() runs with MODULE_STATE_COMING in module's state. Fix it by correctly setting MODULE_STATE_GOING under "bug_cleanup" label. Signed-off-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Jessica Yu <jeyu@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
- Loading branch information