kpatch/kmod/core
Josh Poimboeuf 6ee8803978 kmod/core: kpatch_unregister return error if !kpmod->enabled
It's probably cleaner to just return -EINVAL if the kpmod isn't enabled,
instead of warning and continuing, which would be dangerous.

I think the reason I had it WARN before is because this condition
shouldn't be possible given the source for the patch module.  But the
core module can't necessarily assume that it's our trustworthy patch
module code on the other side.
2014-05-02 23:02:29 -05:00
..
Makefile kmod/core: check for needed kernel config options 2014-05-02 16:11:55 -05:00
core.c kmod/core: kpatch_unregister return error if !kpmod->enabled 2014-05-02 23:02:29 -05:00
kpatch.h kpatch replace 2014-05-02 15:35:00 -05:00