From patchwork Tue Mar 27 07:56:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell King - ARM Linux X-Patchwork-Id: 148879 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id B0E04B6EE7 for ; Tue, 27 Mar 2012 18:56:14 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753789Ab2C0H4M (ORCPT ); Tue, 27 Mar 2012 03:56:12 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:39904 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751351Ab2C0H4L (ORCPT ); Tue, 27 Mar 2012 03:56:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=arm.linux.org.uk; s=caramon; h=Sender:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=ai1a8ET6W8IWApAZZMf7kFCmCdb0NGl2/iddR5r2iXw=; b=P3bLl07U0/BC7loBsmmD1uCmumnpurr27rPbORsp7x4WTUCZIWM4TNNfObklbvd1W7tz/duWFyn6FUnGd1kQQX/nciD/96pdbH6UY1qJbLKpPCYG8olGcDI/ax0FiQSBaXROVxvQ5OVm99EbGlJG5nGInWu84T4/XD57C1kHrHI=; Received: from n2100.arm.linux.org.uk ([2002:4e20:1eda:1:214:fdff:fe10:4f86]:39917) by caramon.arm.linux.org.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1SCRG6-0001z3-Ri; Tue, 27 Mar 2012 08:56:03 +0100 Received: from linux by n2100.arm.linux.org.uk with local (Exim 4.76) (envelope-from ) id 1SCRG5-0005Z8-8S; Tue, 27 Mar 2012 08:56:01 +0100 Date: Tue, 27 Mar 2012 08:56:00 +0100 From: Russell King - ARM Linux To: Mircea Gherzan Cc: netdev@vger.kernel.org, eric.dumazet@gmail.com, David Miller , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v8 RESEND] ARM: net: JIT compiler for packet filters Message-ID: <20120327075600.GL5611@n2100.arm.linux.org.uk> References: <1331933316-10197-1-git-send-email-mgherzan@gmail.com> <20120319.172005.1889334604020296555.davem@davemloft.net> <4F6EEAB5.7070009@gmail.com> <20120325095711.GC5611@n2100.arm.linux.org.uk> <4F6F19C2.60602@gmail.com> <20120325133506.GG5611@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20120325133506.GG5611@n2100.arm.linux.org.uk> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Mircea, could you please supply an ack for the below fix to silence a warning. Thanks. 8<===== ARM: fix Kconfig warning for HAVE_BPF_JIT Last night's randconfig and the allnoconfig builds spat out the following warning while building: warning: (ARM) selects HAVE_BPF_JIT which has unmet direct dependencies (NET) Signed-off-by: Russell King Acked-by: Mircea Gherzan --- arch/arm/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9e21b6e..6a54606 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -33,7 +33,7 @@ config ARM select GENERIC_IRQ_SHOW select CPU_PM if (SUSPEND || CPU_IDLE) select GENERIC_PCI_IOMAP - select HAVE_BPF_JIT + select HAVE_BPF_JIT if NET help The ARM series is a line of low-power-consumption RISC chip designs licensed by ARM Ltd and targeted at embedded applications and