mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
Some of TOMOYO's functions may sleep after mutex_lock(). If OOM-killer selected a process which is waiting at mutex_lock(), the to-be-killed process can't be killed. Thus, replace mutex_lock() with mutex_lock_interruptible() so that the to-be-killed process can immediately return from TOMOYO's functions. Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: James Morris <jmorris@namei.org> |
||
|---|---|---|
| .. | ||
| common.c | ||
| common.h | ||
| domain.c | ||
| file.c | ||
| gc.c | ||
| Kconfig | ||
| Makefile | ||
| realpath.c | ||
| tomoyo.c | ||