Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755859AbbKDNeQ (ORCPT ); Wed, 4 Nov 2015 08:34:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53076 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751398AbbKDNeO (ORCPT ); Wed, 4 Nov 2015 08:34:14 -0500 From: Paul Moore To: Linus Torvalds Cc: linux-audit@redhat.com, linux-kernel@vger.kernel.org Subject: [GIT PULL] Audit patches for 4.4 Date: Wed, 04 Nov 2015 08:34:12 -0500 Message-ID: <4657963.SteroFqOP3@sifl> Organization: Red Hat User-Agent: KMail/4.14.10 (Linux/4.2.3-gentoo; KDE/4.14.13; 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 Content-Length: 1977 Lines: 61 Hi Linus, Seven audit patches for 4.4, but really only one of any significant value, the remainder are trivial cleanups that are described well enough in the patch descriptions. The one significant patch is an attempt to make communication between the kernel's audit subsystem and the userspace audit daemon a bit more robust by retrying on certain transient error conditions. All in all, it's a pretty small set of patches this time around with just fixes and cleanups, please pull for 4.4. Thanks, -Paul --- The following changes since commit 6a13feb9c82803e2b815eca72fa7a9f5561d7861: Linux 4.3 (2015-11-01 16:05:25 -0800) are available in the git repository at: git://git.infradead.org/users/pcmoore/audit upstream for you to fetch changes up to 233a68667cf4c134d07ef7e22bdd77786b5c7360: audit: make audit_log_common_recv_msg() a void function (2015-11-04 08:23:52 -0500) ---------------------------------------------------------------- Paul Moore (1): audit: make audit_log_common_recv_msg() a void function Richard Guy Briggs (1): audit: try harder to send to auditd upon netlink failure Saurabh Sengar (1): audit: removing unused variable Scott Matheina (1): audit: fix comment block whitespace Yaowei Bai (3): audit: audit_dummy_context can be boolean audit: audit_string_contains_control can be boolean audit: audit_tree_match can be boolean include/linux/audit.h | 8 ++++---- kernel/audit.c | 42 ++++++++++++++++++++++++++++-------------- kernel/audit.h | 2 +- kernel/audit_tree.c | 6 +++--- kernel/auditfilter.c | 14 +++++++------- 5 files changed, 43 insertions(+), 29 deletions(-) -- paul moore security @ redhat -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/