| Summary | In the Linux kernel, the following vulnerability has been resolved: timers/migration: Fix livelock in tmigr_handle_remote_up() tmigr_handle_remote_cpu() skips timer_expire_remote() when cpu == This assumption is wrong because jiffies can advance after the handling of As a consequence a timer which expires after the CPU local timer wheel What's worse is that fetch_next_timer_interrupt_remote() keeps reporting it Fix this by calling timer_expire_remote() unconditionally. That's minimal [ tglx: Amend change log and add a comment ] |
|---|---|
| Publication Date | June 25, 2026, 6:16 p.m. |
| Registration Date | June 27, 2026, 4:26 a.m. |
| Last Update | June 25, 2026, 6:16 p.m. |