linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] irqchip/irqdomain MAINTAINERS update
@ 2023-10-02 14:13 Marc Zyngier
  2023-10-02 14:13 ` [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer Marc Zyngier
  2023-10-02 14:13 ` [PATCH 2/2] MAINTAINERS: Remove myself from the general IRQ subsystem maintenance Marc Zyngier
  0 siblings, 2 replies; 7+ messages in thread
From: Marc Zyngier @ 2023-10-02 14:13 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: linux-kernel, linux-arm-kernel, Will Deacon, Catalin Marinas,
	Mark Rutland

As some people may have noticed, my IRQ-related bandwidth has been
pretty low over the past year, and is unlikely to go back to its
previous levels any time soon.

Being listed as a maintainer implies some level of responsiveness that
I cannot offer at the moment, so I'm removing myself from MAINTAINERS
entries related to the irqchip and irqdomain subsystems.

I'll keep maintaining the various ARM GICs, for which this series adds
a new entry in the MAINTAINERS file.

Marc Zyngier (2):
  MAINTAINERS: Add myself as the ARM GIC maintainer
  MAINTAINERS: Remove myself from the general IRQ subsystem maintenance

 MAINTAINERS | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer
  2023-10-02 14:13 [PATCH 0/2] irqchip/irqdomain MAINTAINERS update Marc Zyngier
@ 2023-10-02 14:13 ` Marc Zyngier
  2023-10-02 14:25   ` Will Deacon
  2023-10-02 16:22   ` Zenghui Yu
  2023-10-02 14:13 ` [PATCH 2/2] MAINTAINERS: Remove myself from the general IRQ subsystem maintenance Marc Zyngier
  1 sibling, 2 replies; 7+ messages in thread
From: Marc Zyngier @ 2023-10-02 14:13 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: linux-kernel, linux-arm-kernel, Will Deacon, Catalin Marinas,
	Mark Rutland

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 <maz@kernel.org>
---
 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 <maz@kernel.org>
+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]
+
 ARM HDLCD DRM DRIVER
 M:	Liviu Dudau <liviu.dudau@arm.com>
 S:	Supported
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/2] MAINTAINERS: Remove myself from the general IRQ subsystem maintenance
  2023-10-02 14:13 [PATCH 0/2] irqchip/irqdomain MAINTAINERS update Marc Zyngier
  2023-10-02 14:13 ` [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer Marc Zyngier
@ 2023-10-02 14:13 ` Marc Zyngier
  2023-10-09 14:06   ` Thomas Gleixner
  1 sibling, 1 reply; 7+ messages in thread
From: Marc Zyngier @ 2023-10-02 14:13 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: linux-kernel, linux-arm-kernel, Will Deacon, Catalin Marinas,
	Mark Rutland

It is pretty obvious that I haven't done much on the IRQ side
for a while, and it is unlikely that I'll have more bandwidth
for it any time soon. People keep sending me patches that
I end-up reviewing in a cursory manner, which isn't great for
anyone.

So in everyone's interest, I'm removing myself from the list
of maintainers and leave the irqchip and irqdomain subsystems
in Thomas' capable hands.

Signed-off-by: Marc Zyngier <maz@kernel.org>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f37f4ee96b20..0ffe42932d5b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11071,7 +11071,7 @@ F:	Documentation/devicetree/bindings/sound/irondevice,*
 F:	sound/soc/codecs/sma*
 
 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
-M:	Marc Zyngier <maz@kernel.org>
+M:	Thomas Gleixner <tglx@linutronix.de>
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
 F:	Documentation/core-api/irq/irq-domain.rst
@@ -11090,7 +11090,6 @@ F:	lib/group_cpus.c
 
 IRQCHIP DRIVERS
 M:	Thomas Gleixner <tglx@linutronix.de>
-M:	Marc Zyngier <maz@kernel.org>
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer
  2023-10-02 14:13 ` [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer Marc Zyngier
@ 2023-10-02 14:25   ` Will Deacon
  2023-10-02 14:40     ` Marc Zyngier
  2023-10-02 16:22   ` Zenghui Yu
  1 sibling, 1 reply; 7+ messages in thread
From: Will Deacon @ 2023-10-02 14:25 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Thomas Gleixner, linux-kernel, linux-arm-kernel, Catalin Marinas,
	Mark Rutland

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 <maz@kernel.org>
> ---
>  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 <maz@kernel.org>
> +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?

Will

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer
  2023-10-02 14:25   ` Will Deacon
@ 2023-10-02 14:40     ` Marc Zyngier
  0 siblings, 0 replies; 7+ messages in thread
From: Marc Zyngier @ 2023-10-02 14:40 UTC (permalink / raw)
  To: Will Deacon
  Cc: Thomas Gleixner, linux-kernel, linux-arm-kernel, Catalin Marinas,
	Mark Rutland

On Mon, 02 Oct 2023 15:25:57 +0100,
Will Deacon <will@kernel.org> 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 <maz@kernel.org>
> > ---
> >  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 <maz@kernel.org>
> > +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.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer
  2023-10-02 14:13 ` [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer Marc Zyngier
  2023-10-02 14:25   ` Will Deacon
@ 2023-10-02 16:22   ` Zenghui Yu
  1 sibling, 0 replies; 7+ messages in thread
From: Zenghui Yu @ 2023-10-02 16:22 UTC (permalink / raw)
  To: Marc Zyngier, Thomas Gleixner
  Cc: linux-kernel, linux-arm-kernel, Will Deacon, Catalin Marinas,
	Mark Rutland

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 <maz@kernel.org>
> ---
>  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 <maz@kernel.org>
> +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 <zenghui.yu@linux.dev>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: Remove myself from the general IRQ subsystem maintenance
  2023-10-02 14:13 ` [PATCH 2/2] MAINTAINERS: Remove myself from the general IRQ subsystem maintenance Marc Zyngier
@ 2023-10-09 14:06   ` Thomas Gleixner
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Gleixner @ 2023-10-09 14:06 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: linux-kernel, linux-arm-kernel, Will Deacon, Catalin Marinas,
	Mark Rutland

On Mon, Oct 02 2023 at 15:13, Marc Zyngier wrote:
> It is pretty obvious that I haven't done much on the IRQ side
> for a while, and it is unlikely that I'll have more bandwidth
> for it any time soon. People keep sending me patches that
> I end-up reviewing in a cursory manner, which isn't great for
> anyone.
>
> So in everyone's interest, I'm removing myself from the list
> of maintainers and leave the irqchip and irqdomain subsystems
> in Thomas' capable hands.

Sigh. That's going into the wrong direction. I'm the one working towards
retirement!

Anyway, thanks a lot for all the work you were doing in the last couple
of years!

   Thomas

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-10-09 14:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 14:13 [PATCH 0/2] irqchip/irqdomain MAINTAINERS update Marc Zyngier
2023-10-02 14:13 ` [PATCH 1/2] MAINTAINERS: Add myself as the ARM GIC maintainer Marc Zyngier
2023-10-02 14:25   ` Will Deacon
2023-10-02 14:40     ` Marc Zyngier
2023-10-02 16:22   ` Zenghui Yu
2023-10-02 14:13 ` [PATCH 2/2] MAINTAINERS: Remove myself from the general IRQ subsystem maintenance Marc Zyngier
2023-10-09 14:06   ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).