From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753345Ab3LSKIz (ORCPT ); Thu, 19 Dec 2013 05:08:55 -0500 Received: from hqemgate16.nvidia.com ([216.228.121.65]:10033 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752446Ab3LSKIr (ORCPT ); Thu, 19 Dec 2013 05:08:47 -0500 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Thu, 19 Dec 2013 02:10:51 -0800 Message-ID: <52B2C5AD.5080405@nvidia.com> Date: Thu, 19 Dec 2013 02:08:45 -0800 From: Paul Walmsley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-Version: 1.0 To: "linux-tegra@vger.kernel.org" CC: Guenter Roeck , "linux-kernel@vger.kernel.org" , Jean Delvare Subject: Unhandled LM90 irq 308 on Dalmore? Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Just FYI, the Tegra114 Dalmore board here reports an unhandled IRQ about two minutes after boot: [ 120.950839] irq 308: nobody cared (try booting with the "irqpoll" option) [ 120.957654] CPU: 1 PID: 74 Comm: irq/308-lm90 Not tainted 3.13.0-rc4-next-20131218-30442-g28522bc #1 [ 120.966816] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 120.974571] [] (show_stack) from [] (dump_stack+0x80/0xcc) [ 120.981804] [] (dump_stack) from [] (__report_bad_irq+0x20/0xc0) [ 120.989543] [] (__report_bad_irq) from [] (note_interrupt+0x1f8/0x254) [ 120.997811] [] (note_interrupt) from [] (irq_thread+0x12c/0x158) [ 121.005613] [] (irq_thread) from [] (kthread+0xc4/0xe0) [ 121.012614] [] (kthread) from [] (ret_from_fork+0x14/0x3c) [ 121.019825] handlers: [ 121.022117] [] irq_default_primary_handler threaded [] lm90_irq_thread [ 121.030418] Disabling IRQ #308 This is on next-20131218. - Paul