kpatch/kmod
Josh Poimboeuf 3b489e7d29 support CONFIG_MODVERSIONS=y
When CONFIG_MODVERSIONS is enabled, loading of the patch module fails
with "no symbol version for kpatch_register".  When building the patch
module, we need to point it to the core module's Module.symvers file.

This also works when CONFIG_MODVERSIONS is disabled, since
Module.symvers is created regardless.
2014-03-27 16:36:43 -07:00
..
core kmod/core: add "notrace" to ftrace handler 2014-03-19 19:16:12 -05:00
patch core/kmod: use kmalloc instead of kzalloc 2014-03-18 16:57:51 -05:00
Makefile support CONFIG_MODVERSIONS=y 2014-03-27 16:36:43 -07:00