From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755301AbbCFRqF (ORCPT ); Fri, 6 Mar 2015 12:46:05 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:37375 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752939AbbCFRqA (ORCPT ); Fri, 6 Mar 2015 12:46:00 -0500 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> 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: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.