]> git.pld-linux.org Git - packages/lxc.git/blobdiff - lxc-cgroups.patch
- fixed lxd containters launch issue (https://github.com/lxc/lxc/issues/3108); rel 2
[packages/lxc.git] / lxc-cgroups.patch
diff --git a/lxc-cgroups.patch b/lxc-cgroups.patch
new file mode 100644 (file)
index 0000000..f530619
--- /dev/null
@@ -0,0 +1,29 @@
+--- lxc-3.2.1/src/lxc/cgroups/cgfsng.c.orig    2019-07-23 00:34:33.000000000 +0200
++++ lxc-3.2.1/src/lxc/cgroups/cgfsng.c 2020-03-24 15:17:05.536616935 +0100
+@@ -496,12 +496,12 @@
+       }
+       if (!flipped_bit) {
+-              DEBUG("No isolated or offline cpus present in cpuset");
+-              return true;
++              cpulist = lxc_cpumask_to_cpulist(possmask, maxposs);
++              TRACE("No isolated or offline cpus present in cpuset");
++      } else {
++              cpulist = move_ptr(posscpus);
++              TRACE("Removed isolated or offline cpus from cpuset");
+       }
+-      DEBUG("Removed isolated or offline cpus from cpuset");
+-
+-      cpulist = lxc_cpumask_to_cpulist(possmask, maxposs);
+       if (!cpulist) {
+               ERROR("Failed to create cpu list");
+               return false;
+@@ -1260,7 +1260,7 @@
+       orig_len = strlen(dir);
+       do {
+-              __do_free char *makeme;
++              __do_free char *makeme = NULL;
+               int ret;
+               size_t cur_len;
This page took 0.053999 seconds and 4 git commands to generate.