sched-ext / scx

sched_ext schedulers and tools
https://bit.ly/scx_slack
GNU General Public License v2.0
844 stars 79 forks source link

scx_rustland_core: fix pcpu kthread stall #603

Closed arighi closed 1 month ago

arighi commented 1 month ago

Fix the scx_rustland stall that is triggering a bunch of failures in our CI.

This issue can be easily reproduced inside a virtme-ng instance (e.g., running our CI stress tests). With this change applied the stall doesn't seem to happen anymore.

Also bump up scx_rustland_core PATCH version to include this bug fix.