commit | 225f58fbcc02ace232fc49f05036042f9d58263e | [log] [tgz] |
---|---|---|
author | Minfei Huang <[email protected]> | Tue Jul 14 11:15:37 2015 +0800 |
committer | Jiri Kosina <[email protected]> | Tue Jul 14 22:48:06 2015 +0200 |
tree | 30cda152f2024ccf23c67859296fe3541325e4c7 | |
parent | 0faef837e431b4984652f4a14d2075bed108a04d [diff] |
livepatch: Improve error handling in klp_disable_func() In case of func->state or func->old_addr not having expected values, we'd rather bail out immediately from klp_disable_func(). This can't really happen with the current codebase, but fix this anyway in the sake of robustness. [[email protected]: reworded the changelog a bit] Signed-off-by: Minfei Huang <[email protected]> Acked-by: Josh Poimboeuf <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>