Message ID | 168318528134.31137.11625787711228662726.stgit@palantir17.mph.net (mailing list archive) |
---|---|
State | Accepted |
Commit | c00ce5470a8adeaf681865836085f72633c00a7e |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] sfc: Add back mailing list | expand |
Context | Check | Description |
---|---|---|
netdev/series_format | success | Single patches do not need cover letters |
netdev/tree_selection | success | Clearly marked for net |
netdev/fixes_present | success | No Fixes tags, but series doesn't touch code |
netdev/header_inline | success | No static functions without inline keyword in header files |
netdev/build_32bit | success | Errors and warnings before: 8 this patch: 8 |
netdev/cc_maintainers | success | CCed 0 of 0 maintainers |
netdev/build_clang | success | Errors and warnings before: 8 this patch: 8 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/deprecated_api | success | None detected |
netdev/check_selftest | success | No net selftest shell script |
netdev/verify_fixes | success | No Fixes tag |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 8 this patch: 8 |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/source_inline | success | Was 0 now: 0 |
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/ > > >
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/ > > > > > >
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!
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/
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(+)