From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AEBE4E784B8 for ; Mon, 2 Oct 2023 14:40:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237719AbjJBOk1 (ORCPT ); Mon, 2 Oct 2023 10:40:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237678AbjJBOkZ (ORCPT ); Mon, 2 Oct 2023 10:40:25 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56C78B0 for ; Mon, 2 Oct 2023 07:40:22 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ECA0FC433C8; Mon, 2 Oct 2023 14:40:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696257622; bh=0FxQr0EbmG9YPTnkq0/wPawa6naT9OPkKSII68E8hq0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mb0ZtX0jqmpHikBQJTnk/FjKp/Le+BCJFX854s/ErOuaRqj+GssGZ3+Hkl5l7x4eG wuShEQF/STYtRa/FEqR8I8eu5m2lJHf8RYU2QkXVoZlYOH7Tf+piLzRYT97+CrMhn6 DW1JFWHAbG3IUo1q15t++oKv0i5RwAPSWaxeHp07m27fTnnGq9bZE1E0D+KvQ2ID0c sbhJdz+ojcirte1H5TUPGa7D6p9HkOKcQn/+eL2Z+7KCKzUJkNLzncofmRSOprMPFs 50VpZYjGdTqjhwfa+gXzySO5iNM20lHbjxL0+OwmIb6R1DVgiN0wBEyCoFA2ge1fIP o6DZu+d5Q81+Q== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1qnK5r-000OVP-O9; Mon, 02 Oct 2023 15:40:19 +0100 Date: Mon, 02 Oct 2023 15:40:19 +0100 Message-ID: <86v8bpnl4c.wl-maz@kernel.org> From: Marc Zyngier To: Will Deacon Cc: Thomas Gleixner , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Catalin Marinas , Mark Rutland Subject: Re: [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer In-Reply-To: <20231002142556.GA1435@willie-the-truck> References: <20231002141302.3409485-1-maz@kernel.org> <20231002141302.3409485-2-maz@kernel.org> <20231002142556.GA1435@willie-the-truck> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.1 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: will@kernel.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com, mark.rutland@arm.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 02 Oct 2023 15:25:57 +0100, Will Deacon wrote: > > On Mon, Oct 02, 2023 at 03:13:01PM +0100, Marc Zyngier wrote: > > The ARM GIC maintenance is currently covered by the blanket > > IRQCHIP DRIVERS entry, which I'm about to remove myself from. > > > > It is unlikely that anyone is mad enough to pick this up, > > so I'll keep doing that for the foreseable future. > > > > Signed-off-by: Marc Zyngier > > --- > > MAINTAINERS | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 35977b269d5e..f37f4ee96b20 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1585,6 +1585,14 @@ F: arch/arm/include/asm/arch_timer.h > > F: arch/arm64/include/asm/arch_timer.h > > F: drivers/clocksource/arm_arch_timer.c > > > > +ARM GENERIC INTERRUPT CONTROLLER DRIVERS > > +M: Marc Zyngier > > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > +S: Maintained > > +F: arch/arm/include/asm/arch_gicv3.h > > +F: arch/arm64/include/asm/arch_gicv3.h > > +F: drivers/irqchip/irq-gic*.[ch] > > Do you want the GIC headers in include/linux/irqchip/ as well? Ah yes. These are missing from the list: include/linux/irqchip/arm-gic*.h include/linux/irqchip/arm-vgic-info.h I'll update that shortly. Thanks, M. -- Without deviation from the norm, progress is not possible.