kernel-ark/security
James Morris 89d155ef62 [PATCH] SELinux: convert to kzalloc
This patch converts SELinux code from kmalloc/memset to the new kazalloc
unction.  On i386, this results in a text saving of over 1K.

Before:
text    data     bss     dec     hex filename
86319    4642   15236  106197   19ed5 security/selinux/built-in.o

After:
text    data     bss     dec     hex filename
85278    4642   15236  105156   19ac4 security/selinux/built-in.o

Signed-off-by: James Morris <jmorris@namei.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-30 17:37:11 -08:00
..
keys [PATCH] Keys: Possessor permissions should be additive 2005-10-08 14:54:48 -07:00
selinux [PATCH] SELinux: convert to kzalloc 2005-10-30 17:37:11 -08:00
capability.c
commoncap.c
dummy.c [PATCH] gfp_t: net/* 2005-10-28 08:16:47 -07:00
inode.c
Kconfig [PATCH] SECURITY must depend on SYSFS 2005-08-22 14:10:22 -07:00
Makefile
root_plug.c
seclvl.c [PATCH] seclvl: use securityfs (fix) 2005-09-17 11:50:01 -07:00
security.c