[PATCH] MAINTAINERS: Remove PPP maintainer

Paul Mackerras posted 1 patch 2 years, 7 months ago
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[PATCH] MAINTAINERS: Remove PPP maintainer
Posted by Paul Mackerras 2 years, 7 months ago
I am not currently maintaining the kernel PPP code, so remove my
address from the MAINTAINERS entry for it.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
---
I am still maintaining the user-space PPP daemon, though.
Also, the paulus@samba.org address will probably stop working soon.

 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d79bae5590f8..bc0a4f17607c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16771,9 +16771,8 @@ F:	include/uapi/linux/if_pppol2tp.h
 F:	net/l2tp/l2tp_ppp.c
 
 PPP PROTOCOL DRIVERS AND COMPRESSORS
-M:	Paul Mackerras <paulus@samba.org>
 L:	linux-ppp@vger.kernel.org
-S:	Maintained
+S:	Orphan
 F:	drivers/net/ppp/ppp_*
 
 PPS SUPPORT
-- 
2.39.2
Re: [PATCH] MAINTAINERS: Remove PPP maintainer
Posted by patchwork-bot+netdevbpf@kernel.org 2 years, 7 months ago
Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 24 Apr 2023 09:02:32 +1000 you wrote:
> I am not currently maintaining the kernel PPP code, so remove my
> address from the MAINTAINERS entry for it.
> 
> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
> ---
> I am still maintaining the user-space PPP daemon, though.
> Also, the paulus@samba.org address will probably stop working soon.
> 
> [...]

Here is the summary with links:
  - MAINTAINERS: Remove PPP maintainer
    https://git.kernel.org/netdev/net/c/60fd497c99b3

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH] MAINTAINERS: Remove PPP maintainer
Posted by Toke Høiland-Jørgensen 2 years, 7 months ago
Paul Mackerras <paulus@ozlabs.org> writes:

> Also, the paulus@samba.org address will probably stop working soon.

How about adding an entry for that in .mailmap, then, to avoid bounces
(if a script picks up that address from a commit where it still appears
or something like that)? :)

-Toke