X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=NEWS;h=8b51c10a84bdbd208319d075ba412002df98eccb;hb=185ea6a76d3f3a9e9708239d2302bd98e00460fa;hp=97109e31b4527161026a35bddbde91e549c074bb;hpb=9d5bdeb3d3c7995a132b297bd27003b50da82d08;p=elogind.git diff --git a/NEWS b/NEWS index 97109e31b..8b51c10a8 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,18 @@ udev 143 ======== Bugfixes. +Event processes now get re-used after they handled an event. This reduces +pressure on the CPU significantly because cloned event processes no longer +cause page faults in the main daemon. After the events have settled, the +no longer needed worker processes get killed. + +To be able to use signalfd(), udev depends on kernel version 2.6.25 now. +Also inotify support is required now to run udev. + +The format of the queue exported by the udev damon has changed. There is +no longer a /dev/.udev/queue/ directory. The current event queue can be +accessed with udevadm settle and libudedv. + udev 142 ======== Bugfixes.