diff options
author | Andrea Righi <arighi@nvidia.com> | 2025-04-28 23:43:20 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2025-04-29 08:01:32 -1000 |
commit | e38be1c7647c8c78304ce6d931b3b654e27948b3 (patch) | |
tree | ec818c075b5a839f9d540647e9463e996953902f /lib/mpi/mpi-inline.c | |
parent | e7dcd1304b9ac08c428c84fdb96ce6a04ff2114f (diff) |
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 <tj@kernel.org>
Signed-off-by: Andrea Righi <arighi@nvidia.com>
Tested-by: Changwoo Min <changwoo@igalia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'lib/mpi/mpi-inline.c')
0 files changed, 0 insertions, 0 deletions