Compiles and boots with config AUDITSYSCALL def_bool n in init/Kconfig. Verified syscall code is not present in resulting kernel.
Richard Guy Briggs (2): audit: clean up AUDITSYSCALL prototypes and stubs audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALL include/linux/sched.h | 2 +- kernel/audit.c | 155 +++----------------------------------------------- kernel/audit.h | 73 +++++++++++------------- kernel/auditsc.c | 148 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 190 insertions(+), 188 deletions(-) -- 1.8.3.1