Commit f4fa7c2
sched_ext: Fix use of uninitialized variable in scx_bpf_cpuperf_set()
scx_bpf_cpuperf_set() has a typo where it dereferences the local
variable @sch, instead of the global @scx_root pointer. Fix by
dereferencing the correct variable.
Fixes: 956f2b1 ("sched_ext: Drop kf_cpu_valid()")
Signed-off-by: Andrea Righi <[email protected]>
Reviewed-by: Christian Loehle <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>1 parent a3c4a0a commit f4fa7c2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6401 | 6401 | | |
6402 | 6402 | | |
6403 | 6403 | | |
6404 | | - | |
| 6404 | + | |
6405 | 6405 | | |
6406 | 6406 | | |
6407 | 6407 | | |
| |||
0 commit comments