1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 09:13:20 -05:00
linux/security/yama
Kees Cook 235e752789 Yama: remove locking from delete path
Instead of locking the list during a delete, mark entries as invalid
and trigger a workqueue to clean them up. This lets us easily handle
task_free from interrupt context.

Signed-off-by: Kees Cook <keescook@chromium.org>
2012-11-20 10:32:08 -08:00
..
Kconfig security: allow Yama to be unconditionally stacked 2012-09-05 14:12:31 -07:00
Makefile
yama_lsm.c Yama: remove locking from delete path 2012-11-20 10:32:08 -08:00