1. 17 Sep, 2021 1 commit
    • Rowan Thorpe's avatar
      Fix regression from commit 137e80cd · dccee4e8
      Rowan Thorpe authored
      Problem:
      
      A false-negative in check-config.sh for cgroups v2 systems was fixed but the
      commit introduced a regression based on a small assumption that content of
      /sys/fs/cgroup/cgroup.controllers would have the same format as the content
      of /proc/self/cgroup. It doesn't.
      
      Solution:
      
      This just tweaks the regex to count occurrences of either cgroup
      subsystem-names on each line (as occurs in the sysfs pseudo-file), or those
      names with colons either side (as occurs in the procfs pseudo-file).
      Signed-off-by: 's avatarRowan Thorpe <rowan@rowanthorpe.com>
      dccee4e8
  2. 16 Sep, 2021 2 commits
  3. 15 Sep, 2021 10 commits
  4. 14 Sep, 2021 6 commits
  5. 11 Sep, 2021 3 commits
  6. 10 Sep, 2021 3 commits
  7. 09 Sep, 2021 2 commits
  8. 08 Sep, 2021 1 commit
  9. 05 Sep, 2021 1 commit
  10. 01 Sep, 2021 5 commits
  11. 31 Aug, 2021 1 commit
  12. 30 Aug, 2021 3 commits
  13. 27 Aug, 2021 2 commits