From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753625AbbFZUz4 (ORCPT ); Fri, 26 Jun 2015 16:55:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57242 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753956AbbFZUzh (ORCPT ); Fri, 26 Jun 2015 16:55:37 -0400 From: Paul Moore To: Linus Torvalds Cc: linux-audit@redhat.com, linux-kernel@vger.kernel.org Subject: [GIT PULL] Audit patches for 4.2 Date: Fri, 26 Jun 2015 16:55:35 -0400 Message-ID: <4409141.0E8rFO1bZh@sifl> Organization: Red Hat User-Agent: KMail/4.14.8 (Linux/3.16.7-gentoo; KDE/4.14.9; 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, Four small audit patches for v4.2, all bug fixes. Only 10 lines of change this time so very unremarkable, the patch subject lines pretty much tell the whole story. Please pull. Thanks, -Paul --- The following changes since commit 39a8804455fb23f09157341d3ba7db6d7ae6ee76: Linux 4.0 (2015-04-12 15:12:50 -0700) are available in the git repository at: git://git.infradead.org/users/pcmoore/audit upstream for you to fetch changes up to 0b08c5e59441d08ab4b5e72afefd5cd98a4d83df: audit: Fix check of return value of strnlen_user() (2015-06-11 15:49:54 -0400) ---------------------------------------------------------------- Jan Kara (1): audit: Fix check of return value of strnlen_user() Mikhail Klementyev (1): audit: obsolete audit_context check is removed in audit_filter_rules() Richard Guy Briggs (1): lsm: rename duplicate labels in LSM_AUDIT_DATA_TASK audit message type Shailendra Verma (1): audit: fix for typo in comment to function audit_log_link_denied() kernel/audit.c | 2 +- kernel/auditsc.c | 6 ++---- security/lsm_audit.c | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) -- paul moore security @ redhat