From: Topi Miettinen Date: Fri, 16 Aug 2019 08:42:04 +0000 (+0300) Subject: cgroup-util: update comment to reflect stable kernel fixes X-Git-Tag: v243-rc2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda5ccdb342f056aa40dea939598d8a799c9c18d;p=thirdparty%2Fsystemd.git cgroup-util: update comment to reflect stable kernel fixes --- diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c index dff6543bf59..7b5839ccd60 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;