aliyun / plugsched

Live upgrade Linux kernel scheduler subsystem
BSD 3-Clause "New" or "Revised" License
81 stars 23 forks source link

Dying tasks not processed by sched rebuild #177

Closed ampresent closed 1 year ago

ampresent commented 1 year ago

Dying tasks are tasks that,

These tasks are now ignored by sched rebuild. We should use pick_next_task as an iterator, so that we can traverse all dying tasks. And rebuild their stat accordingly.