kpatch/kmod
zhenjiang.mzj b311112702 deal with the deadlock may occur in stop_machine context.
we remove the pre_patch_callback/post_unpatch_callback from the
stop_machine context. If a schedule/sleep happend in callbacks while the
process to be scheuded later will send IPI, because all interrupts
are disabled, the machine will trap into a  deadlock in such situation.
So we remove the pre_patch_callback and post_unpatch_callback from
the stop_machine to avoid such situation. On the other hand, to avoid
the race between the patched code and post-patch/pre-unpatch callbacks when
run in parallel, we didn't remove  the post_patch_callback and
pre_unpatch_callback from stop_machine.
2020-08-10 14:53:04 +08:00
..
core deal with the deadlock may occur in stop_machine context. 2020-08-10 14:53:04 +08:00
patch create-kpatch-module: Fix -Wconversion warnings 2020-02-11 19:25:10 +05:30
Makefile kmod: Fix install path 2016-05-06 10:47:43 +01:00