kpatch/kmod/core
Josh Poimboeuf aa5346d13b kmod/core: remove comments about preemption
Preemption shouldn't cause a problem with determining activeness safety.
Even if a thread is preempted, it'll be on the backtrace.

We may need to disable preemption when reading the kpatch_funcs array,
but I'm removing that comment for now because the kpatch_funcs array
will soon be replaced by a much better data structure, and we'll deal
with proper synchronization then.
2014-03-14 20:23:12 -05:00
..
core.c kmod/core: remove comments about preemption 2014-03-14 20:23:12 -05:00
kpatch.h add GPLv2 headers to source files 2014-03-04 21:34:19 -06:00
Makefile kmod/core: remove assembler code 2014-03-14 20:23:12 -05:00