Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1464473
| From | Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PULL] : clockevents/clocksource fixes for 4.8 |
| Date | 2016-08-17 12:20 +0200 |
| Message-ID | <s766Z-84T-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Ingo,
this pull request for tip/timers/urgent contains two critical fixes and
one spurious compiler warning.
- Change the get_counter error handling function in order to prevent a
warning generated by gcc for the kona driver (Arnd Bergman)
- Fix a wrong clock reference leading to a kernel hang and slow bootup.
The init function conversion introduced a regression by taking the wrong
clock on armada-370-xp (Gregory Clement)
- Fix the init function prototype to return int on the mips-gic-driver
(Paul Gortmaker)
Thanks !
-- Daniel
The following changes since commit 1f3b0f8243cb934307f59bd4d8e43b868e61d4d9:
tick/nohz: Optimize nohz idle enter (2016-07-19 13:48:24 +0200)
are available in the git repository at:
ssh://git@git.linaro.org/people/daniel.lezcano/linux.git
clockevents/4.8-fixes
for you to fetch changes up to 394bc60a7ce8d4aa0f5b83b7e121dcdb393739d1:
clocksource/drivers/mips-gic-timer: Make gic_clocksource_of_init
return int (2016-08-17 07:36:32 +0200)
----------------------------------------------------------------
Arnd Bergmann (1):
clocksource/drivers/kona: Fix get_counter error handling
Gregory CLEMENT (1):
clocksource/drivers/time-armada-370-xp: Fix the clock reference
Paul Gortmaker (1):
clocksource/drivers/mips-gic-timer: Make gic_clocksource_of_init
return int
drivers/clocksource/bcm_kona_timer.c | 16 ++++++++++------
drivers/clocksource/mips-gic-timer.c | 2 +-
drivers/clocksource/time-armada-370-xp.c | 1 -
3 files changed, 11 insertions(+), 8 deletions(-)
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PULL] : clockevents/clocksource fixes for 4.8 Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-08-17 12:20 +0200
[PATCH 2/3] clocksource/drivers/kona: Fix get_counter error handling Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-08-17 12:30 +0200
[tip:timers/urgent] clocksource/drivers/kona: Fix get_counter() error handling tip-bot for Arnd Bergmann <tipbot@zytor.com> - 2016-08-17 15:40 +0200
[PATCH 3/3] clocksource/drivers/mips-gic-timer: Make gic_clocksource_of_init return int Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-08-17 12:30 +0200
[tip:timers/urgent] clocksource/drivers/mips-gic-timer: Make gic_clocksource_of_init() return int tip-bot for Paul Gortmaker <tipbot@zytor.com> - 2016-08-17 15:40 +0200
[PATCH 1/3] clocksource/drivers/time-armada-370-xp: Fix the clock reference Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-08-17 12:30 +0200
[tip:timers/urgent] clocksource/drivers/time-armada-370-xp: Fix the clock reference tip-bot for Gregory CLEMENT <tipbot@zytor.com> - 2016-08-17 15:40 +0200
csiph-web