linux/security/smack
Eric Paris 48c62af68a LSM: shrink the common_audit_data data union
After shrinking the common_audit_data stack usage for private LSM data I'm
not going to shrink the data union.  To do this I'm going to move anything
larger than 2 void * ptrs to it's own structure and require it to be declared
separately on the calling stack.  Thus hot paths which don't need more than
a couple pointer don't have to declare space to hold large unneeded
structures.  I could get this down to one void * by dealing with the key
struct and the struct path.  We'll see if that is helpful after taking care of
networking.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-04-03 09:49:10 -07:00
..
Kconfig
Makefile
smack.h LSM: shrink the common_audit_data data union 2012-04-03 09:49:10 -07:00
smack_access.c LSM: shrink sizeof LSM specific portion of common_audit_data 2012-04-03 09:48:40 -07:00
smack_lsm.c LSM: shrink the common_audit_data data union 2012-04-03 09:49:10 -07:00
smackfs.c Smack: smackfs cipso seq read repair 2011-11-11 11:07:21 -08:00