On Tue, Nov 16, 2010 at 05:50:41PM -0800, Linus Torvalds wrote:
Yeah, I didn't look any deeper than kernel/sched.c::sched_create_group,
but that would need to GFP_ATOMIC as well.
Looking at it now, so would alloc_rt_sched_group/alloc_fair_sched_group,
and we're looking at an awful lot of sleepless allocations. Not sure
that's a feasible plan.
--Kyle
--