summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-13 08:56:49 +0100
committerGitHub <noreply@github.com>2019-11-13 08:56:49 +0100
commit7b631898ef58ba721e41a51f7fc33ea17eea8e80 (patch)
tree1421eca8f299635174c8b07ffe844e25d4ebd751 /NEWS
parentMerge pull request #14001 from keszybz/test-unit-name-more (diff)
parentudevd: fix crash when workers time out after exit is signal caught (diff)
downloadsystemd-7b631898ef58ba721e41a51f7fc33ea17eea8e80.tar.xz
systemd-7b631898ef58ba721e41a51f7fc33ea17eea8e80.zip
Merge pull request #13961 from mwilck/udev-no-exit-timeout
udevd: wait for workers to finish when exiting
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c9250c9eeb..9ea4e44c7a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,17 @@ systemd System and Service Manager
CHANGES WITH 244 in spe:
+ * systemd-udevd: removed the 30s timeout for killing stale workers on
+ exit. systemd-udevd now waits for workers to finish. The hard-coded
+ exit timeout of 30s was too short for some large installations, where
+ driver initialization could be prematurely interrupted during initrd
+ processing if the root file system had been mounted and init was
+ preparing to switch root. If udevd is run without systemd and workers
+ are hanging while udevd receives an exit signal, udevd will now exit
+ when udev.event_timeout is reached for the last hanging worker. With
+ systemd, the exit timeout can additionally be configured using
+ TimeoutStopSec= in systemd-udevd.service.
+
* Support for the cpuset cgroups v2 controller has been added.
Processes may be restricted to specific CPUs using the new
AllowedCPUs= setting, and to specific memory NUMA nodes using the new