* [ANNOUNCE] udev 130 release
@ 2008-10-07 13:11 Kay Sievers
2008-10-07 13:15 ` Marco d'Itri
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Kay Sievers @ 2008-10-07 13:11 UTC (permalink / raw)
To: linux-hotplug
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>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [ANNOUNCE] udev 130 release
2008-10-07 13:11 [ANNOUNCE] udev 130 release Kay Sievers
@ 2008-10-07 13:15 ` Marco d'Itri
2008-10-07 14:29 ` Kay Sievers
2008-10-07 14:32 ` Marco d'Itri
2 siblings, 0 replies; 4+ messages in thread
From: Marco d'Itri @ 2008-10-07 13:15 UTC (permalink / raw)
To: linux-hotplug
On Oct 07, Kay Sievers <kay.sievers@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
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [ANNOUNCE] udev 130 release
2008-10-07 13:11 [ANNOUNCE] udev 130 release Kay Sievers
2008-10-07 13:15 ` Marco d'Itri
@ 2008-10-07 14:29 ` Kay Sievers
2008-10-07 14:32 ` Marco d'Itri
2 siblings, 0 replies; 4+ messages in thread
From: Kay Sievers @ 2008-10-07 14:29 UTC (permalink / raw)
To: linux-hotplug
On Tue, Oct 7, 2008 at 3:15 PM, Marco d'Itri <md@linux.it> wrote:
> On Oct 07, Kay Sievers <kay.sievers@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
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [ANNOUNCE] udev 130 release
2008-10-07 13:11 [ANNOUNCE] udev 130 release Kay Sievers
2008-10-07 13:15 ` Marco d'Itri
2008-10-07 14:29 ` Kay Sievers
@ 2008-10-07 14:32 ` Marco d'Itri
2 siblings, 0 replies; 4+ messages in thread
From: Marco d'Itri @ 2008-10-07 14:32 UTC (permalink / raw)
To: linux-hotplug
On Oct 07, Kay Sievers <kay.sievers@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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-10-07 14:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-07 13:11 [ANNOUNCE] udev 130 release Kay Sievers
2008-10-07 13:15 ` Marco d'Itri
2008-10-07 14:29 ` Kay Sievers
2008-10-07 14:32 ` Marco d'Itri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).