Re: [PATCH 01/14] sched: add sched_class->task_dead.

2013-11-12 Thread Juri Lelli
On 11/12/2013 06:19 PM, Steven Rostedt wrote: > On Thu, 7 Nov 2013 14:43:35 +0100 > Juri Lelli wrote: > >> From: Dario Faggioli >> >> Add a new function to the scheduling class interface. It is called >> at the end of a context switch, if the prev task is in TASK_DEAD state. >> >> It might be u

Re: [PATCH 01/14] sched: add sched_class->task_dead.

2013-11-12 Thread Steven Rostedt
On Thu, 7 Nov 2013 14:43:35 +0100 Juri Lelli wrote: > From: Dario Faggioli > > Add a new function to the scheduling class interface. It is called > at the end of a context switch, if the prev task is in TASK_DEAD state. > > It might be useful for the scheduling classes that want to be notifie

Re: [PATCH 01/14] sched: add sched_class->task_dead.

2013-11-11 Thread Paul Turner
On Thu, Nov 7, 2013 at 5:43 AM, Juri Lelli wrote: > From: Dario Faggioli > > Add a new function to the scheduling class interface. It is called > at the end of a context switch, if the prev task is in TASK_DEAD state. > > It might be useful for the scheduling classes that want to be notified > wh

[PATCH 01/14] sched: add sched_class->task_dead.

2013-11-07 Thread Juri Lelli
From: Dario Faggioli Add a new function to the scheduling class interface. It is called at the end of a context switch, if the prev task is in TASK_DEAD state. It might be useful for the scheduling classes that want to be notified when one of their task dies, e.g. to perform some cleanup actions

[PATCH 01/14] sched: add sched_class->task_dead.

2013-10-14 Thread Juri Lelli
From: Dario Faggioli Add a new function to the scheduling class interface. It is called at the end of a context switch, if the prev task is in TASK_DEAD state. It might be useful for the scheduling classes that want to be notified when one of their task dies, e.g. to perform some cleanup actions

[PATCH 01/14] sched: add sched_class->task_dead.

2013-02-11 Thread Juri Lelli
From: Dario Faggioli Add a new function to the scheduling class interface. It is called at the end of a context switch, if the prev task is in TASK_DEAD state. It might be useful for the scheduling classes that want to be notified when one of their task dies, e.g. to perform some cleanup actions