From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 6 Mar 2015 09:45:51 -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 2/2] audit,x86: add x32_execve[at] to syscall classification Message-ID: <20150306174551.GC3930@kroah.com> References: <1425656438-3884-1-git-send-email-drysdale@google.com> <1425656438-3884-3-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-3-git-send-email-drysdale@google.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Fri, Mar 06, 2015 at 03:40:38PM +0000, David Drysdale wrote: > Treat x32 ABI variants of execve[at] the same as x86_64 > variants. > > Slightly speculative as the audit subsystem doesn't currently > work with x32 ABI syscalls. If and when audit+x32 does work, > this should correctly classify exec calls. > > Signed-off-by: David Drysdale > --- > arch/x86/kernel/audit_64.c | 6 ++++++ > 1 file changed, 6 insertions(+) Cc: stable 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.