From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933788AbdABSLz convert rfc822-to-8bit (ORCPT ); Mon, 2 Jan 2017 13:11:55 -0500 Received: from muru.com ([72.249.23.125]:54208 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933377AbdABSLD (ORCPT ); Mon, 2 Jan 2017 13:11:03 -0500 Date: Mon, 2 Jan 2017 10:10:59 -0800 From: Tony Lindgren To: Pavel Machek Cc: pali.rohar@gmail.com, sre@kernel.org, kernel list , linux-arm-kernel , linux-omap@vger.kernel.org, khilman@kernel.org, aaro.koskinen@iki.fi, ivo.g.dimitrov.75@gmail.com, patrikbachan@gmail.com, serge@hallyn.com, abcloriens@gmail.com Subject: Re: 4.10-rc1 on Nokia N900: regression, WARN_ON() omap_l3_smx.c Message-ID: <20170102181058.GF9325@atomide.com> References: <20161229231411.GA6865@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20161229231411.GA6865@amd> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Pavel Machek [161229 15:14]: > Hi! > > I forgot I had v4.10-rc1 running, and now I got warning on all the > consoles (hand-copied). > > > Unhandled fault: external abort on non-linefetch (0x1028) at > 0xfa0ab060 > ... > Comm: kworker/0:0 Not tainted. > Workqueue: events musb_irq_work > ... > PC is at musb_default_readb(). > ... This means the clocks are not enabled at that point. > WARNING: CPU: 0 ... at drivers/bus/omap_l3_smx.c:166 > omap3_l3_app_irq+0xcc/... > Tainted: GDW. If you comment out postcore_initcall_sync(omap3_l3_init); in drivers/bus/omap_l3_smx.c you'll see the proper stack trace instead of the l3 interrupt trace. The system will hang at that point most likely. > I do have patches to allow nfsroot over usb. But they worked ok in > v4.9... Does anyone see it, too? Hmm not much has changed since v4.9. Are you sure you had v4.9 or some earlier v4.9-rc version? Regards, Tony