1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 23:51:28 +03:00
systemd/udev
Kay Sievers fc416258f3 udevd: do not wrongly delay events for devices with swapped names
Renaming network devices might delay events for the other device, which has
the same devpath in the meantime as the original event. Causing a delay until
the timout of the event is reached.

Look at the ifindex/devnum of the devices to check if they are really
the same devices.
2010-10-13 13:08:29 +02:00
..
.gitignore udev/.gitignore: add udev.pc 2009-06-22 00:33:09 +02:00
sd-daemon.c udevd: add sd-daemon.c 2010-10-07 14:59:11 +02:00
sd-daemon.h udevd: add sd-daemon.c 2010-10-07 14:59:11 +02:00
test-udev.c remove UDEV_RUN environment variable 2009-12-25 15:23:45 +01:00
udev-event.c udevd: add pid to kmsg logs 2010-08-19 08:49:43 +02:00
udev-node.c set SELinux context on 'add' but not on 'change' events 2010-08-31 21:29:21 +02:00
udev-rules.c malloc()+memset() -> calloc() 2010-08-03 08:10:26 +02:00
udev-watch.c more readlink buffer size handling 2010-04-21 14:44:33 +02:00
udev.h allow final assignment for OPTIONS:="nowatch" 2010-07-07 11:35:40 +02:00
udev.pc.in udev.pc: add 2009-06-19 19:17:18 +02:00
udev.xml Clarify WAIT_FOR documentation 2010-09-21 12:12:01 +02:00
udevadm-control.c udevadm: fix short options in getopt() 2010-07-28 06:56:13 +02:00
udevadm-info.c udevadm: fix short options in getopt() 2010-07-28 06:56:13 +02:00
udevadm-monitor.c while (1) -> for (;;) 2010-05-27 15:11:00 +02:00
udevadm-settle.c while (1) -> for (;;) 2010-05-27 15:11:00 +02:00
udevadm-test.c while (1) -> for (;;) 2010-05-27 15:11:00 +02:00
udevadm-trigger.c udevadm: fix short options in getopt() 2010-07-28 06:56:13 +02:00
udevadm.c while (1) -> for (;;) 2010-05-27 15:11:00 +02:00
udevadm.xml childs -> children 2010-05-27 17:27:56 +02:00
udevd.c udevd: do not wrongly delay events for devices with swapped names 2010-10-13 13:08:29 +02:00
udevd.xml man: udevd - update intro 2010-05-29 22:51:55 +02:00