kpatch/kmod/core
Josh Poimboeuf 8927b02197 kmod/core: fix activeness safety checks for kernels >= 4.6
If an activeness safety check fails for kernels newer than 4.6, the
error is silently ignored because the newer version of
kpatch_backtrace_address_verify() doesn't set args.ret on error.

It would be an easy fix to just set args->ret on error, but I think a
better approach is just to combine the two versions of the function into
a single function with the use of a little macro trickery.
2016-12-14 10:40:45 -06:00
..
core.c kmod/core: fix activeness safety checks for kernels >= 4.6 2016-12-14 10:40:45 -06: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 kpatch-build: fix shadow_get function 2015-10-12 17:15:00 +08:00