* [PATCH net] MAINTAINERS: update TUN/TAP maintainers
@ 2023-08-02 18:28 Jakub Kicinski
2023-08-02 18:42 ` Willem de Bruijn
2023-08-03 19:00 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 6+ messages in thread
From: Jakub Kicinski @ 2023-08-02 18:28 UTC (permalink / raw)
To: davem
Cc: netdev, edumazet, pabeni, Jakub Kicinski, Maxim Krasnyansky,
Willem de Bruijn, Jason Wang
Willem and Jason have agreed to take over the maintainer
duties for TUN/TAP, thank you!
There's an existing entry for TUN/TAP which only covers
the user mode Linux implementation.
Since we haven't heard from Maxim on the list for almost
a decade, extend that entry and take it over, rather than
adding a new one.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
CC: Maxim Krasnyansky <maxk@qti.qualcomm.com>
CC: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
CC: Jason Wang <jasowang@redhat.com>
---
MAINTAINERS | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 20f6174d9747..39b3c6e66c2e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21673,11 +21673,14 @@ S: Orphan
F: drivers/net/ethernet/dec/tulip/
TUN/TAP driver
-M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
+M: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
+M: Jason Wang <jasowang@redhat.com>
S: Maintained
W: http://vtun.sourceforge.net/tun
F: Documentation/networking/tuntap.rst
F: arch/um/os-Linux/drivers/
+F: drivers/net/tap.c
+F: drivers/net/tun.c
TURBOCHANNEL SUBSYSTEM
M: "Maciej W. Rozycki" <macro@orcam.me.uk>
--
2.41.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* RE: [PATCH net] MAINTAINERS: update TUN/TAP maintainers
2023-08-02 18:28 [PATCH net] MAINTAINERS: update TUN/TAP maintainers Jakub Kicinski
@ 2023-08-02 18:42 ` Willem de Bruijn
2023-08-02 18:55 ` Jakub Kicinski
2023-08-03 2:26 ` Jason Wang
2023-08-03 19:00 ` patchwork-bot+netdevbpf
1 sibling, 2 replies; 6+ messages in thread
From: Willem de Bruijn @ 2023-08-02 18:42 UTC (permalink / raw)
To: Jakub Kicinski, davem
Cc: netdev, edumazet, pabeni, Jakub Kicinski, Maxim Krasnyansky,
Willem de Bruijn, Jason Wang
Jakub Kicinski wrote:
> Willem and Jason have agreed to take over the maintainer
> duties for TUN/TAP, thank you!
>
> There's an existing entry for TUN/TAP which only covers
> the user mode Linux implementation.
> Since we haven't heard from Maxim on the list for almost
> a decade, extend that entry and take it over, rather than
> adding a new one.
>
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Willem de Bruijn <willemb@google.com>
Happy to do my part. Great to have Jason on board as well!
> ---
> CC: Maxim Krasnyansky <maxk@qti.qualcomm.com>
> CC: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
> CC: Jason Wang <jasowang@redhat.com>
> ---
> MAINTAINERS | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 20f6174d9747..39b3c6e66c2e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21673,11 +21673,14 @@ S: Orphan
> F: drivers/net/ethernet/dec/tulip/
>
> TUN/TAP driver
> -M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
> +M: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
> +M: Jason Wang <jasowang@redhat.com>
> S: Maintained
> W: http://vtun.sourceforge.net/tun
Should we drop this URL too?
> F: Documentation/networking/tuntap.rst
> F: arch/um/os-Linux/drivers/
> +F: drivers/net/tap.c
> +F: drivers/net/tun.c
>
> TURBOCHANNEL SUBSYSTEM
> M: "Maciej W. Rozycki" <macro@orcam.me.uk>
> --
> 2.41.0
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net] MAINTAINERS: update TUN/TAP maintainers
2023-08-02 18:42 ` Willem de Bruijn
@ 2023-08-02 18:55 ` Jakub Kicinski
2023-08-02 19:02 ` Willem de Bruijn
2023-08-03 2:26 ` Jason Wang
1 sibling, 1 reply; 6+ messages in thread
From: Jakub Kicinski @ 2023-08-02 18:55 UTC (permalink / raw)
To: Willem de Bruijn
Cc: davem, netdev, edumazet, pabeni, Maxim Krasnyansky, Jason Wang
On Wed, 02 Aug 2023 14:42:40 -0400 Willem de Bruijn wrote:
> > W: http://vtun.sourceforge.net/tun
>
> Should we drop this URL too?
No preference here. I checked that it's online so I saw no obvious
reason to delete it right away. It may also be a good idea to read
thru the in-tree docs and check that they still make sense.
I'd rather leave those kind of cleanups to the new maintainers :)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net] MAINTAINERS: update TUN/TAP maintainers
2023-08-02 18:55 ` Jakub Kicinski
@ 2023-08-02 19:02 ` Willem de Bruijn
0 siblings, 0 replies; 6+ messages in thread
From: Willem de Bruijn @ 2023-08-02 19:02 UTC (permalink / raw)
To: Jakub Kicinski, Willem de Bruijn
Cc: davem, netdev, edumazet, pabeni, Maxim Krasnyansky, Jason Wang
Jakub Kicinski wrote:
> On Wed, 02 Aug 2023 14:42:40 -0400 Willem de Bruijn wrote:
> > > W: http://vtun.sourceforge.net/tun
> >
> > Should we drop this URL too?
>
> No preference here. I checked that it's online so I saw no obvious
> reason to delete it right away. It may also be a good idea to read
> thru the in-tree docs and check that they still make sense.
> I'd rather leave those kind of cleanups to the new maintainers :)
Ha, fair. Sounds good.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net] MAINTAINERS: update TUN/TAP maintainers
2023-08-02 18:42 ` Willem de Bruijn
2023-08-02 18:55 ` Jakub Kicinski
@ 2023-08-03 2:26 ` Jason Wang
1 sibling, 0 replies; 6+ messages in thread
From: Jason Wang @ 2023-08-03 2:26 UTC (permalink / raw)
To: Willem de Bruijn
Cc: Jakub Kicinski, davem, netdev, edumazet, pabeni,
Maxim Krasnyansky
On Thu, Aug 3, 2023 at 2:42 AM Willem de Bruijn
<willemdebruijn.kernel@gmail.com> wrote:
>
> Jakub Kicinski wrote:
> > Willem and Jason have agreed to take over the maintainer
> > duties for TUN/TAP, thank you!
> >
> > There's an existing entry for TUN/TAP which only covers
> > the user mode Linux implementation.
> > Since we haven't heard from Maxim on the list for almost
> > a decade, extend that entry and take it over, rather than
> > adding a new one.
> >
> > Signed-off-by: Jakub Kicinski <kuba@kernel.org>
>
> Acked-by: Willem de Bruijn <willemb@google.com>
>
> Happy to do my part. Great to have Jason on board as well!
Thanks Willem.
Acked-by: Jason Wang <jasowang@redhat.com>
>
> > ---
> > CC: Maxim Krasnyansky <maxk@qti.qualcomm.com>
> > CC: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
> > CC: Jason Wang <jasowang@redhat.com>
> > ---
> > MAINTAINERS | 5 ++++-
> > 1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 20f6174d9747..39b3c6e66c2e 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -21673,11 +21673,14 @@ S: Orphan
> > F: drivers/net/ethernet/dec/tulip/
> >
> > TUN/TAP driver
> > -M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
> > +M: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
> > +M: Jason Wang <jasowang@redhat.com>
> > S: Maintained
> > W: http://vtun.sourceforge.net/tun
>
> Should we drop this URL too?
>
> > F: Documentation/networking/tuntap.rst
> > F: arch/um/os-Linux/drivers/
> > +F: drivers/net/tap.c
> > +F: drivers/net/tun.c
> >
> > TURBOCHANNEL SUBSYSTEM
> > M: "Maciej W. Rozycki" <macro@orcam.me.uk>
> > --
> > 2.41.0
> >
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net] MAINTAINERS: update TUN/TAP maintainers
2023-08-02 18:28 [PATCH net] MAINTAINERS: update TUN/TAP maintainers Jakub Kicinski
2023-08-02 18:42 ` Willem de Bruijn
@ 2023-08-03 19:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-08-03 19:00 UTC (permalink / raw)
To: Jakub Kicinski
Cc: davem, netdev, edumazet, pabeni, maxk, willemdebruijn.kernel,
jasowang
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 2 Aug 2023 11:28:43 -0700 you wrote:
> Willem and Jason have agreed to take over the maintainer
> duties for TUN/TAP, thank you!
>
> There's an existing entry for TUN/TAP which only covers
> the user mode Linux implementation.
> Since we haven't heard from Maxim on the list for almost
> a decade, extend that entry and take it over, rather than
> adding a new one.
>
> [...]
Here is the summary with links:
- [net] MAINTAINERS: update TUN/TAP maintainers
https://git.kernel.org/netdev/net/c/0765c5f29335
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-08-03 19:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-02 18:28 [PATCH net] MAINTAINERS: update TUN/TAP maintainers Jakub Kicinski
2023-08-02 18:42 ` Willem de Bruijn
2023-08-02 18:55 ` Jakub Kicinski
2023-08-02 19:02 ` Willem de Bruijn
2023-08-03 2:26 ` Jason Wang
2023-08-03 19:00 ` patchwork-bot+netdevbpf
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).