[PATCH] rtc: MAINTAINERS: drop Alessandro Zummo

Krzysztof Kozlowski posted 1 patch 2 years ago
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
[PATCH] rtc: MAINTAINERS: drop Alessandro Zummo
Posted by Krzysztof Kozlowski 2 years ago
Last email from Alessandro was in 2016, so remove him from maintainers
of the RTC subsystem.  Stale maintainer entries hide information whether
subsystem needs help, has a bus-factor or is even orphaned.

Link: https://lore.kernel.org/all/?q=f%3A%22Alessandro+Zummo%22
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ec736fccbb26..82ef00014f41 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18271,7 +18271,6 @@ X:	include/linux/srcu*.h
 X:	kernel/rcu/srcu*.c
 
 REAL TIME CLOCK (RTC) SUBSYSTEM
-M:	Alessandro Zummo <a.zummo@towertech.it>
 M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
 L:	linux-rtc@vger.kernel.org
 S:	Maintained
-- 
2.34.1

Re: [PATCH] rtc: MAINTAINERS: drop Alessandro Zummo
Posted by Alexandre Belloni 1 year, 11 months ago
On Mon, 11 Dec 2023 14:26:00 +0100, Krzysztof Kozlowski wrote:
> Last email from Alessandro was in 2016, so remove him from maintainers
> of the RTC subsystem.  Stale maintainer entries hide information whether
> subsystem needs help, has a bus-factor or is even orphaned.
> 
> 

Applied, thanks!

[1/1] rtc: MAINTAINERS: drop Alessandro Zummo
      commit: 54e1898e113dc65974103620bbe7a9f856f80f6e

Best regards,

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Re: [PATCH] rtc: MAINTAINERS: drop Alessandro Zummo
Posted by Uwe Kleine-König 2 years ago
On Mon, Dec 11, 2023 at 02:26:00PM +0100, Krzysztof Kozlowski wrote:
> Last email from Alessandro was in 2016, so remove him from maintainers
> of the RTC subsystem.  Stale maintainer entries hide information whether
> subsystem needs help, has a bus-factor or is even orphaned.
> 
> Link: https://lore.kernel.org/all/?q=f%3A%22Alessandro+Zummo%22

unusual usage of Link: (which traditionally has an URL proving the patch
submission).

> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: Alessandro Zummo <a.zummo@towertech.it>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ec736fccbb26..82ef00014f41 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18271,7 +18271,6 @@ X:	include/linux/srcu*.h
>  X:	kernel/rcu/srcu*.c
>  
>  REAL TIME CLOCK (RTC) SUBSYSTEM
> -M:	Alessandro Zummo <a.zummo@towertech.it>
>  M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
>  L:	linux-rtc@vger.kernel.org
>  S:	Maintained

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Maybe it would be a nice move to add him to CREDITS.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |
Re: [PATCH] rtc: MAINTAINERS: drop Alessandro Zummo
Posted by Krzysztof Kozlowski 2 years ago
On 11/12/2023 17:58, Uwe Kleine-König wrote:
> On Mon, Dec 11, 2023 at 02:26:00PM +0100, Krzysztof Kozlowski wrote:
>> Last email from Alessandro was in 2016, so remove him from maintainers
>> of the RTC subsystem.  Stale maintainer entries hide information whether
>> subsystem needs help, has a bus-factor or is even orphaned.
>>
>> Link: https://lore.kernel.org/all/?q=f%3A%22Alessandro+Zummo%22
> 
> unusual usage of Link: (which traditionally has an URL proving the patch
> submission).

"If related discussions or any other background information behind the
change can be found on the web, add 'Link:' tags pointing to it."

It's additional information outside serving as an proof. It's like the
"background information".

> 
>> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
>> Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
>> Cc: Arnd Bergmann <arnd@arndb.de>
>> Cc: Alessandro Zummo <a.zummo@towertech.it>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>  MAINTAINERS | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index ec736fccbb26..82ef00014f41 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -18271,7 +18271,6 @@ X:	include/linux/srcu*.h
>>  X:	kernel/rcu/srcu*.c
>>  
>>  REAL TIME CLOCK (RTC) SUBSYSTEM
>> -M:	Alessandro Zummo <a.zummo@towertech.it>
>>  M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
>>  L:	linux-rtc@vger.kernel.org
>>  S:	Maintained
> 
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> 
> Maybe it would be a nice move to add him to CREDITS.


Yes, this is good idea. I will send v2.

Best regards,
Krzysztof

Re: [PATCH] rtc: MAINTAINERS: drop Alessandro Zummo
Posted by Krzysztof Kozlowski 2 years ago
On 12/12/2023 09:25, Krzysztof Kozlowski wrote:
>>>  REAL TIME CLOCK (RTC) SUBSYSTEM
>>> -M:	Alessandro Zummo <a.zummo@towertech.it>
>>>  M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
>>>  L:	linux-rtc@vger.kernel.org
>>>  S:	Maintained
>>
>> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
>>
>> Maybe it would be a nice move to add him to CREDITS.
> 
> 
> Yes, this is good idea. I will send v2.

Wait, I know why I did not do it in the first place: Alessandro is
already there for RTC!

Best regards,
Krzysztof