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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C29BAE748F5 for ; Mon, 2 Oct 2023 16:24:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3dWkDDVvsnQsQijsYkxzX0oXoxHfgZJcsf0nVFhdk+k=; b=FXKNJ2SuLRdw0j LJHr3JooVEFW273vYtzu5g3ETDIPnjoA0CKuN+Eh646wqg+0p28TnfAhbIRftfYAS3lPrByCE+W7R PPe9e3u7dqMb4BGzuv+/HClAZJgaJUSDeTyW08BAxh6eTXvI83SVItpjhLW9RBEgV/PI4MIvBGCd/ y9MLNpRhMyTRt5Lnfpr+BF/1EJcnJ0zaGroZO1Mzbr7HIS9zxIlA5zcMfyrFefiyf8mn7/blMZjE2 daFNKeCWQmAu8a72/xiSCAyKJpJABHBRQBh+05yAFbITxxxqu/aydqD96E9rlTwCyoN0trPv/QSn7 JlM5gy1MaO5jEv+zNLhg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qnLhv-00D49G-2I; Mon, 02 Oct 2023 16:23:43 +0000 Received: from out-210.mta0.migadu.com ([91.218.175.210]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qnLhs-00D48c-0Z for linux-arm-kernel@lists.infradead.org; Mon, 02 Oct 2023 16:23:42 +0000 Message-ID: <0a959d0e-ac9d-ef67-bfec-f58e31db7e56@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1696263808; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WuiXeew+EnJLhOC24vX2ovu6vzr95RjE0zFrm4PiD6k=; b=PoAJtmm7El2yBfCchnunakTLnWpew12e4Y4z2DXUq7JOYILFk7TLRCWchqbMArwE0nuWA1 dUZ+AkKr2jInAzVxr4DyM2mWhetA23O6IBezrDYzYLWaWN/R+F2El7CEGYVW8FaGcRQ0pX egGDuCm6GDdf/18C4WCQryK4NSxapDk= Date: Tue, 3 Oct 2023 00:22:58 +0800 MIME-Version: 1.0 Subject: Re: [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer Content-Language: en-US To: Marc Zyngier , Thomas Gleixner Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Will Deacon , Catalin Marinas , Mark Rutland References: <20231002141302.3409485-1-maz@kernel.org> <20231002141302.3409485-2-maz@kernel.org> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Zenghui Yu In-Reply-To: <20231002141302.3409485-2-maz@kernel.org> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231002_092340_654634_E16992C3 X-CRM114-Status: GOOD ( 13.77 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2023/10/2 22:13, 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) Great. Previously patches targetting the Arm GIC drivers are usually not sent to LAKML. With Will's suggestion addressed, Reviewed-by: Zenghui Yu _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel