diff mbox

[v8,RESEND] ARM: net: JIT compiler for packet filters

Message ID 20120327075600.GL5611@n2100.arm.linux.org.uk
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Russell King - ARM Linux March 27, 2012, 7:56 a.m. UTC
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(-)

--
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

Comments

Mircea Gherzan March 27, 2012, 9:41 a.m. UTC | #1
2012/3/27 Russell King - ARM Linux <linux@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

Acked-by: Mircea Gherzan <mgherzan@gmail.com>
--
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 mbox

Patch

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