From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752587Ab2GFJWo (ORCPT ); Fri, 6 Jul 2012 05:22:44 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:40145 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755651Ab2GFJWl (ORCPT ); Fri, 6 Jul 2012 05:22:41 -0400 Date: Fri, 6 Jul 2012 11:22:35 +0200 From: Ingo Molnar To: Steven Rostedt Cc: Seiji Aguchi , Thomas Gleixner , "linux-kernel@vger.kernel.org" , "fweisbec@gmail.com" , "'mingo@elte.hu' (mingo@elte.hu)" , "vnagarnaik@google.com" , "x86@kernel.org" , "dle-develop@lists.sourceforge.net" , Satoru Moriya Subject: Re: [PATCH]trace,x86: add x86 irq vector tracepoints Message-ID: <20120706092235.GB30564@gmail.com> References: <1341521053.21574.22.camel@gandalf.stny.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1341521053.21574.22.camel@gandalf.stny.rr.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt wrote: > Thomas Gleixner is the unofficial (or is it now official?) > maintainer of interrupts. You need his Ack for this change. It's been official for a while: IRQ SUBSYSTEM M: Thomas Gleixner S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core F: kernel/irq/ I guess the 'F' pattern ought to be extended a bit, to include relevant arch/ files, such as arch/x86/kernel/irq.c. F: arch/*/kernel/irq.c or so? Thanks, Ingo