Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1690633
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] cgroup: Show control files in cgroup2 root after mount |
| Date | 2017-07-18 22:20 +0200 |
| Message-ID | <u4H8o-6Yu-29@gated-at.bofh.it> (permalink) |
| References | <u4GvE-6vZ-21@gated-at.bofh.it> <u4GP1-6Cx-37@gated-at.bofh.it> <u4GYF-6V8-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hello, On Tue, Jul 18, 2017 at 04:00:45PM -0400, Waiman Long wrote: > From my own debugging, the controller files (e.g. the debug controller) > were indirectly populated by the rebind_subsystems() call. > > [ 1.628103] css_populate_dir: init subsystem debug ... > [ 1.654975] cgroup_apply_control_enable+0x103/0x340 > [ 1.657719] cgroup_apply_control+0x1a/0x30 > [ 1.658521] rebind_subsystems+0x18a/0x3b0 ... But there's kernfs_activate() call at the end of rebind_subsystems(), so if the files were being added there, it should have been activated there and I can confirm that the files are correctly added / removed from the cgroup2 root directory when controllers are attached to / detached from it. > For the default cgroup2 root, kernfs_activate() was only called at the > beginning in cgroup_init() with only the base cgroup files added. No > more call after that until I touched the cgroup.subtree_control file. Hmm... we're activating at the end of * cgroup_setup_root() * rebind_subsystems() * cgroup_subtree_control_write() * cgroup_apply_cftypes() after successful addition * cgroup_mkdir() I *think* this should cover everything. Just in case, are you looking at the mainline kernel? Can you share how you can reproduce the issue? Thanks. -- tejun
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] cgroup: Show control files in cgroup2 root after mount Waiman Long <longman@redhat.com> - 2017-07-18 21:40 +0200
Re: [PATCH] cgroup: Show control files in cgroup2 root after mount Tejun Heo <tj@kernel.org> - 2017-07-18 22:00 +0200
Re: [PATCH] cgroup: Show control files in cgroup2 root after mount Waiman Long <longman@redhat.com> - 2017-07-18 22:10 +0200
Re: [PATCH] cgroup: Show control files in cgroup2 root after mount Tejun Heo <tj@kernel.org> - 2017-07-18 22:20 +0200
Re: [PATCH] cgroup: Show control files in cgroup2 root after mount Waiman Long <longman@redhat.com> - 2017-07-18 22:30 +0200
Re: [PATCH] cgroup: Show control files in cgroup2 root after mount Tejun Heo <tj@kernel.org> - 2017-07-18 23:00 +0200
Re: [PATCH] cgroup: Show control files in cgroup2 root after mount Tejun Heo <tj@kernel.org> - 2017-07-18 23:10 +0200
[PATCH cgroup/for-4.13-fixes] cgroup: create dfl_root files on subsys registration Tejun Heo <tj@kernel.org> - 2017-07-19 00:00 +0200
Re: [PATCH cgroup/for-4.13-fixes] cgroup: create dfl_root files on subsys registration Waiman Long <longman@redhat.com> - 2017-07-19 00:10 +0200
Re: [PATCH cgroup/for-4.13-fixes] cgroup: create dfl_root files on subsys registration Tejun Heo <tj@kernel.org> - 2017-07-19 00:20 +0200
csiph-web