Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753047AbXLAWM0 (ORCPT ); Sat, 1 Dec 2007 17:12:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751280AbXLAWMQ (ORCPT ); Sat, 1 Dec 2007 17:12:16 -0500 Received: from rtr.ca ([76.10.145.34]:4570 "EHLO mail.rtr.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750896AbXLAWMP (ORCPT ); Sat, 1 Dec 2007 17:12:15 -0500 Message-ID: <4751DC3C.1050606@rtr.ca> Date: Sat, 01 Dec 2007 17:12:12 -0500 From: Mark Lord User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: Arjan van de Ven Cc: "Eric W. Biederman" , Stephen Hemminger , Alan Cox , Greg Kroah-Hartman , Greg KH , Tejun Heo , Linux Containers , netdev@vger.kernel.org, cornelia.huck@de.ibm.com, stern@rowland.harvard.edu, kay.sievers@vrfy.org, linux-kernel@vger.kernel.org, Andrew Morton , Herbert Xu , David Miller , Linus Torvalds Subject: Re: namespace support requires network modules to say "GPL" References: <47515D39.9030900@rtr.ca> <20071201111736.297dd99a@freepuppy.rosehill> <20071201192341.6750fbdb@the-village.bc.nu> <20071201113815.5df0960a@freepuppy.rosehill> <4751C238.6010609@rtr.ca> <20071201122926.5c887588@laptopd505.fenrus.org> In-Reply-To: <20071201122926.5c887588@laptopd505.fenrus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 822 Lines: 25 Arjan van de Ven wrote: > On Sat, 01 Dec 2007 15:21:12 -0500 > Mark Lord wrote: > >> Eric W. Biederman wrote: >>> Stephen Hemminger writes: >>> Sure. We keep the updated dev_get_by_XXXX that takes a network >>> namespace parameter. >> .. >> >> And what should code be passing in when "# CONFIG_NET_NS is not set" ? > > network drivers probably really really don't want to call > dev_get_by_XXX... .. Fine. But all of them want to call sk_alloc(), and many want to do register_netdev(). So what should they be using there ? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/