Kay Sievers | 7 Oct 15:07
Gravatar

[ANNOUNCE] udev 130 release

Here comes a new udev version. Thanks to all who have contributed to
this release.

The tarball can be found here:
 ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/

The development repository can be found here:
 http://www.kernel.org/git/?p=linux/hotplug/udev.git;a=summary

The ChangeLog can be found here:
 http://www.kernel.org/git/?p=linux/hotplug/udev.git;a=blob;hb=HEAD;f=ChangeLog

udev 130
========
Bugfixes.

Kernel devices and device nodes are connected now by reverse indices in
/sys and /dev. A device number retrieved by a stat() or similar, the
kernel device directory can be found by looking up:
  /sys/dev/{block,char}/<maj>:<min>
and the device node of the same device by looking up:
  /dev/{block,char}/<maj>:<min>
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Marco d'Itri | 7 Oct 15:15
Favicon

Re: [ANNOUNCE] udev 130 release

On Oct 07, Kay Sievers <kay.sievers <at> vrfy.org> wrote:

> and the device node of the same device by looking up:
>   /dev/{block,char}/<maj>:<min>
Do we really need to expose this in /dev/? Why not put this in
/dev/.udev/ or some other hidden directory?

--

-- 
ciao,
Marco
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Kay Sievers | 7 Oct 16:29
Gravatar

Re: [ANNOUNCE] udev 130 release

On Tue, Oct 7, 2008 at 3:15 PM, Marco d'Itri <md <at> linux.it> wrote:
> On Oct 07, Kay Sievers <kay.sievers <at> vrfy.org> wrote:
>
>> and the device node of the same device by looking up:
>>   /dev/{block,char}/<maj>:<min>
> Do we really need to expose this in /dev/? Why not put this in
> /dev/.udev/ or some other hidden directory?

Because it's not for udev itself, it does not use it. It's a public
interface, and the counterpart to the /sys/dev/ directory. Users can
retrieve the device name of a device without the need to use any
library, or run a program like udevadm.

Thanks,
Kay
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Marco d'Itri | 7 Oct 16:32
Favicon

Re: [ANNOUNCE] udev 130 release

On Oct 07, Kay Sievers <kay.sievers <at> vrfy.org> wrote:

> Because it's not for udev itself, it does not use it. It's a public
> interface, and the counterpart to the /sys/dev/ directory. Users can
> retrieve the device name of a device without the need to use any
> library, or run a program like udevadm.
Users or scripts? Maybe an hidden directory would be more appropriate.

--

-- 
ciao,
Marco
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Gmane