Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753961AbdDKP3o (ORCPT ); Tue, 11 Apr 2017 11:29:44 -0400 Received: from mail-oi0-f47.google.com ([209.85.218.47]:33620 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753911AbdDKP3m (ORCPT ); Tue, 11 Apr 2017 11:29:42 -0400 MIME-Version: 1.0 From: Paul Moore Date: Tue, 11 Apr 2017 11:29:35 -0400 Message-ID: Subject: [GIT PULL] Audit fixes for v4.11 (#3) To: Linus Torvalds Cc: linux-audit@redhat.com, linux-kernel@vger.kernel.org, Seth Forshee Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1168 Lines: 37 Hi Linus, One more small audit fix, this should be the last for v4.11. Seth Forshee noticed a problem where the audit retry queue wasn't being flushed properly when audit was enabled and the audit daemon wasn't running; this patches fixes the problem (see the commit description for more details on the change). Both Seth and I have tested this and everything looks good. Please merge. Thanks, -Paul --- The following changes since commit ab6434a1377a768a1e6d3e6cf819eb21724a99c2: audit: move audit_signal_info() into kernel/auditsc.c (2017-03-27 14:30:06 -0400) are available in the git repository at: git://git.infradead.org/users/pcmoore/audit stable-4.11 for you to fetch changes up to 264d509637d95f9404e52ced5003ad352e0f6a26: audit: make sure we don't let the retry queue grow without bounds (2017-04-10 11:16:59 -0400) ---------------------------------------------------------------- Paul Moore (1): audit: make sure we don't let the retry queue grow without bounds kernel/audit.c | 67 ++++++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 35 deletions(-) -- paul moore security @ redhat