This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/arch/sh/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
..
2010-09-30 09:43:32 +09:00
2010-06-02 16:31:42 +09:00
2010-11-01 09:49:04 -04:00
2010-11-01 09:49:04 -04:00
2010-10-07 14:08:55 +01:00
2010-06-14 17:06:10 +09:00
2010-11-01 09:49:04 -04:00
2010-06-14 15:16:53 +09:00
2011-12-08 10:22:08 -08:00
2011-07-26 16:49:47 -07:00
2011-11-11 10:58:16 +09:00
2011-11-11 10:58:16 +09:00
2011-07-26 16:49:47 -07:00
2011-07-26 16:49:47 -07:00
2011-10-28 15:03:43 +09:00