public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH ghak105 V1 0/2] audit: clean up CONFIG_AUDITSYSCALL
@ 2019-01-22 22:07 Richard Guy Briggs
  2019-01-22 22:07 ` [PATCH ghak105 V1 1/2] audit: clean up AUDITSYSCALL prototypes and stubs Richard Guy Briggs
  2019-01-22 22:07 ` [PATCH ghak105 V1 2/2] audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALL Richard Guy Briggs
  0 siblings, 2 replies; 5+ messages in thread
From: Richard Guy Briggs @ 2019-01-22 22:07 UTC (permalink / raw)
  To: LKML, Linux-Audit Mailing List
  Cc: Eric Paris, Steve Grubb, Paul Moore, Richard Guy Briggs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-01-25 21:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-22 22:07 [PATCH ghak105 V1 0/2] audit: clean up CONFIG_AUDITSYSCALL Richard Guy Briggs
2019-01-22 22:07 ` [PATCH ghak105 V1 1/2] audit: clean up AUDITSYSCALL prototypes and stubs Richard Guy Briggs
2019-01-25 21:56   ` Paul Moore
2019-01-22 22:07 ` [PATCH ghak105 V1 2/2] audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALL Richard Guy Briggs
2019-01-25 18:33   ` Richard Guy Briggs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox