Commit edf1c58
sched, sched_ext: Disable SM_IDLE/rq empty path when scx_enabled()
Disable the rq empty path when scx is enabled. SCX must consult the BPF
scheduler (via the dispatch path in balance) to determine if rq is empty.
This fixes stalls when scx is enabled.
Signed-off-by: Pat Somaru <[email protected]>
Fixes: 3dcac25 ("sched/core: Introduce SM_IDLE and an idle re-entry fast-path in __schedule()")
Signed-off-by: Tejun Heo <[email protected]>1 parent 7ebd84d commit edf1c58
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6591 | 6591 | | |
6592 | 6592 | | |
6593 | 6593 | | |
6594 | | - | |
| 6594 | + | |
| 6595 | + | |
6595 | 6596 | | |
6596 | 6597 | | |
6597 | 6598 | | |
| |||
0 commit comments