From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755230AbbCFRpx (ORCPT ); Fri, 6 Mar 2015 12:45:53 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:37366 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753987AbbCFRpu (ORCPT ); Fri, 6 Mar 2015 12:45:50 -0500 Date: Fri, 6 Mar 2015 09:45:42 -0800 From: Greg KH To: David Drysdale Cc: Brian Gerst , Ingo Molnar , "H. Peter Anvin" , AKASHI Takahiro , Richard Guy Briggs , Eric Paris , Paul Moore , stable@vger.kernel.org, linux-audit@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] audit: add execveat to syscall classification Message-ID: <20150306174542.GB3930@kroah.com> References: <1425656438-3884-1-git-send-email-drysdale@google.com> <1425656438-3884-2-git-send-email-drysdale@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425656438-3884-2-git-send-email-drysdale@google.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 06, 2015 at 03:40:37PM +0000, David Drysdale wrote: > New execveat syscall from v3.19 is missing from > audit_classify_compat_syscall(). > > Reported-by: Brian Gerst > Signed-off-by: David Drysdale > --- > lib/compat_audit.c | 3 +++ > 1 file changed, 3 insertions(+) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.