From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753564AbcIBNzA (ORCPT ); Fri, 2 Sep 2016 09:55:00 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:54106 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751428AbcIBNy6 (ORCPT ); Fri, 2 Sep 2016 09:54:58 -0400 Date: Fri, 2 Sep 2016 15:52:38 +0200 (CEST) From: Thomas Gleixner To: Craig Gallek cc: David Decotigny , LKML Subject: Re: [PATCH RESEND] genirq: Machine-parsable version of /proc/interrupts In-Reply-To: Message-ID: References: <1469543126-158620-1-git-send-email-kraigatgoog@gmail.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 10 Aug 2016, Craig Gallek wrote: > On Tue, Jul 26, 2016 at 10:25 AM, Craig Gallek wrote: > > From: Craig Gallek > > > > Add struct kobject to struct irq_desc to allow for easy export > > to sysfs. This allows for much simpler userspace-parsing of > > the information contained in struct irq_desc. > > > > Note that sysfs is not available at the time of early irq initialization. > > These interrupts are accounted for using a postcore_initcall callback. > > > > Signed-off-by: Craig Gallek > Bump... Thomas, are you still the maintainer for irq/core? Yup and I'm looking at it right now. Sorry for the delay.