[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090817.153326.69833512.davem@davemloft.net>
Date: Mon, 17 Aug 2009 15:33:26 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: mingo@...e.hu
Cc: randy.dunlap@...cle.com, linux-kernel@...r.kernel.org,
linux-next@...r.kernel.org, akpm@...ux-foundation.org,
nhorman@...driver.com, rostedt@...dmis.org
Subject: Re: [PATCH -next] trace_skb: fix build when CONFIG_NET is not
enabled
From: Ingo Molnar <mingo@...e.hu>
Date: Mon, 17 Aug 2009 23:58:08 +0200
>> --- 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?
This one (like previous networking tracing changes Neil has
made) touched a decent amount of networking code, and thus
we integrated it into net-next-2.6
--
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