From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:60652 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753582AbaDXQiR (ORCPT ); Thu, 24 Apr 2014 12:38:17 -0400 Date: Thu, 24 Apr 2014 12:36:26 -0400 (EDT) Message-Id: <20140424.123626.601551201909346659.davem@davemloft.net> (sfid-20140424_183820_726416_F121E9C3) To: mcgrof@do-not-panic.com Cc: alex.bluesman.smirnov@gmail.com, dbaryshkov@gmail.com, linux-zigbee-devel@lists.sourceforge.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, backports@vger.kernel.org, mcgrof@suse.com, johannes@sipsolutions.net Subject: Re: [PATCH] 6lowpan: nuke net_ieee802154_lowpan() accessor when 6lowpan is disabled From: David Miller In-Reply-To: <1398193438-23805-1-git-send-email-mcgrof@do-not-panic.com> References: <1398193438-23805-1-git-send-email-mcgrof@do-not-panic.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Sender: backports-owner@vger.kernel.org List-ID: From: "Luis R. Rodriguez" Date: Tue, 22 Apr 2014 12:03:58 -0700 > From: "Luis R. Rodriguez" > > Johannes noted this is not needed, all of the fragment > accessors don't need CONFIG_NET_NS. This goes test compiled with > CONFIG_BT_6LOWPAN=y and a disabled CONFIG_NET_NS. > > CC: Alexander Smirnov > Cc: Dmitry Eremin-Solenikov > Cc: linux-zigbee-devel@lists.sourceforge.net > Cc: David S. Miller" > Cc: netdev@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: Johannes Berg > Signed-off-by: Luis R. Rodriguez Applied, thanks Luis. From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] 6lowpan: nuke net_ieee802154_lowpan() accessor when 6lowpan is disabled Date: Thu, 24 Apr 2014 12:36:26 -0400 (EDT) Message-ID: <20140424.123626.601551201909346659.davem@davemloft.net> References: <1398193438-23805-1-git-send-email-mcgrof@do-not-panic.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: alex.bluesman.smirnov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-zigbee-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, backports-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, mcgrof-IBi9RG/b67k@public.gmane.org, johannes-cdvu00un1VgdHxzADdlk8Q@public.gmane.org To: mcgrof-3uybbJdB1yH774rrrx3eTA@public.gmane.org Return-path: In-Reply-To: <1398193438-23805-1-git-send-email-mcgrof-3uybbJdB1yH774rrrx3eTA@public.gmane.org> Sender: backports-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org From: "Luis R. Rodriguez" Date: Tue, 22 Apr 2014 12:03:58 -0700 > From: "Luis R. Rodriguez" > > Johannes noted this is not needed, all of the fragment > accessors don't need CONFIG_NET_NS. This goes test compiled with > CONFIG_BT_6LOWPAN=y and a disabled CONFIG_NET_NS. > > CC: Alexander Smirnov > Cc: Dmitry Eremin-Solenikov > Cc: linux-zigbee-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > Cc: David S. Miller" > Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Cc: Johannes Berg > Signed-off-by: Luis R. Rodriguez Applied, thanks Luis.