Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scx_simple: this is a simple test case for issue #788
Never let the CPU go idle. This is a stress test to prove issue #788. The expected behavior is that CPUs should not go idle due to the immediate re-kick in ops.update_idle(). However, in version 6.12, the CPUs are still entering idle states, indicating that in certain cases, ops.update_idle() is not being correctly invoked by the sched_ext core. This is likely due to the pick_next_task()/put_prev_task() rework in sched core. WARNING: do not run this for too long or it may burn your CPUs. Signed-off-by: Andrea Righi <[email protected]>
- Loading branch information