From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753883Ab3JaPhq (ORCPT ); Thu, 31 Oct 2013 11:37:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54060 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751903Ab3JaPhp (ORCPT ); Thu, 31 Oct 2013 11:37:45 -0400 From: Richard Guy Briggs To: linux-audit@redhat.com, linux-kernel@vger.kernel.org Cc: Richard Guy Briggs , "Eric W. Biederman" , Oleg Nesterov , Eric Paris Subject: [PATCH 0/4][v2] audit: Tidy up audit_context and stop bprm recursion Date: Thu, 31 Oct 2013 11:37:08 -0400 Message-Id: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 (3): audit: remove unused envc member of audit_aux_data_execve audit: move audit_aux_data_execve contents into audit_context union 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(-)