From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [PATCH v10 0/3] arm64: Add audit support Date: Thu, 10 Jul 2014 11:08:03 +0100 Message-ID: <20140710100803.GH16137@arm.com> References: <1404458911-8214-1-git-send-email-takahiro.akashi@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1404458911-8214-1-git-send-email-takahiro.akashi@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: AKASHI Takahiro Cc: "viro@zeniv.linux.org.uk" , "eparis@redhat.com" , "rgb@redhat.com" , Will Deacon , "dsaxena@linaro.org" , "linux-arm-kernel@lists.infradead.org" , "linaro-kernel@lists.linaro.org" , "linux-kernel@vger.kernel.org" , "linux-audit@redhat.com" List-Id: linux-audit@redhat.com On Fri, Jul 04, 2014 at 08:28:28AM +0100, AKASHI Takahiro wrote: > This patchset adds system call audit support on arm64. > Both 32-bit (AUDIT_ARCH_ARM) and 64-bit tasks (AUDIT_ARCH_AARCH64) > are supported. Since arm64 has the exact same set of system calls > on LE and BE, we don't care about endianness (or more specifically > __AUDIT_ARCH_64BIT bit in AUDIT_ARCH_*). Applied for 3.17. Thanks. -- Catalin