From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932141AbeARJG1 (ORCPT ); Thu, 18 Jan 2018 04:06:27 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:48231 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754762AbeARJGW (ORCPT ); Thu, 18 Jan 2018 04:06:22 -0500 Date: Thu, 18 Jan 2018 10:06:14 +0100 (CET) From: Thomas Gleixner To: Keith Busch cc: LKML Subject: Re: [BUG 4.15-rc7] IRQ matrix management errors In-Reply-To: <20180118084822.GJ7562@localhost.localdomain> Message-ID: References: <20180117022511.GD6259@localhost.localdomain> <20180117075500.GB7562@localhost.localdomain> <20180117142440.GC7562@localhost.localdomain> <20180118023720.GE7562@localhost.localdomain> <20180118084822.GJ7562@localhost.localdomain> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 18 Jan 2018, Keith Busch wrote: > On Thu, Jan 18, 2018 at 09:10:43AM +0100, Thomas Gleixner wrote: > > Can you please provide the output of > > > > # cat /sys/kernel/debug/irq/irqs/$ONE_I40_IRQ > > # cat /sys/kernel/debug/irq/irqs/48 > handler: handle_edge_irq > device: 0000:1a:00.0 > status: 0x00000000 > istate: 0x00000000 > ddepth: 0 > wdepth: 0 > dstate: 0x05401200 > IRQD_ACTIVATED > IRQD_IRQ_STARTED > IRQD_SINGLE_TARGET > IRQD_AFFINITY_SET > IRQD_CAN_RESERVE > node: 0 > affinity: 0-27,56-83 > effectiv: 0 > pending: > domain: PCI-MSI-2 > hwirq: 0xd00002 > chip: PCI-MSI > flags: 0x10 > IRQCHIP_SKIP_SET_WAKE Bah. That's MSI where we can't use interrupt reservation because we cant mask MSI vectors. I really admire these designed by committee hardware bogosities. Thanks, tglx