* Re: [PATCH 2/2] fix file counting [not found] ` <20060218092517.GP29846@in.ibm.com> @ 2006-02-18 12:14 ` Christoph Hellwig 2006-02-18 12:31 ` Arjan van de Ven 0 siblings, 1 reply; 3+ messages in thread From: Christoph Hellwig @ 2006-02-18 12:14 UTC (permalink / raw) To: Dipankar Sarma; +Cc: Andrew Morton, linux-kernel, paulmck, dada1, davem, netdev > > - Make the get_max_files export use _GPL - only unix.ko uses it. The real question is, does af_unix really need to allow beeing built modular? It's quite different from other network protocol and deeply tied to the kernel due to things like descriptor passing or using the filesystem namespace. I already had to export another symbol that really should be internal just for it, and if one module acquires lots of such hacks it's usually a bad sign.. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2/2] fix file counting 2006-02-18 12:14 ` [PATCH 2/2] fix file counting Christoph Hellwig @ 2006-02-18 12:31 ` Arjan van de Ven 2006-02-20 22:36 ` [2.6 patch] make UNIX a bool Adrian Bunk 0 siblings, 1 reply; 3+ messages in thread From: Arjan van de Ven @ 2006-02-18 12:31 UTC (permalink / raw) To: Christoph Hellwig Cc: Dipankar Sarma, Andrew Morton, linux-kernel, paulmck, dada1, davem, netdev On Sat, 2006-02-18 at 12:14 +0000, Christoph Hellwig wrote: > > > - Make the get_max_files export use _GPL - only unix.ko uses it. > > The real question is, does af_unix really need to allow beeing built > modular? It's quite different from other network protocol and deeply > tied to the kernel due to things like descriptor passing or using > the filesystem namespace. I already had to export another symbol that > really should be internal just for it, and if one module acquires lots > of such hacks it's usually a bad sign.. in 2.4 the answer would have been simple; modutils back then used AF_UNIX stuff before it could load modules, so modular was in practice impossible. Anyway I'd agree with making this non-modular... NOBODY will use this as a module, or if they do loading it somehow is the very first thing done. You just can't live without this, so making it a module is non-sensical. ^ permalink raw reply [flat|nested] 3+ messages in thread
* [2.6 patch] make UNIX a bool 2006-02-18 12:31 ` Arjan van de Ven @ 2006-02-20 22:36 ` Adrian Bunk 0 siblings, 0 replies; 3+ messages in thread From: Adrian Bunk @ 2006-02-20 22:36 UTC (permalink / raw) To: Arjan van de Ven Cc: Christoph Hellwig, Dipankar Sarma, Andrew Morton, linux-kernel, paulmck, dada1, davem, netdev On Sat, Feb 18, 2006 at 01:31:30PM +0100, Arjan van de Ven wrote: > On Sat, 2006-02-18 at 12:14 +0000, Christoph Hellwig wrote: > > > > - Make the get_max_files export use _GPL - only unix.ko uses it. > > > > The real question is, does af_unix really need to allow beeing built > > modular? It's quite different from other network protocol and deeply > > tied to the kernel due to things like descriptor passing or using > > the filesystem namespace. I already had to export another symbol that > > really should be internal just for it, and if one module acquires lots > > of such hacks it's usually a bad sign.. > > in 2.4 the answer would have been simple; modutils back then used > AF_UNIX stuff before it could load modules, so modular was in practice > impossible. > > Anyway I'd agree with making this non-modular... NOBODY will use this as > a module, or if they do loading it somehow is the very first thing done. > You just can't live without this, so making it a module is non-sensical. So let's send a patch. ;-) cu Adrian <-- snip --> CONFIG_UNIX=m doesn't make much sense. Signed-off-by: Adrian Bunk <bunk@stusta.de> --- linux-2.6.16-rc4-mm1-full/net/unix/Kconfig.old 2006-02-20 14:40:19.000000000 +0100 +++ linux-2.6.16-rc4-mm1-full/net/unix/Kconfig 2006-02-20 14:40:27.000000000 +0100 @@ -3,7 +3,7 @@ # config UNIX - tristate "Unix domain sockets" + bool "Unix domain sockets" ---help--- If you say Y here, you will include support for Unix domain sockets; sockets are the standard Unix mechanism for establishing and ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-02-20 22:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20060217154147.GL29846@in.ibm.com>
[not found] ` <20060217154337.GM29846@in.ibm.com>
[not found] ` <20060217154626.GN29846@in.ibm.com>
[not found] ` <20060218010414.1f8d6782.akpm@osdl.org>
[not found] ` <20060218092517.GP29846@in.ibm.com>
2006-02-18 12:14 ` [PATCH 2/2] fix file counting Christoph Hellwig
2006-02-18 12:31 ` Arjan van de Ven
2006-02-20 22:36 ` [2.6 patch] make UNIX a bool Adrian Bunk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).