From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932169AbaBDRaz (ORCPT ); Tue, 4 Feb 2014 12:30:55 -0500 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:50731 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754807AbaBDRau (ORCPT ); Tue, 4 Feb 2014 12:30:50 -0500 Date: Tue, 4 Feb 2014 17:30:22 +0000 From: Will Deacon To: AKASHI Takahiro Cc: "viro@zeniv.linux.org.uk" , "eparis@redhat.com" , "rgb@redhat.com" , Catalin Marinas , "arndb@arndb.de" , "linux-arm-kernel@lists.infradead.org" , "linaro-kernel@lists.linaro.org" , "linux-kernel@vger.kernel.org" , "linux-audit@redhat.com" , "patches@linaro.org" Subject: Re: [PATCH v3 2/3] arm64: Add audit support Message-ID: <20140204173021.GF664@mudshark.cambridge.arm.com> References: <1389946399-4525-1-git-send-email-takahiro.akashi@linaro.org> <1391410590-4884-1-git-send-email-takahiro.akashi@linaro.org> <1391410590-4884-3-git-send-email-takahiro.akashi@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1391410590-4884-3-git-send-email-takahiro.akashi@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 03, 2014 at 06:56:29AM +0000, AKASHI Takahiro wrote: > On AArch64, audit is supported through generic lib/audit.c and > compat_audit.c, and so this patch adds arch specific definitions required. > > Signed-off-by: AKASHI Takahiro > --- > arch/arm64/Kconfig | 1 + > arch/arm64/include/asm/syscall.h | 15 +++++++++++++++ > include/uapi/linux/audit.h | 1 + > 3 files changed, 17 insertions(+) Acked-by: Will Deacon Will From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v3 2/3] arm64: Add audit support Date: Tue, 4 Feb 2014 17:30:22 +0000 Message-ID: <20140204173021.GF664@mudshark.cambridge.arm.com> References: <1389946399-4525-1-git-send-email-takahiro.akashi@linaro.org> <1391410590-4884-1-git-send-email-takahiro.akashi@linaro.org> <1391410590-4884-3-git-send-email-takahiro.akashi@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1391410590-4884-3-git-send-email-takahiro.akashi@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: AKASHI Takahiro Cc: "linaro-kernel@lists.linaro.org" , "patches@linaro.org" , "rgb@redhat.com" , Catalin Marinas , "arndb@arndb.de" , "eparis@redhat.com" , "linux-kernel@vger.kernel.org" , "linux-audit@redhat.com" , "viro@zeniv.linux.org.uk" , "linux-arm-kernel@lists.infradead.org" List-Id: linux-audit@redhat.com On Mon, Feb 03, 2014 at 06:56:29AM +0000, AKASHI Takahiro wrote: > On AArch64, audit is supported through generic lib/audit.c and > compat_audit.c, and so this patch adds arch specific definitions required. > > Signed-off-by: AKASHI Takahiro > --- > arch/arm64/Kconfig | 1 + > arch/arm64/include/asm/syscall.h | 15 +++++++++++++++ > include/uapi/linux/audit.h | 1 + > 3 files changed, 17 insertions(+) Acked-by: Will Deacon Will From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Tue, 4 Feb 2014 17:30:22 +0000 Subject: [PATCH v3 2/3] arm64: Add audit support In-Reply-To: <1391410590-4884-3-git-send-email-takahiro.akashi@linaro.org> References: <1389946399-4525-1-git-send-email-takahiro.akashi@linaro.org> <1391410590-4884-1-git-send-email-takahiro.akashi@linaro.org> <1391410590-4884-3-git-send-email-takahiro.akashi@linaro.org> Message-ID: <20140204173021.GF664@mudshark.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Feb 03, 2014 at 06:56:29AM +0000, AKASHI Takahiro wrote: > On AArch64, audit is supported through generic lib/audit.c and > compat_audit.c, and so this patch adds arch specific definitions required. > > Signed-off-by: AKASHI Takahiro > --- > arch/arm64/Kconfig | 1 + > arch/arm64/include/asm/syscall.h | 15 +++++++++++++++ > include/uapi/linux/audit.h | 1 + > 3 files changed, 17 insertions(+) Acked-by: Will Deacon Will