+2
−3
Loading
kick_cpus_irq_workfn() warns when scx_kick_syncs is NULL, but this can legitimately happen when a BPF timer or other kick source races with free_kick_syncs() during scheduler disable. Drop the pr_warn_once() and add a comment explaining the race. Signed-off-by:Tejun Heo <tj@kernel.org> Reviewed-by:
Zhao Mengmeng <zhaomengmeng@kylinos.cn>