diff options
author | Topi Miettinen <toiwoton@gmail.com> | 2019-08-16 10:42:04 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-08-19 09:46:50 +0200 |
commit | cda5ccdb342f056aa40dea939598d8a799c9c18d (patch) | |
tree | fc0a4422ae9bb79456b16302fbbc3f00a7eb5353 /src/basic/cgroup-util.c | |
parent | Merge pull request #13344 from ddstreet/test-functions (diff) | |
download | systemd-cda5ccdb342f056aa40dea939598d8a799c9c18d.tar.xz systemd-cda5ccdb342f056aa40dea939598d8a799c9c18d.zip |
cgroup-util: update comment to reflect stable kernel fixes
Diffstat (limited to '')
-rw-r--r-- | src/basic/cgroup-util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c index dff6543bf5..7b5839ccd6 100644 --- a/src/basic/cgroup-util.c +++ b/src/basic/cgroup-util.c @@ -342,7 +342,8 @@ int cg_kill( return r; /* Only in case of killing with SIGKILL and when using cgroupsv2, kill remaining threads manually as - a workaround for kernel bug. It was fixed in 5.2-rc5 (c03cd7738a83). */ + a workaround for kernel bug. It was fixed in 5.2-rc5 (c03cd7738a83), backported to 4.19.66 + (4340d175b898) and 4.14.138 (feb6b123b7dd). */ r = cg_unified_controller(controller); if (r < 0) return r; |