Re: [RFD/RFC PATCH 4/8] sched: Split scheduler execution context

2019-05-06 Thread Claudio Scordino
Dear Juri, just a small comment for the next round of patches (I guess after OSPM)... On 091018, 11:24, Juri Lelli wrote: > From: Peter Zijlstra > > Lets define the scheduling context as all the scheduler state in > task_struct and the execution context as all state required to run the >

[RFD/RFC PATCH 4/8] sched: Split scheduler execution context

2018-10-09 Thread Juri Lelli
From: Peter Zijlstra Lets define the scheduling context as all the scheduler state in task_struct and the execution context as all state required to run the task. Currently both are intertwined in task_struct. We want to logically split these such that we can run the execution context of one

[RFD/RFC PATCH 4/8] sched: Split scheduler execution context

2018-10-09 Thread Juri Lelli
From: Peter Zijlstra Lets define the scheduling context as all the scheduler state in task_struct and the execution context as all state required to run the task. Currently both are intertwined in task_struct. We want to logically split these such that we can run the execution context of one