From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Drysdale Subject: [PATCH 0/2] Update audit syscall classification for execve variants Date: Fri, 6 Mar 2015 15:40:36 +0000 Message-ID: <1425656438-3884-1-git-send-email-drysdale@google.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Brian Gerst , Ingo Molnar Cc: "H. Peter Anvin" , AKASHI Takahiro , Richard Guy Briggs , Eric Paris , Paul Moore , stable@vger.kernel.org, linux-audit@redhat.com, linux-kernel@vger.kernel.org, David Drysdale List-Id: linux-audit@redhat.com Add a couple of missing execve variants to the syscall classification code in the audit system. - Patch 1 is potentially suitable for 3.19 stable. - Patch 2 need not be back-applied, as audit doesn't yet work with x32 syscalls in general. David Drysdale (2): audit: add execveat to syscall classification audit,x86: add x32_execve[at] to syscall classification arch/x86/kernel/audit_64.c | 6 ++++++ lib/compat_audit.c | 3 +++ 2 files changed, 9 insertions(+) -- 1.9.1