From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757982AbbCEQsn (ORCPT ); Thu, 5 Mar 2015 11:48:43 -0500 Received: from mail-we0-f172.google.com ([74.125.82.172]:34796 "EHLO mail-we0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750834AbbCEQsk (ORCPT ); Thu, 5 Mar 2015 11:48:40 -0500 Date: Thu, 5 Mar 2015 17:48:35 +0100 From: Ingo Molnar To: Daniel Lezcano Cc: Thomas Gleixner , "yongbae2@gmail.com >> Yongbae Park" , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , "linux-kernel@vger.kernel.org >> Linux Kernel Mailing List" , Peter Zijlstra Subject: Re: [GIT PULL] clockevents: fixes for 4.0-rc2 Message-ID: <20150305164835.GA10274@gmail.com> References: <54F8641E.9010407@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54F8641E.9010407@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Daniel Lezcano wrote: > Hi Ingo, Thomas, > > This couple of patches fixes a potential crash at boot time. > > - Fix setup_irq / clockevents_config_and_register init ordering in order to > prevent to have an interrupt to be fired before the handler is set for sun5i > and efm32 (Yongbae Park) > > Thanks ! > > -- Daniel > > The following changes since commit 13a7a6ac0a11197edcd0f756a035f472b42cdf8b: > > Linux 4.0-rc2 (2015-03-03 09:04:59 -0800) > > are available in the git repository at: > > http://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.0-rc2 > > for you to fetch changes up to 1096be084ac59927158ce80ff1d31c33eed0e565: > > clockevents: sun5i: Fix setup_irq init sequence (2015-03-05 15:01:37 > +0100) > > ---------------------------------------------------------------- > Yongbae Park (2): > clocksource: efm32: Fix a NULL pointer dereference > clockevents: sun5i: Fix setup_irq init sequence > > drivers/clocksource/time-efm32.c | 4 ++-- > drivers/clocksource/timer-sun5i.c | 8 ++++---- > 2 files changed, 6 insertions(+), 6 deletions(-) Pulled into tip:timers/urgent, thanks Daniel! Ingo