kpatch/kmod
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
..
core kmod/core: kpatch_unregister return error if !kpmod->enabled 2014-05-02 23:02:29 -05:00
patch kpatch replace 2014-05-02 15:35:00 -05:00
Makefile support CONFIG_MODVERSIONS=y 2014-03-27 16:36:43 -07:00