1
0
Files
linux/arch/powerpc/kernel
Eric Paris b05d8447e7 audit: inline audit_syscall_entry to reduce burden on archs
Every arch calls:

if (unlikely(current->audit_context))
	audit_syscall_entry()

which requires knowledge about audit (the existance of audit_context) in
the arch code.  Just do it all in static inline in audit.h so that arch's
can remain blissfully ignorant.

Signed-off-by: Eric Paris <eparis@redhat.com>
2012-01-17 16:16:56 -05:00
..
2011-12-09 07:51:02 -05:00
2011-11-28 21:13:18 +02:00
2011-09-23 10:27:03 +10:00
2012-01-03 22:54:56 -05:00
2011-07-26 16:49:47 -07:00
2011-12-08 14:02:23 +11:00
2011-12-21 22:03:32 +01:00