]> git.baikalelectronics.ru Git - kernel.git/commit
livepatch: Improve error handling in klp_disable_func()
authorMinfei Huang <mnfhuang@gmail.com>
Tue, 14 Jul 2015 03:15:37 +0000 (11:15 +0800)
committerJiri Kosina <jkosina@suse.com>
Tue, 14 Jul 2015 20:48:06 +0000 (22:48 +0200)
commit1b1a3882636c058b6f8ba93c201e9e1eaed64b3d
tree30cda152f2024ccf23c67859296fe3541325e4c7
parent271d7557eff6101d2336eca237777558dcebb204
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.

[jkosina@suse.com: reworded the changelog a bit]
Signed-off-by: Minfei Huang <mnfhuang@gmail.com>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
kernel/livepatch/core.c