From: Yu Watanabe Date: Wed, 2 Apr 2025 17:09:36 +0000 (+0900) Subject: udev: use notify socket to send message from worker processes to manager process... X-Git-Tag: v258-rc1~948 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5833a3340c813f0d6a47b5f37063dd87dc177778;p=thirdparty%2Fsystemd.git udev: use notify socket to send message from worker processes to manager process (#36922) This replaces home-grown notification method from worker processes to manager process with sd-notify. Then, we can reuse many library functions commonly used by many components. Hopefully, this does not change any effective functionalities. --- 5833a3340c813f0d6a47b5f37063dd87dc177778