kpatch/kmod
Joe Lawrence d62a9aa996 kmod/core: fix module taint for 4.9 kernel
Upstream 2992ef29ae01 "livepatch/module: make TAINT_LIVEPATCH module-specific"
added a TAINT_LIVEPATCH flag to the module-specific taint flags.  This
commit is v4.9+ and the modules taint field is an unsigned int.

Upstream 7fd8329ba502 "taint/module: Clean up global and module taint
flags handling" modified the modules taint field to be an unsigned long.
This commit is v4.10+.

Adjust the module tainting code in kpatch_register() to consider v4.9
kernels as well as v4.10 (and any distro-specific behavior).

Fixes: #666.
2017-02-02 13:40:25 -05:00
..
core kmod/core: fix module taint for 4.9 kernel 2017-02-02 13:40:25 -05:00
patch kmod: fix kpatch patch module load if CONFIG_LIVEPATCH=n 2017-01-24 15:38:51 -05:00
Makefile kmod: Fix install path 2016-05-06 10:47:43 +01:00