From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.bootlin.com ([62.4.15.54]:50576 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751095AbeDCO4y (ORCPT ); Tue, 3 Apr 2018 10:56:54 -0400 Date: Tue, 3 Apr 2018 16:56:42 +0200 From: Alexandre Belloni To: Bryan O'Donoghue Cc: linux-kernel@vger.kernel.org, a.zummo@towertech.it, Pan Bian , Guy Shapiro , Stefan Agner , Frank Li , Shawn Guo , linux-rtc@vger.kernel.org, "# v3 . 16+" Subject: Re: [RESEND] [PATCH] rtc: snvs: Fix usage of snvs_rtc_enable Message-ID: <20180403145642.GA6444@piout.net> References: <1522264445-2398-1-git-send-email-pure.logic@nexus-software.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1522264445-2398-1-git-send-email-pure.logic@nexus-software.ie> Sender: stable-owner@vger.kernel.org List-ID: On 28/03/2018 20:14:05+0100, Bryan O'Donoghue wrote: > commit 179a502f8c46 ("rtc: snvs: add Freescale rtc-snvs driver") introduces > the SNVS RTC driver with a function snvs_rtc_enable(). > > snvs_rtc_enable() can return an error on the enable path however this > driver does not currently trap that failure on the probe() path and > consequently if enabling the RTC fails we encounter a later error spinning > forever in rtc_write_sync_lp(). > > [ 36.093481] [] (__irq_svc) from [] (_raw_spin_unlock_irqrestore+0x34/0x44) > [ 36.102122] [] (_raw_spin_unlock_irqrestore) from [] (regmap_read+0x4c/0x5c) > [ 36.110938] [] (regmap_read) from [] (rtc_write_sync_lp+0x6c/0x98) > [ 36.118881] [] (rtc_write_sync_lp) from [] (snvs_rtc_alarm_irq_enable+0x40/0x4c) > [ 36.128041] [] (snvs_rtc_alarm_irq_enable) from [] (rtc_timer_do_work+0xd8/0x1a8) > [ 36.137291] [] (rtc_timer_do_work) from [] (process_one_work+0x28c/0x76c) > [ 36.145840] [] (process_one_work) from [] (worker_thread+0x34/0x58c) > [ 36.153961] [] (worker_thread) from [] (kthread+0x138/0x150) > [ 36.161388] [] (kthread) from [] (ret_from_fork+0x14/0x20) > [ 36.168635] rcu_sched kthread starved for 2602 jiffies! g496 c495 f0x2 RCU_GP_WAIT_FQS(3) ->state=0x0 ->cpu=0 > [ 36.178564] rcu_sched R running task 0 8 2 0x00000000 > [ 36.185664] [] (__schedule) from [] (schedule+0x3c/0xa0) > [ 36.192739] [] (schedule) from [] (schedule_timeout+0x78/0x4e0) > [ 36.200422] [] (schedule_timeout) from [] (rcu_gp_kthread+0x648/0x1864) > [ 36.208800] [] (rcu_gp_kthread) from [] (kthread+0x138/0x150) > [ 36.216309] [] (kthread) from [] (ret_from_fork+0x14/0x20) > > This patch fixes by parsing the result of rtc_write_sync_lp() and > propagating both in the probe and elsewhere. If the RTC doesn't start we > don't proceed loading the driver and don't get into this loop mess later > on. > > Fixes: 179a502f8c46 ("rtc: snvs: add Freescale rtc-snvs driver") > > Signed-off-by: Bryan O'Donoghue > Cc: a.zummo@towertech.it > Cc: alexandre.belloni@free-electrons.com > Cc: Pan Bian > Cc: Guy Shapiro > Cc: Stefan Agner > Cc: Frank Li > Cc: Shawn Guo > Cc: linux-rtc@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: # v3.16+ > --- > drivers/rtc/rtc-snvs.c | 15 +++++++++++---- > 1 file changed, 11 insertions(+), 4 deletions(-) > Applied, thanks. -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com