Commit 49d78ad
committed
sched_ext: Drop spurious warning on kick during scheduler disable
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 <[email protected]>
Reviewed-by: Zhao Mengmeng <[email protected]>1 parent e719e17 commit 49d78ad
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7600 | 7600 | | |
7601 | 7601 | | |
7602 | 7602 | | |
7603 | | - | |
7604 | | - | |
| 7603 | + | |
| 7604 | + | |
7605 | 7605 | | |
7606 | | - | |
7607 | 7606 | | |
7608 | 7607 | | |
7609 | 7608 | | |
| |||
0 commit comments