-
- Downloads
sched: change timer state inside atomic context
timer_base is a thread-agnostic interface for per-CPU timers. The current code is prone to a race condition involving set() and cancel(). The latter may attempt to remove the timer before it was inserted into timer tree. Found during code inspection. Reviewed-by:Nadav Har'El <nyh@cloudius-systems.com> Signed-off-by:
Tomasz Grabiec <tgrabiec@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
Please register or sign in to comment