From: Yu Watanabe Date: Tue, 3 Feb 2026 14:36:28 +0000 (+0900) Subject: udev: create /run/udev/queue file earlier (#40518) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50ddcf8554aef1d2111919ccf41ab34b82993dfa;p=thirdparty%2Fsystemd.git udev: create /run/udev/queue file earlier (#40518) When udevd received a uevent or inotify event, then we will queue events. To minimize the race between processing these events by udevd and user invocation of 'udevadm settle', let's create /run/udev/queue file earlier. On some errors, no event may be queued, but in that case, the file will be removed by the post event source if nothing queued. See on_post(). Hopefully mitigate the issue #40499. --- 50ddcf8554aef1d2111919ccf41ab34b82993dfa