From patchwork Fri Jun 3 20:34:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Will Drewry X-Patchwork-Id: 848412 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p53KWlp2019134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Jun 2011 20:33:13 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QSb2l-0005DF-Ol; Fri, 03 Jun 2011 20:32:31 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QSb2l-0004mZ-GM; Fri, 03 Jun 2011 20:32:31 +0000 Received: from mail-yi0-f49.google.com ([209.85.218.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QSb2h-0004mG-Lu for linux-arm-kernel@lists.infradead.org; Fri, 03 Jun 2011 20:32:28 +0000 Received: by yie21 with SMTP id 21so106875yie.36 for ; Fri, 03 Jun 2011 13:32:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=Wa9kMg8SE74NcCn1ftHPw3Ja11Iqch6b+NLMvlVycE8=; b=gjbdEt3FD5tYIZvj8LdHFxh7kiOFQJTPNVryazuqu6sLco+2ed8pT9427dcWAtd+lI XC59PBuMf0YMb1O2kqm8M7t4IE61Ch7IwwZHClHu1wtEMaksZRZ3k2TNYlnxfQjYhk+O niQHvMFgNScgUoRJqntPxGBESULG5fmPYlDes= 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=WX7ucyjI0HvrYp470nDyB44eKrg5l3e8iosf+LAFtZhxP6k0GtEzEC5K7zD1oEwxTv RuG/iX6ETsX1ys1J0f+gBXjM0d6gMhWPum4pAPzsOqh0B+pkgHaQXoKvbxx02Gxsgksb VaTR+50/G1B0yv9TTV3bXxQJmI64X585SwwiA= Received: by 10.236.78.36 with SMTP id f24mr3239010yhe.295.1307133144705; Fri, 03 Jun 2011 13:32:24 -0700 (PDT) Received: from localhost.localdomain (adsl-98-87-45-176.bna.bellsouth.net [98.87.45.176]) by mx.google.com with ESMTPS id i62sm1611097yhm.24.2011.06.03.13.32.22 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 03 Jun 2011 13:32:23 -0700 (PDT) From: Will Drewry To: linux-kernel@vger.kernel.org Subject: [PATCH v4 07/13] arm: select HAVE_SECCOMP_FILTER Date: Fri, 3 Jun 2011 15:34:06 -0500 Message-Id: <1307133252-23259-7-git-send-email-wad@chromium.org> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1307133252-23259-1-git-send-email-wad@chromium.org> References: <1307133252-23259-1-git-send-email-wad@chromium.org> X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110603_163228_016590_208BCE61 X-CRM114-Status: GOOD ( 10.82 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.218.49 listed in list.dnswl.org] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Will Drewry , jmorris@namei.org, rostedt@goodmis.org, tglx@linutronix.de, Russell King , kees.cook@canonical.com, paulmck@linux.vnet.ibm.com, torvalds@linux-foundation.org, mingo@elte.hu, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 03 Jun 2011 20:33:13 +0000 (UTC) Enable support for CONFIG_SECCOMP_FILTER by selecting HAVE_SECCOMP_FILTER by default. 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 377a7a5..4725fbc 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