From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752339AbdHMJmh (ORCPT ); Sun, 13 Aug 2017 05:42:37 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:36358 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751119AbdHMJmg (ORCPT ); Sun, 13 Aug 2017 05:42:36 -0400 Date: Sun, 13 Aug 2017 11:42:32 +0200 From: Ingo Molnar To: Daniel Lezcano Cc: Thomas Gleixner , dingtianhong@huawei.com, Matt Redfearn , Dan Carpenter , "Gustavo A. R. Silva" , Matthias Kaehlcke , linux-kernel@vger.kernel.org, Linus Torvalds Subject: Re: [GIT PULL] clockevents: fixes for 4.13-rc4 Message-ID: <20170813094232.2vwhoippzvsocxmg@gmail.com> References: <20170811141520.GA795@mai> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170811141520.GA795@mai> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Daniel Lezcano 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