kpatch/kmod/core
Joe Lawrence 13fd6f2563 kmod: fix kpatch patch module load if CONFIG_LIVEPATCH=n
Previous commit "kmod: let kernel apply TAINT_LIVEPATCH" modified the
kpatch patch module to set the "livepatch" module info.  This breaks
module loading for kernel config CONFIG_LIVEPATCH=n

  kpatch_kmalloc: module is marked as livepatch module, but livepatch support is disabled

kpatch modules can still use TAINT_LIVEPATCH as a per-module taint flag,
but only if it is set after the module loads.

Fixes: 660.
2017-01-24 15:38:51 -05:00
..
core.c kmod: fix kpatch patch module load if CONFIG_LIVEPATCH=n 2017-01-24 15:38:51 -05:00
kpatch.h Add CONFIG_RANDOMIZE_BASE KASLR support 2016-11-29 13:55:34 -05:00
Makefile Makefile: determine kernel release in Makefile 2016-02-10 09:46:38 -06:00
shadow.c smatch: fix kpatch_shadow_alloc cleanup 2016-12-16 14:26:11 -05:00