From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Guy Briggs Subject: [PATCH ghak105 V1 0/2] audit: clean up CONFIG_AUDITSYSCALL Date: Tue, 22 Jan 2019 17:07:40 -0500 Message-ID: Return-path: Sender: linux-kernel-owner@vger.kernel.org To: LKML , Linux-Audit Mailing List Cc: Eric Paris , Steve Grubb , Paul Moore , Richard Guy Briggs List-Id: linux-audit@redhat.com 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