From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by ozlabs.org (Postfix) with ESMTP id 0FED52C008F for ; Thu, 20 Mar 2014 10:02:31 +1100 (EST) Message-ID: <1395270144.10106.0.camel@localhost> Subject: Re: [PATCH 3/4] ARCH: AUDIT: implement syscall_get_arch for all arches From: Eric Paris To: Matt Turner Date: Wed, 19 Mar 2014 19:02:24 -0400 In-Reply-To: References: <1395266643-3139-1-git-send-email-eparis@redhat.com> <1395266643-3139-3-git-send-email-eparis@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: "linux-mips@linux-mips.org" , linux-ia64@vger.kernel.org, "linux-parisc@vger.kernel.org" , microblaze-uclinux@itee.uq.edu.au, linux@openrisc.net, linux-audit@redhat.com, sparclinux@vger.kernel.org, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2014-03-19 at 15:19 -0700, Matt Turner wrote: > On Wed, Mar 19, 2014 at 3:04 PM, Eric Paris wrote: > > For all arches which support audit implement syscall_get_arch() > > support audit -- is that AUDIT_ARCH? If so, alpha gained support > recently, so I think this patch needs to handle alpha too? Absolutely right. I broke Alpha (in the next patch). Will fix. -Eric