• Linus Torvalds's avatar
    Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup · 6b5f04b6
    Linus Torvalds authored
    Pull cgroup updates from Tejun Heo:
     "cgroup changes for v4.6-rc1.  No userland visible behavior changes in
      this pull request.  I'll send out a separate pull request for the
      addition of cgroup namespace support.
    
       - The biggest change is the revamping of cgroup core task migration
         and controller handling logic.  There are quite a few places where
         controllers and tasks are manipulated.  Previously, many of those
         places implemented custom operations for each specific use case
         assuming specific starting conditions.  While this worked, it makes
         the code fragile and difficult to follow.
    
         The bulk of this pull request restructures these operations so that
         most related operations are performed through common helpers which
         implement recursive (subtrees are always processed consistently)
         and idempotent (they make cgroup hierarchy converge to the target
         state rather than performi...
    6b5f04b6
Kconfig 64.6 KB