Re: [PATCH] Force UNIX domain sockets to be built in



On Mon, 31 Dec 2007, Adrian Bunk wrote:
On Mon, Dec 31, 2007 at 01:09:43PM +0100, Bodo Eggert wrote:

As suggested by Adrian Bunk, UNIX domain sockets should always be built in
on normal systems. This is especially true since udev needs these sockets
and fails to run if UNIX=m.

Signed-Off-By: Bodo Eggert <7eggert@xxxxxx>

---
Last minute change: I decided against making it a bool because embedded
folks might depend on a small kernel image. Edited in the patch below.
...

Is this just a purely theoretical thought or is this a reasonable use
case people actually use in practice?

For now, it's a theoretical thought, but having an embedded device, I can
see the reason for $EVERYTHING=m there.

After all, changing it to a bool will allow us to make the kernel image
for nearly everyone smaller by a few hundred bytes...

I can't see why optionally building it as a module would force us to make
the kernel bigger. It may be a little more ugly to support =m, but thats it,
isn't it?

--
Logic: The art of being wrong with confidence...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: remote copy file
    ... But any particular reason why you don't want to have a key file for scp? ... The system is an embedded device inside a box and ... And once we go online we need this file from this embedded ... system on our server since it contains data. ...
    (alt.os.linux.suse)
  • Re: [PATCH] [x86] rdc321x: Kconfig options fixes for rdc321x
    ... i can see no reason why for example hibernation wouldnt be ... it's a pure software concept ...) ... I would have thought an embedded device with only flash memory as rom storage ...
    (Linux-Kernel)
  • Re: [PATCH] Force UNIX domain sockets to be built in
    ... see the reason for $EVERYTHING=m there. ... The only advantage I see is that the kernel image you have to flash ... can be made smaller - with the disadvantage that the running kernel ... is bigger by more than 10%. ...
    (Linux-Kernel)