diff options
| author | Andrea Righi <[email protected]> | 2025-04-28 21:43:20 +0000 |
|---|---|---|
| committer | Tejun Heo <[email protected]> | 2025-04-29 18:01:32 +0000 |
| commit | e38be1c7647c8c78304ce6d931b3b654e27948b3 (patch) | |
| tree | ec818c075b5a839f9d540647e9463e996953902f /drivers/firmware/psci/psci.c | |
| parent | sched_ext: Remove duplicate BTF_ID_FLAGS definitions (diff) | |
| download | kernel-e38be1c7647c8c78304ce6d931b3b654e27948b3.tar.gz kernel-e38be1c7647c8c78304ce6d931b3b654e27948b3.zip | |
sched_ext: Fix rq lock state in hotplug ops
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: 18853ba782bef ("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]>
Diffstat (limited to 'drivers/firmware/psci/psci.c')
0 files changed, 0 insertions, 0 deletions
