From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: L3 custom error on OMAP4460 Date: Mon, 14 Apr 2014 09:38:25 -0400 Message-ID: <534BE4D1.4080104@ti.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:40218 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751803AbaDNNi1 (ORCPT ); Mon, 14 Apr 2014 09:38:27 -0400 In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Joachim Eastwood , linux-omap@vger.kernel.org On Saturday 12 April 2014 05:06 PM, Joachim Eastwood wrote: > Hi, > > I getting the following error on Linus master right now. > > [ 2.166320] WARNING: CPU: 0 PID: 0 at drivers/bus/omap_l3_noc.c:113 > l3_interrupt_handler+0xf4/0x154() > [ 2.166320] L3 custom error: MASTER:MPU TARGET:L4 PER2 > [ 2.166320] Modules linked in: > [ 2.166351] CPU: 0 PID: 0 Comm: swapper/0 Not tainted > 3.14.0-12542-gfb5ce8367c24 #11 > [ 2.166381] [] (unwind_backtrace) from [] > (show_stack+0x10/0x14) > [ 2.166381] [] (show_stack) from [] (dump_stack+0x84/0x94) > [ 2.166412] [] (dump_stack) from [] > (warn_slowpath_common+0x70/0x8c) > [ 2.166412] [] (warn_slowpath_common) from [] > (warn_slowpath_fmt+0x30/0x40) > [ 2.166412] [] (warn_slowpath_fmt) from [] > (l3_interrupt_handler+0xf4/0x154) > [ 2.166442] [] (l3_interrupt_handler) from [] > (handle_irq_event_percpu+0x54/0x1cc) > [ 2.166473] [] (handle_irq_event_percpu) from [] > (handle_irq_event+0x3c/0x5c) > [ 2.166473] [] (handle_irq_event) from [] > (handle_fasteoi_irq+0xac/0x1a0) > [ 2.166473] [] (handle_fasteoi_irq) from [] > (generic_handle_irq+0x2c/0x3c) > [ 2.166503] [] (generic_handle_irq) from [] > (handle_IRQ+0x40/0x90) > [ 2.166503] [] (handle_IRQ) from [] > (gic_handle_irq+0x2c/0x5c) > [ 2.166534] [] (gic_handle_irq) from [] > (__irq_svc+0x44/0x58) > [ 2.166534] Exception stack(0xc087bf58 to 0xc087bfa0) > [ 2.166534] bf40: 00000001 00000001 > [ 2.166534] bf60: 00000000 c08856f8 c087a000 c087a000 c08d9544 > c0882548 c087a000 ee7ffc40 > [ 2.166564] bf80: c08824e0 c05b9cec 00000000 c087bfa0 c007a0f0 > c000eda8 20000113 ffffffff > [ 2.166564] [] (__irq_svc) from [] (arch_cpu_idle+0x24/0x30) > [ 2.166595] [] (arch_cpu_idle) from [] > (cpu_startup_entry+0x138/0x204) > [ 2.166595] [] (cpu_startup_entry) from [] > (start_kernel+0x370/0x37c) > [ 2.166625] [] (start_kernel) from [<80008074>] (0x80008074) > > Not sure what to make of it. Anyone got any idea? > > Right before the L3 custom WARN I also get these messages from the > des/aes crypot drivers. Might be unrelated, though. > [ 2.134643] omap-aes 4b501000.aes: _od_fail_runtime_resume: FIXME: > missing hwmod/omap_dev info > [ 2.143737] omap-aes 4b501000.aes: omap_aes_probe: failed to get_sync(-19) > [ 2.151000] omap-aes 4b501000.aes: initialization failed. > [ 2.157196] omap-des 480a5000.des: _od_fail_runtime_resume: FIXME: > missing hwmod/omap_dev info > [ 2.166290] omap-des 480a5000.des: OMAP DES hw accel rev: 0.0 > > The hardware is a VAR-STK-OM44 dev kit. I got one patch on top of > Linus master which is the DT support patch which I posted a couple of > hours ago. > Have you tried removing AES from the build ? Probably worth a try. Regards, Santosh