This website requires JavaScript.
Explore
Help
Register
Sign in
librewolf
/
lkrg
Watch
1
Star
0
Fork
You've already forked lkrg
0
mirror of
https://github.com/openwall/lkrg.git
synced
2023-12-13 21:30:29 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
3c8047c122
lkrg
/
src
/
modules
/
kmod
History
Adam_pi3
3c8047c122
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.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