[PATCH RT 01/10] timer/hrtimer: check properly for a running timer

2017-11-22 Thread Steven Rostedt
4.4.97-rt111-rc2 stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior hrtimer_callback_running() checks only whether a timmer is running on a CPU in hardirq-context. This is okay for !RT. For RT

[PATCH RT 01/10] timer/hrtimer: check properly for a running timer

2017-11-22 Thread Steven Rostedt
4.4.97-rt111-rc2 stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior hrtimer_callback_running() checks only whether a timmer is running on a CPU in hardirq-context. This is okay for !RT. For RT environment we move most