From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 1/2] audit: add execveat to syscall classification Date: Fri, 6 Mar 2015 09:45:42 -0800 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 Return-path: Content-Disposition: inline In-Reply-To: <1425656438-3884-2-git-send-email-drysdale@google.com> Sender: stable-owner@vger.kernel.org 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 List-Id: linux-audit@redhat.com 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.