Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | udev: refuse too short timeout value | Yu Watanabe | 2023-12-22 | 1 | -0/+3 |
| | | | | | | | | Setting zero or too short timeout for each uevent is meaningless, and causes the system fails to boot. Let's refuse such values. Also, delaying execution of RUN= commands too long also makes many uevents enter the failed state. So, let's refuse such misconfiguration. | ||||
* | udev: split-out worker code from udevd.c | Yu Watanabe | 2023-07-31 | 1 | -0/+52 |
While doing that, the Manager object allocated by the main process is now _not_ freed in the spawned worker process, to follow our usual coding style. See discussion in #24043. |