From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Moore Subject: [GIT PULL] Audit patches for 4.8 Date: Thu, 28 Jul 2016 03:31:39 -0400 Message-ID: <1533507.LNkeVHM3b9@sifl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Linus Torvalds Cc: linux-audit@redhat.com, linux-kernel@vger.kernel.org List-Id: linux-audit@redhat.com Hi Linus, Six audit patches for 4.8. There are a couple of style and minor whitespace tweaks for the logs, as well as a minor fixup to catch errors on user filter rules, however the major improvements are a fix to the s390 syscall argument masking code (reviewed by the nice s390 folks), some consolidation around the exclude filtering (less code, always a win), and a double-fetch fix for recording the execve arguments. Please pull for 4.8. Thanks, -Paul --- The following changes since commit 2dcd0af568b0cf583645c8a317dd12e344b1c72a: Linux 4.6 (2016-05-15 15:43:13 -0700) are available in the git repository at: git://git.infradead.org/users/pcmoore/audit stable-4.8 for you to fetch changes up to 43761473c254b45883a64441dd0bc85a42f3645c: audit: fix a double fetch in audit_log_single_execve_arg() (2016-07-20 14:15:46 -0400) ---------------------------------------------------------------- Paul Moore (3): audit: fix some horrible switch statement style crimes s390: ensure that syscall arguments are properly masked on s390 audit: fix a double fetch in audit_log_single_execve_arg() Richard Guy Briggs (2): audit: fixup: log on errors from filter user rules audit: add fields to exclude filter by reusing user filter Steve Grubb (1): audit: fix whitespace in CWD record arch/s390/kernel/ptrace.c | 10 +- include/linux/audit.h | 2 - kernel/audit.c | 4 +- kernel/audit.h | 2 + kernel/auditfilter.c | 147 +++++++------------- kernel/auditsc.c | 342 +++++++++++++++++++++--------------------- 6 files changed, 235 insertions(+), 272 deletions(-) -- paul moore security @ redhat