* [PATCH net] sfc: Add back mailing list
@ 2023-05-04 7:28 Martin Habets
2023-05-04 8:10 ` Leon Romanovsky
2023-05-05 8:40 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 4+ messages in thread
From: Martin Habets @ 2023-05-04 7:28 UTC (permalink / raw)
To: davem, kuba, pabeni, edumazet; +Cc: netdev, ecree.xilinx, linux-net-drivers
We used to have a mailing list in the MAINTAINERS file, but removed this
when we became part of Xilinx as it stopped working.
Now inside AMD we have the list again. Add it back so patches will be seen
by all sfc developers.
Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index ebd26b3ca90e..dcab6b41ad8d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18987,6 +18987,7 @@ SFC NETWORK DRIVER
M: Edward Cree <ecree.xilinx@gmail.com>
M: Martin Habets <habetsm.xilinx@gmail.com>
L: netdev@vger.kernel.org
+L: linux-net-drivers@amd.com
S: Supported
F: Documentation/networking/devlink/sfc.rst
F: drivers/net/ethernet/sfc/
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH net] sfc: Add back mailing list
2023-05-04 7:28 [PATCH net] sfc: Add back mailing list Martin Habets
@ 2023-05-04 8:10 ` Leon Romanovsky
2023-05-05 8:06 ` Martin Habets
2023-05-05 8:40 ` patchwork-bot+netdevbpf
1 sibling, 1 reply; 4+ messages in thread
From: Leon Romanovsky @ 2023-05-04 8:10 UTC (permalink / raw)
To: Martin Habets
Cc: davem, kuba, pabeni, edumazet, netdev, ecree.xilinx,
linux-net-drivers
On Thu, May 04, 2023 at 08:28:01AM +0100, Martin Habets wrote:
> We used to have a mailing list in the MAINTAINERS file, but removed this
> when we became part of Xilinx as it stopped working.
> Now inside AMD we have the list again. Add it back so patches will be seen
> by all sfc developers.
They are invited to join netdev community and read mailing list directly.
>
> Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ebd26b3ca90e..dcab6b41ad8d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18987,6 +18987,7 @@ SFC NETWORK DRIVER
> M: Edward Cree <ecree.xilinx@gmail.com>
> M: Martin Habets <habetsm.xilinx@gmail.com>
> L: netdev@vger.kernel.org
> +L: linux-net-drivers@amd.com
Is this open list or we will get bounce messages every time we send to it?
Thanks
> S: Supported
> F: Documentation/networking/devlink/sfc.rst
> F: drivers/net/ethernet/sfc/
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net] sfc: Add back mailing list
2023-05-04 8:10 ` Leon Romanovsky
@ 2023-05-05 8:06 ` Martin Habets
0 siblings, 0 replies; 4+ messages in thread
From: Martin Habets @ 2023-05-05 8:06 UTC (permalink / raw)
To: Leon Romanovsky
Cc: davem, kuba, pabeni, edumazet, netdev, ecree.xilinx,
linux-net-drivers
On Thu, May 04, 2023 at 11:10:49AM +0300, Leon Romanovsky wrote:
> On Thu, May 04, 2023 at 08:28:01AM +0100, Martin Habets wrote:
> > We used to have a mailing list in the MAINTAINERS file, but removed this
> > when we became part of Xilinx as it stopped working.
> > Now inside AMD we have the list again. Add it back so patches will be seen
> > by all sfc developers.
>
> They are invited to join netdev community and read mailing list directly.
We're not all using lore and lei yet. Until we are this list helps us
respond quicker to emails.
>
> >
> > Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com>
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index ebd26b3ca90e..dcab6b41ad8d 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -18987,6 +18987,7 @@ SFC NETWORK DRIVER
> > M: Edward Cree <ecree.xilinx@gmail.com>
> > M: Martin Habets <habetsm.xilinx@gmail.com>
> > L: netdev@vger.kernel.org
> > +L: linux-net-drivers@amd.com
>
> Is this open list or we will get bounce messages every time we send to it?
We've been using this and other open lists we have for several months now
and have not noticed any bounces. This list is as open as the old one we've
had since 2009.
>
> Thanks
>
> > S: Supported
> > F: Documentation/networking/devlink/sfc.rst
> > F: drivers/net/ethernet/sfc/
> >
> >
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH net] sfc: Add back mailing list
2023-05-04 7:28 [PATCH net] sfc: Add back mailing list Martin Habets
2023-05-04 8:10 ` Leon Romanovsky
@ 2023-05-05 8:40 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-05-05 8:40 UTC (permalink / raw)
To: Martin Habets
Cc: davem, kuba, pabeni, edumazet, netdev, ecree.xilinx,
linux-net-drivers
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:
On Thu, 04 May 2023 08:28:01 +0100 you wrote:
> We used to have a mailing list in the MAINTAINERS file, but removed this
> when we became part of Xilinx as it stopped working.
> Now inside AMD we have the list again. Add it back so patches will be seen
> by all sfc developers.
>
> Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com>
>
> [...]
Here is the summary with links:
- [net] sfc: Add back mailing list
https://git.kernel.org/netdev/net/c/c00ce5470a8a
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] 4+ messages in thread
end of thread, other threads:[~2023-05-05 8:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-04 7:28 [PATCH net] sfc: Add back mailing list Martin Habets
2023-05-04 8:10 ` Leon Romanovsky
2023-05-05 8:06 ` Martin Habets
2023-05-05 8:40 ` 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).