On Tue, 5 Sep 2017, Johannes Berg wrote:
> On Thu, 2017-08-31 at 12:23 +0000, Anna-Maria Gleixner wrote:
> > From: Thomas Gleixner <[email protected]>
> >
> > Switch the timer to CLOCK_MONOTONIC_SOFT, which executed the timer
> > callback in softirq context and remove the hrtimer_tasklet.
> >
> > Signed-off-by: Thomas Gleixner <[email protected]>
> > Signed-off-by: Anna-Maria Gleixner <[email protected]>
> > Cc: Johannes Berg <[email protected]>
> > Cc: Kalle Valo <[email protected]>
> > Cc: [email protected]
> >
> This looks fine to me,
>
> Reviewed-by: Johannes Berg <[email protected]>
>
> Are you planning to integrate all patches in the series through some
> other tree, perhaps to be able to get rid of the tasklet_hrtimer API,
> or should I apply this?
The patch depends on the hrtimer core changes, so we either delay the
removal for a release cycle or just take the whole lot through
tip:timers/core and get rid of it in one go.
Thanks,
tglx