Re: [PATCH repost] sched: export sched_set/getaffinity to modules
From: Peter Zijlstra <peterz@infradead.org>
Date: 2010-07-02 18:11:45
Also in:
kvm, lkml
From: Peter Zijlstra <peterz@infradead.org>
Date: 2010-07-02 18:11:45
Also in:
kvm, lkml
On Fri, 2010-07-02 at 11:01 -0700, Sridhar Samudrala wrote:
Does it (Tejun's kthread_clone() patch) also inherit the cgroup of the caller?
Of course, its a simple do_fork() which inherits everything just as you would expect from a similar sys_clone()/sys_fork() call.