Re: [PATCH v6 2/3] cgroups: allow a cgroup subsystem to reject a fork
From: Tejun Heo <hidden>
Date: 2015-03-26 15:08:41
Also in:
lkml
From: Tejun Heo <hidden>
Date: 2015-03-26 15:08:41
Also in:
lkml
On Sat, Mar 21, 2015 at 10:25:56PM +1100, Aleksa Sarai wrote:
quoted
Also, what pins the cset between task_css_set() and get_css_set()? task_css_set() is protected by RCU and the above should have triggered RCU warning if the debug option is enabled. Please always test with the debug options enabled, especially the lockdep and RCU ones.Debug was enabled AFAIK and I didn't get anything in `dmesg`. I've fixed it anyway.
So, this is worrying. If you have RCU debugging enabled, it should have triggered the warning. If it hadn't, maybe there's something else protecting it and we don't need the extra rcu locking around it. Can you please investigate what's going on? Thanks. -- tejun