LWN.net Logo

Oracle's "Unbreakable Enterprise Kernel"

Oracle's "Unbreakable Enterprise Kernel"

Posted Sep 23, 2010 16:53 UTC (Thu) by walex (subscriber, #69836)
In reply to: Oracle's "Unbreakable Enterprise Kernel" by ummmwhat
Parent article: Oracle's "Unbreakable Enterprise Kernel"

Nothing to laugh about 'devfs', it still has some crucial advantages over the abomination called 'udev', and as to that, please consider that 'udev' actually relies on something that is equivalent (but badly) to 'devfs', please check the output of 'cat /sys/block/sda/dev' for a laugh on how clever and nasty GKH is.


(Log in to post comments)

Oracle's "Unbreakable Enterprise Kernel"

Posted Sep 23, 2010 21:32 UTC (Thu) by zlynx (subscriber, #2285) [Link]

The device numbers are critical information for creating a device node. It isn't equivalent to devfs at all.

Where devfs got into trouble was the creation and destruction of device nodes and the permissions on the nodes.

There is hardly any advantage to devfs over udev when a daemon has to be running to update device node permissions according to system policy. If you have that daemon it may as well be responsible for creating the nodes too.

Oracle's "Unbreakable Enterprise Kernel"

Posted Sep 23, 2010 22:31 UTC (Thu) by njs (guest, #40338) [Link]

A picture of Greg with his goggles pushed up! You're right, that is clever.

Oracle's "Unbreakable Enterprise Kernel"

Posted Sep 23, 2010 23:16 UTC (Thu) by bronson (subscriber, #4806) [Link]

That's quite a look of surprise on his face!

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds