You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ops.cpu_online() and ops.cpu_offline() callbacks incorrectly assume
that the rq involved in the operation is locked, which is not the case
during hotplug, triggering the following warning:
WARNING: CPU: 1 PID: 20 at kernel/sched/sched.h:1504 handle_hotplug+0x280/0x340
Fix by not tracking the target rq as locked in the context of
ops.cpu_online() and ops.cpu_offline().
Fixes: 18853ba ("sched_ext: Track currently locked rq")
Reported-by: Tejun Heo <[email protected]>
Signed-off-by: Andrea Righi <[email protected]>
Tested-by: Changwoo Min <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
0 commit comments