Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fix from Tejun Heo:
"cgroup.threads should be delegatable (ie. a container should be able
to write to it from inside) but was missing the flag.

The change is very low risk"

* 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
cgroup: make cgroup.threads delegatable

+1
+1
kernel/cgroup/cgroup.c
··· 4447 4447 }, 4448 4448 { 4449 4449 .name = "cgroup.threads", 4450 + .flags = CFTYPE_NS_DELEGATABLE, 4450 4451 .release = cgroup_procs_release, 4451 4452 .seq_start = cgroup_threads_start, 4452 4453 .seq_next = cgroup_procs_next,