Skip to content
Snippets Groups Projects
Commit ccc7dadf authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

hrtimer: prevent migration of per CPU hrtimers


Impact: per CPU hrtimers can be migrated from a dead CPU

The hrtimer code has no knowledge about per CPU timers, but we need to
prevent the migration of such timers and warn when such a timer is
active at migration time.

Explicitely mark the timers as per CPU and use a more understandable
mode descriptor for the interrupts safe unlocked callback mode, which
is used by hrtimer_sleeper and the scheduler code.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent b00c1a99
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment