From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757344AbcAMO36 (ORCPT ); Wed, 13 Jan 2016 09:29:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58066 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752004AbcAMO35 (ORCPT ); Wed, 13 Jan 2016 09:29:57 -0500 From: Paul Moore To: Linus Torvalds Cc: linux-audit@redhat.com, linux-kernel@vger.kernel.org Subject: [GIT PULL] Audit patches for 4.5 Date: Wed, 13 Jan 2016 09:29:55 -0500 Message-ID: <1490560.yARnk4QFpi@sifl> Organization: Red Hat User-Agent: KMail/4.14.10 (Linux/4.2.6-gentoo; KDE/4.14.14; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Seven audit patches for 4.5, all very minor despite the diffstat. The diffstat churn for linux/audit.h can be attributed to needing to reshuffle the linux/audit.h header to fix the seccomp auditing issue (see the commit description for details). Besides the seccomp/audit fix, most of the fixes are around trying to improve the connection with the audit daemon and a Kconfig simplification. Nothing crazy, and everything passes our little audit-testsuite, please pull for 4.5. Thanks, -Paul --- The following changes since commit afd2ff9b7e1b367172f18ba7f693dfb62bdcb2dc: Linux 4.4 (2016-01-10 15:01:32 -0800) are available in the git repository at: git://git.infradead.org/users/pcmoore/audit upstream for you to fetch changes up to cb74ed278f8054fddf79ed930495b9e214f7c7b2: audit: always enable syscall auditing when supported and audit is enabled (2016-01-13 09:18:55 -0500) ---------------------------------------------------------------- Markus Elfring (1): audit: Delete unnecessary checks before two function calls Paul Moore (3): audit: remove audit_backlog_wait_overflow audit: force seccomp event logging to honor the audit_enabled flag audit: always enable syscall auditing when supported and audit is enabled Richard Guy Briggs (3): audit: don't needlessly reset valid wait time audit: include auditd's threads in audit_log_start() wait exception audit: wake up threads if queue switched from limited to unlimited include/linux/audit.h | 204 +++++++++++++++++++++++----------------------- init/Kconfig | 11 +-- kernel/audit.c | 17 ++--- 3 files changed, 114 insertions(+), 118 deletions(-) -- paul moore security @ redhat