Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964865Ab1FXAiN (ORCPT ); Thu, 23 Jun 2011 20:38:13 -0400 Received: from mail-gw0-f46.google.com ([74.125.83.46]:54422 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932895Ab1FXAiK (ORCPT ); Thu, 23 Jun 2011 20:38:10 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=ViteyjuI+m3TY2XchJDhk8b+wMpk0KiVVBSRL8XzkZn0PzYQs63OrIUNPdkCKYfIu/ /n/J8lfgDg7NRxIEVPQNCiYv/G4DDWJ0/lvrRqUJrv9rsEuOnInLNqST/PVYRgMCzYV4 mM8aRvFUhfxqJVKSVJdyhCHcVgb8liicRn1Co= From: Will Drewry To: linux-kernel@vger.kernel.org Cc: torvalds@linux-foundation.org, djm@mindrot.org, segoon@openwall.com, kees.cook@canonical.com, mingo@elte.hu, rostedt@goodmis.org, jmorris@namei.org, fweisbec@gmail.com, tglx@linutronix.de, scarybeasts@gmail.com, Will Drewry , Russell King , linux-arm-kernel@lists.infradead.org Subject: [PATCH v9 07/13] arm: select HAVE_SECCOMP_FILTER Date: Thu, 23 Jun 2011 19:36:46 -0500 Message-Id: <1308875813-20122-7-git-send-email-wad@chromium.org> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1308875813-20122-1-git-send-email-wad@chromium.org> References: <1308875813-20122-1-git-send-email-wad@chromium.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 955 Lines: 30 Enable support for CONFIG_SECCOMP_FILTER by selecting HAVE_SECCOMP_FILTER by default. v9: rebase on to bccaeafd7c117acee36e90d37c7e05c19be9e7bf Signed-off-by: Will Drewry --- arch/arm/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9adc278..537ad16 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -16,6 +16,7 @@ config ARM select HAVE_FTRACE_MCOUNT_RECORD if (!XIP_KERNEL) select HAVE_DYNAMIC_FTRACE if (!XIP_KERNEL) select HAVE_FUNCTION_GRAPH_TRACER if (!THUMB2_KERNEL) + select HAVE_SECCOMP_FILTER select HAVE_GENERIC_DMA_COHERENT select HAVE_KERNEL_GZIP select HAVE_KERNEL_LZO -- 1.7.0.4 -- 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/