commit | 235e752789eb65a81477bb82845323dfcbf93012 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Nov 19 15:21:26 2012 -0800 |
committer | Kees Cook <keescook@chromium.org> | Tue Nov 20 10:32:08 2012 -0800 |
tree | c4efa5eff81c01029ab884c0d43af16bb91b44b4 | |
parent | 93b69d437effff11b1c37f330d3265c37ec2f84b [diff] |
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>