public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] audit: Tidy up audit_context and stop bprm recursion
@ 2013-10-30 20:24 Richard Guy Briggs
  2013-10-30 20:24 ` [PATCH 1/3] audit: Kill the unused struct audit_aux_data_capset Richard Guy Briggs
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard Guy Briggs @ 2013-10-30 20:24 UTC (permalink / raw)
  To: linux-audit, linux-kernel
  Cc: Richard Guy Briggs, Eric W. Biederman, Oleg Nesterov, Eric Paris

This patchset is a clean up of the audit_aux_data and audit_context structures
and the audit_bprm() call that was needlessly recursing, allocating more
resources than necessary.

Eric W. Biederman (1):
  audit: Kill the unused struct audit_aux_data_capset

Richard Guy Briggs (2):
  audit: remove unused envc member of audit_aux_data_execve
  audit: call audit_bprm() only once to add AUDIT_EXECVE information

 fs/exec.c             |    5 +----
 include/linux/audit.h |   13 +++++--------
 kernel/audit.h        |    3 +++
 kernel/auditsc.c      |   49 ++++++++++---------------------------------------
 4 files changed, 19 insertions(+), 51 deletions(-)


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

end of thread, other threads:[~2013-10-30 20:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 20:24 [PATCH 0/3] audit: Tidy up audit_context and stop bprm recursion Richard Guy Briggs
2013-10-30 20:24 ` [PATCH 1/3] audit: Kill the unused struct audit_aux_data_capset Richard Guy Briggs
2013-10-30 20:24 ` [PATCH 2/3] audit: remove unused envc member of audit_aux_data_execve Richard Guy Briggs
2013-10-30 20:24 ` [PATCH 3/3] audit: call audit_bprm() only once to add AUDIT_EXECVE information 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