Stupid question. Would it help at all if we structured this as: - Take the control group off of the cpus and runqueues. - Modify the tasks in the control group. - Place the control group back on the runqueues. Essentially this is what ptrace does (except for one task at a time). Since we know that the tasks are not running, and that we have exclusive access to the tasks in the control group we can take action as if we were the actual tasks themselves. Which should simplify locking. So I think with just a touch of care we can significantly simplify the locking by being much more coarse grained, at the expense of this kind of control group operation being more expensive. Plus we would have an operation that was reusable. I think the stop everything. modify everything, start everything could also be used instead of an array of task structures. Eric - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: Paul Jackson <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- References:
- [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: Paul Jackson <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: "Paul Menage" <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: Paul Jackson <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: "Paul Menage" <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: Paul Jackson <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: "Paul Menage" <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: Paul Jackson <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: David Rientjes <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: Paul Jackson <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: "Paul Menage" <[email protected]>
- Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- From: Paul Jackson <[email protected]>
- [PATCH] task containersv11 add tasks file interface fix for cpusets
- Prev by Date: Re: Regression from 2.6.21 to 2.6.22 and above
- Next by Date: Re: APM shutdown oops (Re: [stable] [patch 09/12] Fix SMP poweroff hangs)
- Previous by thread: Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- Next by thread: Re: [PATCH] task containersv11 add tasks file interface fix for cpusets
- Index(es):