lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 30 Dec 2007 21:18:38 +0100 (CET)
From:	Jan Engelhardt <jengelh@...putergmbh.de>
To:	devzero@....de
cc:	linux-kernel@...r.kernel.org
Subject: Re: allmodconfig:  udev won`t start due to CONFIG_UNIX=m


On Dec 30 2007 21:11, devzero@....de wrote:
>
>i build a kernel with allmodconfig and didn`t get my system to boot with that.
>
>after some investigation i found that it was due to udev:
>
>udevd[1226]: init_udev_socket: error getting socket: Address family not supported by protocol 
>
>this was missing support UNIX DOMAIN SOCKETS at boot time.
>easy - so i added unix.ko to my initrd.
>
>but that didn`t make a difference. Still same error with udev.
>
>seems, there are others who stepped into this trap and someone telling, unix domain sockets cannot be modular
>https://forums.gentoo.org/viewtopic-t-476363-highlight-.html
>https://forums.gentoo.org/viewtopic-t-463793-highlight-.html
>
>
>since we have 1206 options set to "Y" anyway, would it make sense to remove module support for Unix Domain Sockets ?
>opensuse103:/home/kernel/linux-2.6.23 # cat .config.allmodconfig |grep "=y" |wc -l
>1206
>opensuse103:/home/kernel/linux-2.6.23 # cat .config.allmodconfig |grep "=m" |wc -l
>2098
>
>i also came across this one:
>
>http://readlist.com/lists/vger.kernel.org/linux-kernel/41/205717.html
>

I'd rather much do in the Kconfig:

config UNIX
	tristate "UNIX domain sockets" if I_KNOW_WHAT_I_AM_DOING # currently called CONFIG_EMBEDDED
	bool "UNIX domain sockets"
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ