]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udev: fix potential stuck on exit (#37022)
authorLuca Boccassi <bluca@debian.org>
Mon, 7 Apr 2025 22:54:23 +0000 (23:54 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Apr 2025 22:54:23 +0000 (23:54 +0100)
If an event is requeued after termination is requested, previously
systemd-udevd never called sd_event_exit() and stuck.


Trivial merge