[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090817215808.GB15016@elte.hu>
Date: Mon, 17 Aug 2009 23:58:08 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-next <linux-next@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Neil Horman <nhorman@...driver.com>,
Steven Rostedt <rostedt@...dmis.org>
Subject: Re: [PATCH -next] trace_skb: fix build when CONFIG_NET is not
enabled
* Randy Dunlap <randy.dunlap@...cle.com> wrote:
> From: Randy Dunlap <randy.dunlap@...cle.com>
>
> Fix trace_skb_sources build when CONFIG_NET is not enabled:
>
> kernel/built-in.o: In function `probe_skb_dequeue':
> trace_skb_sources.c:(.text+0xd9152): undefined reference to `init_net'
> trace_skb_sources.c:(.text+0xd9188): undefined reference to `dev_get_by_index'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
> Cc: Neil Horman <nhorman@...driver.com>
> ---
> kernel/trace/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> --- linux-next-20090817.orig/kernel/trace/Kconfig
> +++ linux-next-20090817/kernel/trace/Kconfig
> @@ -236,6 +236,7 @@ config BOOT_TRACER
>
> config SKB_SOURCES_TRACER
> bool "Trace skb source information"
> + depends on NET
> select GENERIC_TRACER
> help
> This tracer helps developers/sysadmins correlate skb allocation and
Hm, there's nothing like this in the tracing tree.
Could we please move kernel/trace/* commits to the tracing tree, so
that it gets adequate testing and review, etc?
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists