From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: Got stacktrace "irq 17: nobody cared" on Intel GalileoGen2 with 4.6.7-rt13 Date: Thu, 22 Sep 2016 15:49:12 +0200 Message-ID: <20160922134912.6ttkfpphn2ga4z22@linutronix.de> References: <1474532371.10922.50.camel@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: linux-rt-users@vger.kernel.org, Claudius Heine To: Jan Kiszka Return-path: Received: from Galois.linutronix.de ([146.0.238.70]:38127 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753112AbcIVNtR (ORCPT ); Thu, 22 Sep 2016 09:49:17 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-rt-users-owner@vger.kernel.org List-ID: On 2016-09-22 10:24:26 [+0200], Jan Kiszka wrote: > One theory I was thinking about: Could - for whatever reason - disabling > of the interrupt line from the primary handler be broken / work > unreliably and cause this storm? It seems so. If you look at the complete boot log then the core code attempts multiple times to disable IRQ #17 with zero success. I would assume that booting an unpatched kernel with the threadirqs option would give the same result. > Jan Sebastian