Re: [GIT PULL] clockevents: fixes for 4.13-rc4

From: Ingo Molnar
Date: Sun Aug 13 2017 - 05:42:43 EST



* Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> wrote:

> Hi Ingo, Thomas,
>
> The pull request contains the following fixes for 4.13-rc4
>
> - Fix error check against IS_ERR() instead of NULL for the timer-of code
> (Dan Carpenter)
>
> - Fix infinite recusion with ftrace for the ARM architected timer (Ding
> Tianhong)
>
> - Fix the error code return in the em_sti's probe function (Gustavo A. R.
> Silva)
>
> - Fix Kconfig dependency for the pistachio driver (Matt Redfearn).
>
> - Fix mem frame loop initialization for the ARM architected timer (Matthias
> Kaehlcke)

> arch/arm64/include/asm/arch_timer.h | 4 ++--
> drivers/clocksource/Kconfig | 2 +-
> drivers/clocksource/arm_arch_timer.c | 2 +-
> drivers/clocksource/em_sti.c | 11 ++++++-----
> drivers/clocksource/timer-of.c | 4 ++--
> 5 files changed, 12 insertions(+), 11 deletions(-)

Pulled into tip:timers/urgent, thanks Daniel!

Ingo