From: Russell King - ARM Linux <linux@arm.linux.org.uk>
To: Mircea Gherzan <mgherzan@gmail.com>
Cc: netdev@vger.kernel.org, eric.dumazet@gmail.com,
David Miller <davem@davemloft.net>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v8 RESEND] ARM: net: JIT compiler for packet filters
Date: Tue, 27 Mar 2012 08:56:00 +0100 [thread overview]
Message-ID: <20120327075600.GL5611@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20120325133506.GG5611@n2100.arm.linux.org.uk>
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 <rmk+kernel@arm.linux.org.uk>
---
arch/arm/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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
next prev parent reply other threads:[~2012-03-27 7:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-16 21:28 [PATCH v8 RESEND] ARM: net: JIT compiler for packet filters Mircea Gherzan
2012-03-19 21:20 ` David Miller
2012-03-25 9:51 ` Mircea Gherzan
2012-03-25 9:57 ` Russell King - ARM Linux
2012-03-25 13:12 ` Mircea Gherzan
2012-03-25 13:35 ` Russell King - ARM Linux
2012-03-27 7:56 ` Russell King - ARM Linux [this message]
2012-03-27 9:41 ` Mircea Gherzan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120327075600.GL5611@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--cc=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=mgherzan@gmail.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).