[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1393417896.17341.2.camel@concordia>
Date: Wed, 26 Feb 2014 23:31:36 +1100
From: Michael Ellerman <mpe@...erman.id.au>
To: AKASHI Takahiro <takahiro.akashi@...aro.org>
Cc: viro@...iv.linux.org.uk, eparis@...hat.com, rgb@...hat.com,
arndb@...db.de, linux-s390@...r.kernel.org,
linaro-kernel@...ts.linaro.org, linux-ia64@...r.kernel.org,
user-mode-linux-devel@...ts.sourceforge.net,
linux-parisc@...r.kernel.org, linux-sh@...r.kernel.org,
catalin.marinas@....com, x86@...nel.org, will.deacon@....com,
linux-kernel@...r.kernel.org, linux-alpha@...r.kernel.org,
dsaxena@...aro.org, user-mode-linux-user@...ts.sourceforge.net,
linux-audit@...hat.com, sparclinux@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v2 1/1] audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL
On Tue, 2014-02-25 at 18:16 +0900, AKASHI Takahiro wrote:
> Currently AUDITSYSCALL has a long list of architecture depencency:
> depends on AUDIT && (X86 || PARISC || PPC || S390 || IA64 || UML ||
> SPARC64 || SUPERH || (ARM && AEABI && !OABI_COMPAT) || ALPHA)
> The purpose of this patch is to replace it with HAVE_ARCH_AUDITSYSCALL
> for simplicity.
>
> Signed-off-by: AKASHI Takahiro <takahiro.akashi@...aro.org>
>
> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
> index 957bf34..7b3b8fe 100644
> --- a/arch/powerpc/Kconfig
> +++ b/arch/powerpc/Kconfig
> @@ -141,6 +141,7 @@ config PPC
> select HAVE_DEBUG_STACKOVERFLOW
> select HAVE_IRQ_EXIT_ON_IRQ_STACK
> select ARCH_USE_CMPXCHG_LOCKREF if PPC64
> + select HAVE_ARCH_AUDITSYSCALL
>
> config GENERIC_CSUM
> def_bool CPU_LITTLE_ENDIAN
Looks good for powerpc.
Acked-by: Michael Ellerman <mpe@...erman.id.au>
cheers
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists