kernel-hacking-2024-linux-s.../security/tomoyo
Tetsuo Handa 4e5d6f7ec3 TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.
In Ubuntu, security_path_*() hooks are exported to Unionfs. Thus, prepare for
being called from inside VFS functions because I'm not sure whether it is safe
to use GFP_KERNEL or not.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
2010-05-06 00:50:43 +10:00
..
common.c TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. 2010-05-06 00:50:43 +10:00
common.h TOMOYO: Remove __func__ from tomoyo_is_correct_path/domain 2010-02-17 11:37:58 +11:00
domain.c TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. 2010-05-06 00:50:43 +10:00
file.c TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. 2010-05-06 00:50:43 +10:00
gc.c TOMOYO: Use shorter names. 2010-02-16 11:17:16 +11:00
Kconfig
Makefile TOMOYO: Add garbage collector. 2010-02-15 09:00:24 +11:00
realpath.c TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. 2010-05-06 00:50:43 +10:00
tomoyo.c Merge branch 'next' into for-linus 2010-03-01 09:36:31 +11:00