1
0
Fork 0
alistair23-linux/Documentation/cgroup-v1
Linus Torvalds 0011572c88 Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup fixes from Tejun Heo:
 "This has an unusually high density of tricky fixes:

   - task_get_css() could deadlock when it races against a dying cgroup.

   - cgroup.procs didn't list thread group leaders with live threads.

     This could mislead readers to think that a cgroup is empty when
     it's not. Fixed by making PROCS iterator include dead tasks. I made
     a couple mistakes making this change and this pull request contains
     a couple follow-up patches.

   - When cpusets run out of online cpus, it updates cpusmasks of member
     tasks in bizarre ways. Joel improved the behavior significantly"

* 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cpuset: restore sanity to cpuset_cpus_allowed_fallback()
  cgroup: Fix css_task_iter_advance_css_set() cset skip condition
  cgroup: css_task_iter_skip()'d iterators must be advanced before accessed
  cgroup: Include dying leaders with live threads in PROCS iterations
  cgroup: Implement css_task_iter_skip()
  cgroup: Call cgroup_release() before __exit_signal()
  docs cgroups: add another example size for hugetlb
  cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()
2019-06-14 17:46:14 -10:00
..
blkio-controller.txt blkio-controller.txt: Remove references to CFQ 2019-06-13 03:00:30 -06:00
cgroups.txt Documentation/cgroup-v1: fix outdated programming details 2018-01-02 06:59:35 -08:00
cpuacct.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
cpusets.txt Documentation: cpuset: Fix 'cpuset.tasks' -> 'tasks' 2017-01-13 11:04:45 -07:00
devices.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
freezer-subsystem.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
hugetlb.txt docs cgroups: add another example size for hugetlb 2019-05-30 14:02:43 -07:00
memcg_test.txt mm: remove zone_lru_lock() function, access ->lru_lock directly 2019-03-05 21:07:21 -08:00
memory.txt A fairly routine cycle for docs - lots of typo fixes, some new documents, 2019-03-09 09:56:17 -08:00
net_cls.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
net_prio.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
pids.txt cgroup: add documentation for pids.events file 2019-02-11 07:17:59 -08:00
rdma.txt rdmacg: fix a typo in rdmacg documentation 2018-10-23 12:52:50 -07:00