+1
−1
Loading
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: 956f2b11 ("sched_ext: Drop kf_cpu_valid()") Signed-off-by:Andrea Righi <arighi@nvidia.com> Reviewed-by:
Christian Loehle <christian.loehle@arm.com> Signed-off-by:
Tejun Heo <tj@kernel.org>