]> git.ipfire.org Git - thirdparty/systemd.git/commit
Follow ups for #39806 main
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 20 Dec 2025 21:10:02 +0000 (22:10 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 21 Dec 2025 07:16:03 +0000 (08:16 +0100)
commitf9708c53aa28bd2ba8273c5c132c1e8a83f2056e
treee14edfcb47bee6b2c924adc4ba14f4f6efd1c8cf
parent471fe52d57ae6e2ff19d5960c25a700aceadd692
Follow ups for #39806

We drop the optimization for verify_sigchld as the
check differs based on the options passed and the
extra syscalls are certainly not going to matter
compared to the cost of forking a child process.

Fixes #40166
src/home/homework-luks.c
src/libsystemd/sd-event/sd-event.c
src/machine/machine.c
src/machine/operation.c
src/portable/portable.c
src/portable/portabled-image-bus.c
src/shared/dissect-image.c
src/shared/exec-util.c
src/shutdown/umount.c
src/vmspawn/vmspawn.c