]> git.ipfire.org Git - thirdparty/systemd.git/commit
oom: use cgroup.kill if available 42373/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 28 May 2026 18:24:36 +0000 (19:24 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 29 May 2026 11:02:29 +0000 (12:02 +0100)
commit67411a3f096c3952dd164801120c96b869d783fd
tree6df95637a9b254476e0fd8c2c9bb63ea0b8a9c1b
parent92a5bf2c0205f5b0cf66d2913cb88e567a95ba1c
oom: use cgroup.kill if available

The log message is informational only, same as the count of killed
processes, so we can safely use cgroup.kill when available instead
of manually recursing through the cgroup tree.
src/oom/oomd-util.c