| 概要 | 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 ] |
|---|---|
| 公表日 | 2026年6月25日18:16 |
| 登録日 | 2026年6月27日4:26 |
| 最終更新日 | 2026年6月25日18:16 |