lkrg/src/modules/kmod
2018-03-19 22:10:54 -07:00
..
p_kmod.c Fix possible race condition issue during initialization if LKRG is a boot driver. Thanks goes to Andrei Lavreniyuk 2018-03-16 12:07:36 -07:00
p_kmod.h Fix possible race condition issue during initialization if LKRG is a boot driver. Thanks goes to Andrei Lavreniyuk 2018-03-16 12:07:36 -07:00
p_kmod_notifier.c Fix potential deadlock caused by get_online_cpus() function which under-the-hood might-sleep if CONFIG_PREEMPT_VOLUNTARY=y. It was only possible during intensive module-notification being executed parallel with integrity routing executing after module_mutex and kernfs_mutex being unlocked. 2018-03-19 22:10:54 -07:00
p_kmod_wrapper.c Initial LKRG-main 2017-10-26 22:29:49 -07:00