Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964785Ab2KHVAQ (ORCPT ); Thu, 8 Nov 2012 16:00:16 -0500 Received: from smtp.outflux.net ([198.145.64.163]:46065 "EHLO smtp.outflux.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756977Ab2KHVAL (ORCPT ); Thu, 8 Nov 2012 16:00:11 -0500 From: Kees Cook To: linux-kernel@vger.kernel.org Cc: Russell King , Will Deacon , Geremy Condra , Catalin Marinas , Al Viro , Kees Cook , Will Drewry Subject: [PATCH 4/4] arch/arm: select HAVE_ARCH_SECCOMP_FILTER Date: Thu, 8 Nov 2012 12:59:33 -0800 Message-Id: <1352408373-25047-5-git-send-email-keescook@chromium.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1352408373-25047-1-git-send-email-keescook@chromium.org> References: <1352408373-25047-1-git-send-email-keescook@chromium.org> X-HELO: www.outflux.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 862 Lines: 30 From: Will Drewry Reflect architectural support for seccomp filter. Signed-off-by: Will Drewry Signed-off-by: Kees Cook --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ade7e92..0e8d490 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -21,6 +21,7 @@ config ARM select HAVE_AOUT select HAVE_ARCH_JUMP_LABEL if !XIP_KERNEL select HAVE_ARCH_KGDB + select HAVE_ARCH_SECCOMP_FILTER select HAVE_ARCH_TRACEHOOK select HAVE_BPF_JIT select HAVE_C_RECORDMCOUNT -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/