2024-01-09 16:46:01

by Jakub Kicinski

[permalink] [raw]
Subject: [PATCH net 5/7] MAINTAINERS: Bluetooth: retire Johan (for now?)

Johan moved to maintaining the Zephyr Bluetooth stack,
and we haven't heard from him on the ML in 3 years
(according to lore), and seen any tags in git in 4 years.
Trade the MAINTAINER entry for CREDITS, we can revert
whenever Johan comes back to Linux hacking :)

Subsystem BLUETOOTH SUBSYSTEM
Changes 173 / 986 (17%)
Last activity: 2023-12-22
Marcel Holtmann <[email protected]>:
Author 91cb4c19118a 2022-01-27 00:00:00 52
Committer edcb185fa9c4 2022-05-23 00:00:00 446
Tags 000c2fa2c144 2023-04-23 00:00:00 523
Johan Hedberg <[email protected]>:
Luiz Augusto von Dentz <[email protected]>:
Author d03376c18592 2023-12-22 00:00:00 241
Committer da9065caa594 2023-12-22 00:00:00 341
Tags da9065caa594 2023-12-22 00:00:00 493
Top reviewers:
[33]: [email protected]
[31]: [email protected]
[27]: [email protected]
INACTIVE MAINTAINER Johan Hedberg <[email protected]>

Signed-off-by: Jakub Kicinski <[email protected]>
---
CC: Marcel Holtmann <[email protected]>
CC: Johan Hedberg <[email protected]>
CC: Luiz Augusto von Dentz <[email protected]>
CC: [email protected]
---
CREDITS | 4 ++++
MAINTAINERS | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CREDITS b/CREDITS
index 18ce75d81234..1228f96110c4 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1543,6 +1543,10 @@ N: Andrew Haylett
E: [email protected]
D: Selection mechanism

+N: Johan Hedberg
+E: [email protected]
+D: Bluetooth subsystem maintainer
+
N: Andre Hedrick
E: [email protected]
E: [email protected]
diff --git a/MAINTAINERS b/MAINTAINERS
index 1e375699ebb7..388fe7baf89a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3595,7 +3595,6 @@ F: drivers/mtd/devices/block2mtd.c

BLUETOOTH DRIVERS
M: Marcel Holtmann <[email protected]>
-M: Johan Hedberg <[email protected]>
M: Luiz Augusto von Dentz <[email protected]>
L: [email protected]
S: Supported
--
2.43.0



2024-01-10 15:13:28

by Simon Horman

[permalink] [raw]
Subject: Re: [PATCH net 5/7] MAINTAINERS: Bluetooth: retire Johan (for now?)

+ Johan Hedberg <[email protected]>

On Tue, Jan 09, 2024 at 08:45:15AM -0800, Jakub Kicinski wrote:
> Johan moved to maintaining the Zephyr Bluetooth stack,
> and we haven't heard from him on the ML in 3 years
> (according to lore), and seen any tags in git in 4 years.
> Trade the MAINTAINER entry for CREDITS, we can revert
> whenever Johan comes back to Linux hacking :)
>
> Subsystem BLUETOOTH SUBSYSTEM
> Changes 173 / 986 (17%)
> Last activity: 2023-12-22
> Marcel Holtmann <[email protected]>:
> Author 91cb4c19118a 2022-01-27 00:00:00 52
> Committer edcb185fa9c4 2022-05-23 00:00:00 446
> Tags 000c2fa2c144 2023-04-23 00:00:00 523
> Johan Hedberg <[email protected]>:

I'm not arguing that this change isn't appropriate.
But, nit picking the description above,
I do think there has been some git activity within
the last 4 years, albeit from a different email address.

The most recent Bluetooth Drivers patch I found committed by Johan is:

commit 0671c0662383eefc272e107364cba7fe229dee44
Author: Hans de Goede <[email protected]>
AuthorDate: Sat Dec 5 16:02:01 2020 +0100
Commit: Johan Hedberg <[email protected]>
CommitDate: Mon Dec 7 17:01:54 2020 +0200

For reference, the most recent patched that I could
find authored by Johan for Bluetooth Drivers is:

commit 6c3711ec64fd23a9abc8aaf59a9429569a6282df
Author: Johan Hedberg <[email protected]>
AuthorDate: Sat Aug 4 23:40:26 2018 +0300
Commit: Marcel Holtmann <[email protected]>
CommitDate: Sat Aug 4 23:23:32 2018 +0200

> Luiz Augusto von Dentz <[email protected]>:
> Author d03376c18592 2023-12-22 00:00:00 241
> Committer da9065caa594 2023-12-22 00:00:00 341
> Tags da9065caa594 2023-12-22 00:00:00 493
> Top reviewers:
> [33]: [email protected]
> [31]: [email protected]
> [27]: [email protected]
> INACTIVE MAINTAINER Johan Hedberg <[email protected]>
>
> Signed-off-by: Jakub Kicinski <[email protected]>
> ---
> CC: Marcel Holtmann <[email protected]>
> CC: Johan Hedberg <[email protected]>
> CC: Luiz Augusto von Dentz <[email protected]>
> CC: [email protected]
> ---
> CREDITS | 4 ++++
> MAINTAINERS | 1 -
> 2 files changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/CREDITS b/CREDITS
> index 18ce75d81234..1228f96110c4 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1543,6 +1543,10 @@ N: Andrew Haylett
> E: [email protected]
> D: Selection mechanism
>
> +N: Johan Hedberg
> +E: [email protected]
> +D: Bluetooth subsystem maintainer
> +
> N: Andre Hedrick
> E: [email protected]
> E: [email protected]
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1e375699ebb7..388fe7baf89a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3595,7 +3595,6 @@ F: drivers/mtd/devices/block2mtd.c
>
> BLUETOOTH DRIVERS
> M: Marcel Holtmann <[email protected]>
> -M: Johan Hedberg <[email protected]>
> M: Luiz Augusto von Dentz <[email protected]>
> L: [email protected]
> S: Supported
> --
> 2.43.0
>

2024-01-12 00:21:27

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH net 5/7] MAINTAINERS: Bluetooth: retire Johan (for now?)

On Wed, 10 Jan 2024 15:13:09 +0000 Simon Horman wrote:
> + Johan Hedberg <[email protected]>
>
> On Tue, Jan 09, 2024 at 08:45:15AM -0800, Jakub Kicinski wrote:
> > Johan moved to maintaining the Zephyr Bluetooth stack,
> > and we haven't heard from him on the ML in 3 years
> > (according to lore), and seen any tags in git in 4 years.
> > Trade the MAINTAINER entry for CREDITS, we can revert
> > whenever Johan comes back to Linux hacking :)
> >
> > Subsystem BLUETOOTH SUBSYSTEM
> > Changes 173 / 986 (17%)
> > Last activity: 2023-12-22
> > Marcel Holtmann <[email protected]>:
> > Author 91cb4c19118a 2022-01-27 00:00:00 52
> > Committer edcb185fa9c4 2022-05-23 00:00:00 446
> > Tags 000c2fa2c144 2023-04-23 00:00:00 523
> > Johan Hedberg <[email protected]>:
>
> I'm not arguing that this change isn't appropriate.
> But, nit picking the description above,
> I do think there has been some git activity within
> the last 4 years, albeit from a different email address.
>
> The most recent Bluetooth Drivers patch I found committed by Johan is:
>
> commit 0671c0662383eefc272e107364cba7fe229dee44
> Author: Hans de Goede <[email protected]>
> AuthorDate: Sat Dec 5 16:02:01 2020 +0100
> Commit: Johan Hedberg <[email protected]>
> CommitDate: Mon Dec 7 17:01:54 2020 +0200
>
> For reference, the most recent patched that I could
> find authored by Johan for Bluetooth Drivers is:
>
> commit 6c3711ec64fd23a9abc8aaf59a9429569a6282df
> Author: Johan Hedberg <[email protected]>
> AuthorDate: Sat Aug 4 23:40:26 2018 +0300
> Commit: Marcel Holtmann <[email protected]>
> CommitDate: Sat Aug 4 23:23:32 2018 +0200

Indeed, my grepping must have failed me :(
If someone pops up in the top three reviewers at the end of the report
it's fairly easy to catch that they use a different address, but that
wasn't the case here. In any case, here is the report after having
added the correct email alias -- just to confirm that the script itself
is not buggy :)

Subsystem BLUETOOTH SUBSYSTEM
Changes 173 / 986 (17%)
Last activity: 2023-12-22
Marcel Holtmann <[email protected]>:
Author 91cb4c19118a 2022-01-27 00:00:00 52
Committer edcb185fa9c4 2022-05-23 00:00:00 446
Tags 000c2fa2c144 2023-04-23 00:00:00 523
Johan Hedberg <[email protected]>:
Committer e6ed8b78eae5 2020-12-07 00:00:00 60
Tags e6ed8b78eae5 2020-12-07 00:00:00 69
Luiz Augusto von Dentz <[email protected]>:
Author d03376c18592 2023-12-22 00:00:00 241
Committer da9065caa594 2023-12-22 00:00:00 341
Tags da9065caa594 2023-12-22 00:00:00 493
Top reviewers:
[33]: [email protected]
[31]: [email protected]
[27]: [email protected]


2024-02-02 21:22:12

by patchwork-bot+bluetooth

[permalink] [raw]
Subject: Re: [PATCH net 5/7] MAINTAINERS: Bluetooth: retire Johan (for now?)

Hello:

This patch was applied to bluetooth/bluetooth-next.git (master)
by Jakub Kicinski <[email protected]>:

On Tue, 9 Jan 2024 08:45:15 -0800 you wrote:
> Johan moved to maintaining the Zephyr Bluetooth stack,
> and we haven't heard from him on the ML in 3 years
> (according to lore), and seen any tags in git in 4 years.
> Trade the MAINTAINER entry for CREDITS, we can revert
> whenever Johan comes back to Linux hacking :)
>
> Subsystem BLUETOOTH SUBSYSTEM
> Changes 173 / 986 (17%)
> Last activity: 2023-12-22
> Marcel Holtmann <[email protected]>:
> Author 91cb4c19118a 2022-01-27 00:00:00 52
> Committer edcb185fa9c4 2022-05-23 00:00:00 446
> Tags 000c2fa2c144 2023-04-23 00:00:00 523
> Johan Hedberg <[email protected]>:
> Luiz Augusto von Dentz <[email protected]>:
> Author d03376c18592 2023-12-22 00:00:00 241
> Committer da9065caa594 2023-12-22 00:00:00 341
> Tags da9065caa594 2023-12-22 00:00:00 493
> Top reviewers:
> [33]: [email protected]
> [31]: [email protected]
> [27]: [email protected]
> INACTIVE MAINTAINER Johan Hedberg <[email protected]>
>
> [...]

Here is the summary with links:
- [net,5/7] MAINTAINERS: Bluetooth: retire Johan (for now?)
https://git.kernel.org/bluetooth/bluetooth-next/c/0bfcdce867f7

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html