Name |
Last commit
|
Last update |
---|---|---|
.github/workflows | ||
.woodpecker | ||
bin | ||
kernel_hardening_checker | ||
.gitignore | ||
LICENSE.txt | ||
MANIFEST.in | ||
README.md | ||
issues.md | ||
setup.cfg | ||
setup.py |
This is what DEBUG_NOTIFIERS performs (see kernel/notifier.c): ``` #ifdef CONFIG_DEBUG_NOTIFIERS if (unlikely(!func_ptr_is_kernel_text(nb->notifier_call))) { WARN(1, "Invalid notifier called!"); nb = next_nb; continue; } #endif ``` CFI can do the same better. Thanks to @thestinger for the idea. Refers to #99.
Name |
Last commit
|
Last update |
---|---|---|
.github/workflows | Loading commit data... | |
.woodpecker | Loading commit data... | |
bin | Loading commit data... | |
kernel_hardening_checker | Loading commit data... | |
.gitignore | Loading commit data... | |
LICENSE.txt | Loading commit data... | |
MANIFEST.in | Loading commit data... | |
README.md | Loading commit data... | |
issues.md | Loading commit data... | |
setup.cfg | Loading commit data... | |
setup.py | Loading commit data... |