Re: [PATCH RT] time/hrtimer: disable that mode check

2017-12-13 Thread Steven Rostedt
On Wed, 13 Dec 2017 15:22:57 +0100 Sebastian Andrzej Siewior wrote: > On 2017-12-13 15:19:19 [+0100], Peter Zijlstra wrote: > > On Wed, Dec 13, 2017 at 02:58:35PM +0100, Sebastian Andrzej Siewior wrote: > > > On -RT we push all timers by default into the soft-mode. The > > > "start/update" code

Re: [PATCH RT] time/hrtimer: disable that mode check

2017-12-13 Thread Sebastian Andrzej Siewior
On 2017-12-13 15:19:19 [+0100], Peter Zijlstra wrote: > On Wed, Dec 13, 2017 at 02:58:35PM +0100, Sebastian Andrzej Siewior wrote: > > On -RT we push all timers by default into the soft-mode. The > > "start/update" code does not use that SOFT bit so we always see that > > warning. > > Not _all_ ti

Re: [PATCH RT] time/hrtimer: disable that mode check

2017-12-13 Thread Peter Zijlstra
On Wed, Dec 13, 2017 at 02:58:35PM +0100, Sebastian Andrzej Siewior wrote: > On -RT we push all timers by default into the soft-mode. The > "start/update" code does not use that SOFT bit so we always see that > warning. Not _all_ timers I hope? There's a few the scheduler and perf use that really

[PATCH RT] time/hrtimer: disable that mode check

2017-12-13 Thread Sebastian Andrzej Siewior
On -RT we push all timers by default into the soft-mode. The "start/update" code does not use that SOFT bit so we always see that warning. Signed-off-by: Sebastian Andrzej Siewior --- I am going to fold it into the original patch since only v4.14 is affected. kernel/time/hrtimer.c | 4 +++- 1 f