From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Paul E. McKenney" Subject: Re: [PATCH v2 omap 3/6] arm: Add _rcuidle tracepoints to allow clk_core_disable() use from idle Date: Wed, 18 May 2016 10:31:38 -0700 Message-ID: <20160518173138.GW3528@linux.vnet.ibm.com> References: <20160516184844.GA20144@linux.vnet.ibm.com> <1463424608-20237-3-git-send-email-paulmck@linux.vnet.ibm.com> <573C8943.6090104@free.fr> Reply-To: paulmck@linux.vnet.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from e19.ny.us.ibm.com ([129.33.205.209]:44224 "EHLO e19.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932333AbcERRbj (ORCPT ); Wed, 18 May 2016 13:31:39 -0400 Received: from localhost by e19.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 18 May 2016 13:31:38 -0400 Content-Disposition: inline In-Reply-To: <573C8943.6090104@free.fr> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Mason Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org On Wed, May 18, 2016 at 05:24:51PM +0200, Mason wrote: > On 16/05/2016 20:50, Paul E. McKenney wrote: > > >> stack backtrace: > >> CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.6.0-rc5-next-20160426+ #1114 > >> Hardware name: Generic OMAP36xx (Flattened Device Tree) > >> [] (unwind_backtrace) from [] (show_stack+0x10/0x14) > >> [] (show_stack) from [] (dump_stack+0xb0/0xe4) > >> [] (dump_stack) from [] (clk_core_disable+0x17c/0x348) > >> [] (clk_core_disable) from [] (clk_disable+0x24/0x30) > >> [] (clk_disable) from [] (_disable_clocks+0x18/0x7c) > >> [] (_disable_clocks) from [] (_idle+0x12c/0x230) > >> [] (_idle) from [] (omap_hwmod_idle+0x24/0x44) > >> [] (omap_hwmod_idle) from [] (omap_device_idle+0x3c/0x90) > >> [] (omap_device_idle) from [] (__rpm_callback+0x2c/0x60) > >> [] (__rpm_callback) from [] (rpm_callback+0x20/0x80) > >> [] (rpm_callback) from [] (rpm_suspend+0x100/0x768) > >> [] (rpm_suspend) from [] (__pm_runtime_suspend+0x64/0x84) > >> [] (__pm_runtime_suspend) from [] (omap2_gpio_prepare_for_idle+0x5 > >> c/0x70) > >> [] (omap2_gpio_prepare_for_idle) from [] (omap_sram_idle+0x140/0x2 > >> 44) > > Wouldn't the stack trace look better without the word wrap? :-) Truth in advertising!!! ;-) Thanx, Paul