From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965638AbbJ1NKg (ORCPT ); Wed, 28 Oct 2015 09:10:36 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:33944 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932524AbbJ1NKe (ORCPT ); Wed, 28 Oct 2015 09:10:34 -0400 From: Daniel Lezcano Subject: [PULL] clockevents: fixes for 4.3-rc7 To: Thomas Gleixner Cc: Magnus Damm , Jisheng Zhang , Matthias Brugger , Linux Kernel Mailing List Message-ID: <5630C947.4020706@linaro.org> Date: Wed, 28 Oct 2015 14:10:31 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thomas, this pull request contains a set of fixes for tip/timers/urgent: - Prevent ftrace recursion by adding the 'notrace' attribute to the sched_clock read callback (Jisheng Zhang). - Fix multiple shutdown call issue (Magnus Damm). Beside that, the commit fc686d0037d782c994e338ecb01bfef8bbafff9f: "clockevents/drivers/mtk: Fix spurious interrupt leading to crash" is merged in tip/timers/core but it is needed also as a fix for 4.3. This pull request does not contain this fix in order to prevent a conflict when merging tip/timers/urgent into tip/timers/core. How shall I backport this fix from 'core' to 'urgent' without bringing a conflict when you will merge both branches ? Thanks ! -- Daniel The following changes since commit 56fd16cabac9cd8f15e2902898a9d0cc96e2fa70: timekeeping: Increment clock_was_set_seq in timekeeping_init() (2015-10-16 15:50:22 +0200) are available in the git repository at: http://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.3-fixes for you to fetch changes up to b52e0b08c33a1c58830e3a2350b632dbf8fc1688: clocksource/drivers/sh_mtu2: Fix multiple shutdown call issue (2015-10-28 10:19:32 +0100) ---------------------------------------------------------------- Jisheng Zhang (7): clocksource/drivers/arm_global_timer: Prevent ftrace recursion clocksource/drivers/pistachio: Prevent ftrace recursion clocksource/drivers/samsung_pwm_timer: Prevent ftrace recursion clocksource/drivers/prima2: Prevent ftrace recursion clocksource/drivers/vf_pit_timer: Prevent ftrace recursion clocksource/drivers/fsl_ftm_timer: Prevent ftrace recursion clocksource/drivers/digicolor: Prevent ftrace recursion Magnus Damm (1): clocksource/drivers/sh_mtu2: Fix multiple shutdown call issue drivers/clocksource/arm_global_timer.c | 9 +++++++-- drivers/clocksource/fsl_ftm_timer.c | 2 +- drivers/clocksource/samsung_pwm_timer.c | 2 +- drivers/clocksource/sh_mtu2.c | 4 +++- drivers/clocksource/time-pistachio.c | 3 ++- drivers/clocksource/timer-digicolor.c | 2 +- drivers/clocksource/timer-prima2.c | 2 +- drivers/clocksource/vf_pit_timer.c | 2 +- 8 files changed, 17 insertions(+), 9 deletions(-) -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog