From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757227Ab3IORQz (ORCPT ); Sun, 15 Sep 2013 13:16:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12794 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757176Ab3IORQy (ORCPT ); Sun, 15 Sep 2013 13:16:54 -0400 Date: Sun, 15 Sep 2013 19:10:38 +0200 From: Oleg Nesterov To: Andrew Morton Cc: Eric Paris , Kees Cook , Richard Guy Briggs , Steve Grubb , Zach Levis , linux-audit@redhat.com, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/1] audit_alloc: clear TIF_SYSCALL_AUDIT if !audit_context Message-ID: <20130915171038.GA15410@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, v2: - update the changelog - add the ack from Steve Oleg.