]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cgroup-util: update comment to reflect stable kernel fixes
authorTopi Miettinen <toiwoton@gmail.com>
Fri, 16 Aug 2019 08:42:04 +0000 (11:42 +0300)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 19 Aug 2019 07:46:50 +0000 (09:46 +0200)
src/basic/cgroup-util.c

index dff6543bf595eb117ad86750d6f3b12283bfa99d..7b5839ccd6088ec12dab399ae99527f5b00d96dc 100644 (file)
@@ -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;