Re: updating kernel to 2.6.13-rc1 from 2.6.12 + CONFIG_DEVFS_FS + empty /dev

From: Greg KH
Date: Wed Jun 29 2005 - 17:45:28 EST


On Wed, Jun 29, 2005 at 11:03:56PM +0200, Eric Valette wrote:
> For years now my /dev has been empty. When upgrading to 2.6.13-rc1 from
> 2.6.12, and updating my kernel config file via "make oldconfig" I got no
> visible warning about CONFIG_DEVFS_FS options being set (or at least did
> no see it).

devfs has been marked OBSOLETE for a year now. It has also been
documented as going away. Because of this, you should not have been
supprised at all.

> While I do not want to re-enter the endless devfs versus udev merit
> (allthough I personnaly strongly believe udev is just too slow for
> embedded system boot compared to devfs without devfsd)

What are the speed differences that you see? I've tested it and on a
slow old laptop, with a lot of devices, udev only takes 2 seconds to
initialize the whole device tree. If you put it in initramfs, it will
take no additional time, as it will operate on all of the hotplug events
as they happen. Can't get faster than "nothing" :)

> I think that this potential problem should be clearly mentionned in
> the release note for 2.6.13

That's probably a good idea.

thanks,

greg k-h
-
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/