mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-27 09:35:52 +07:00
2500dbc810
The way the kernel namespaces have been implemented breaks assumptions udev made regarding uevent sequence numbers. Creating devices in a namespace "steals" uevents and its sequence numbers from the host. It confuses the "udevadmin settle" logic, which might block until util a timeout is reached, even when no uevent is pending. Remove any assumptions about sequence numbers and deprecate libudev's API exposing these numbers; none of that can reliably be used anymore when namespaces are involved. Signed-off-by: Anthony G. Basile <blueness@gentoo.org> |
||
---|---|---|
.. | ||
Makefile.am | ||
rule-syntax-check.py | ||
rules-test.sh | ||
sys.tar.xz | ||
test-device-nodes.c | ||
test-libudev.c | ||
test-udev.c | ||
test-utf8.c | ||
udev-test.pl |