1. 29 Jan, 2014 1 commit
    • cgroupfs: cpuset support for kernels without cgroup.clone_children · d703c2b1
      Robert Vogelgesang authored
      Hi,
      
      as promised last week, here's my patch for cpuset cgroup support for
      kernels without the cgroup.clone_children feature.
      
      My initial patch used "#include <linux/version.h>" and the macros defined
      there to decide if cgroup.clone_children should be used or not.  After
      having seen Serge Hallyn's patch which he posted to the list last Wednesday,
      where he used stat() to check if the cgroup.clone_children file is there,
      I rewrote my patch to do the same.
      
      The patch is against 1.0.0.beta3, and it is tested successfully with
      RHEL-6's kernel version 2.6.32-431.3.1.el6, compiled without cgmanager
      (I've so far not tried to use cgmanager in RHEL-6).
      
      In addition to fixing the cpuset cgroup setup, this patch also fixes a
      wrong argument in a call to handle_cgroup_settings() in the same context.
      
      	Robert
      Signed-off-by: 's avatarRobert Vogelgesang <vogel@users.sourceforge.net>
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
  2. 28 Jan, 2014 5 commits
  3. 27 Jan, 2014 6 commits
  4. 26 Jan, 2014 2 commits
  5. 25 Jan, 2014 3 commits
  6. 24 Jan, 2014 23 commits