diff mbox series

[net] MAINTAINERS: Add sctp headers to the general netdev entry

Message ID b3c2dc3a102eb89bd155abca2503ebd015f50ee0.1739193671.git.marcelo.leitner@gmail.com (mailing list archive)
State Accepted
Commit 15d6f74f03f84c5b8d032bb1be6b90af82e5b679
Delegated to: Netdev Maintainers
Headers show
Series [net] MAINTAINERS: Add sctp headers to the general netdev entry | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
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: 0 this patch: 0
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 0 of 0 maintainers
netdev/build_clang success Errors and warnings before: 0 this patch: 0
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: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 14 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2025-02-11--00-00 (tests: 889)

Commit Message

Marcelo Ricardo Leitner Feb. 10, 2025, 1:24 p.m. UTC
All SCTP patches are picked up by netdev maintainers. Two headers were
missing to be listed there.

Reported-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Xin Long Feb. 10, 2025, 4:44 p.m. UTC | #1
On Mon, Feb 10, 2025 at 8:25 AM Marcelo Ricardo Leitner
<marcelo.leitner@gmail.com> wrote:
>
> All SCTP patches are picked up by netdev maintainers. Two headers were
> missing to be listed there.
>
> Reported-by: Thorsten Blum <thorsten.blum@linux.dev>
> Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 873aa2cce4d7fd5fd31613edbf3d99faaf7810bd..34ff998079d4c4843336936e47bd74c0e919012b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16509,6 +16509,7 @@ F:      include/linux/netdev*
>  F:     include/linux/netlink.h
>  F:     include/linux/netpoll.h
>  F:     include/linux/rtnetlink.h
> +F:     include/linux/sctp.h
>  F:     include/linux/seq_file_net.h
>  F:     include/linux/skbuff*
>  F:     include/net/
> @@ -16525,6 +16526,7 @@ F:      include/uapi/linux/netdev*
>  F:     include/uapi/linux/netlink.h
>  F:     include/uapi/linux/netlink_diag.h
>  F:     include/uapi/linux/rtnetlink.h
> +F:     include/uapi/linux/sctp.h
>  F:     lib/net_utils.c
>  F:     lib/random32.c
>  F:     net/

Checking some other subcomponents like: MPTCP, TIPC, OPENVSWITCH,
HANDSHAKE UPCALL ...

It seems that we should append:

  L:      netdev@vger.kernel.org

after:

  L:      linux-sctp@vger.kernel.org

in the section:

  SCTP PROTOCOL
Marcelo Ricardo Leitner Feb. 10, 2025, 5:35 p.m. UTC | #2
On Mon, Feb 10, 2025 at 11:44:10AM -0500, Xin Long wrote:
> On Mon, Feb 10, 2025 at 8:25 AM Marcelo Ricardo Leitner
> <marcelo.leitner@gmail.com> wrote:
> >
> > All SCTP patches are picked up by netdev maintainers. Two headers were
> > missing to be listed there.
> >
> > Reported-by: Thorsten Blum <thorsten.blum@linux.dev>
> > Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
> > ---
> >  MAINTAINERS | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 873aa2cce4d7fd5fd31613edbf3d99faaf7810bd..34ff998079d4c4843336936e47bd74c0e919012b 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16509,6 +16509,7 @@ F:      include/linux/netdev*
> >  F:     include/linux/netlink.h
> >  F:     include/linux/netpoll.h
> >  F:     include/linux/rtnetlink.h
> > +F:     include/linux/sctp.h
> >  F:     include/linux/seq_file_net.h
> >  F:     include/linux/skbuff*
> >  F:     include/net/
> > @@ -16525,6 +16526,7 @@ F:      include/uapi/linux/netdev*
> >  F:     include/uapi/linux/netlink.h
> >  F:     include/uapi/linux/netlink_diag.h
> >  F:     include/uapi/linux/rtnetlink.h
> > +F:     include/uapi/linux/sctp.h
> >  F:     lib/net_utils.c
> >  F:     lib/random32.c
> >  F:     net/
> 
> Checking some other subcomponents like: MPTCP, TIPC, OPENVSWITCH,
> HANDSHAKE UPCALL ...
> 
> It seems that we should append:
> 
>   L:      netdev@vger.kernel.org
> 
> after:
> 
>   L:      linux-sctp@vger.kernel.org
> 
> in the section:
> 
>   SCTP PROTOCOL

You mean, "also" append, right? And not "instead". Because currently
the NET one includes all other files and it doesn't exclude stuff like
net/{mptcp,sctp}.
Xin Long Feb. 10, 2025, 7:18 p.m. UTC | #3
On Mon, Feb 10, 2025 at 12:35 PM Marcelo Ricardo Leitner
<marcelo.leitner@gmail.com> wrote:
>
> On Mon, Feb 10, 2025 at 11:44:10AM -0500, Xin Long wrote:
> > On Mon, Feb 10, 2025 at 8:25 AM Marcelo Ricardo Leitner
> > <marcelo.leitner@gmail.com> wrote:
> > >
> > > All SCTP patches are picked up by netdev maintainers. Two headers were
> > > missing to be listed there.
> > >
> > > Reported-by: Thorsten Blum <thorsten.blum@linux.dev>
> > > Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
> > > ---
> > >  MAINTAINERS | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 873aa2cce4d7fd5fd31613edbf3d99faaf7810bd..34ff998079d4c4843336936e47bd74c0e919012b 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -16509,6 +16509,7 @@ F:      include/linux/netdev*
> > >  F:     include/linux/netlink.h
> > >  F:     include/linux/netpoll.h
> > >  F:     include/linux/rtnetlink.h
> > > +F:     include/linux/sctp.h
> > >  F:     include/linux/seq_file_net.h
> > >  F:     include/linux/skbuff*
> > >  F:     include/net/
> > > @@ -16525,6 +16526,7 @@ F:      include/uapi/linux/netdev*
> > >  F:     include/uapi/linux/netlink.h
> > >  F:     include/uapi/linux/netlink_diag.h
> > >  F:     include/uapi/linux/rtnetlink.h
> > > +F:     include/uapi/linux/sctp.h
> > >  F:     lib/net_utils.c
> > >  F:     lib/random32.c
> > >  F:     net/
> >
> > Checking some other subcomponents like: MPTCP, TIPC, OPENVSWITCH,
> > HANDSHAKE UPCALL ...
> >
> > It seems that we should append:
> >
> >   L:      netdev@vger.kernel.org
> >
> > after:
> >
> >   L:      linux-sctp@vger.kernel.org
> >
> > in the section:
> >
> >   SCTP PROTOCOL
>
> You mean, "also" append, right? And not "instead". Because currently
> the NET one includes all other files and it doesn't exclude stuff like
> net/{mptcp,sctp}.
I'm thinking it should be "instead".

Yes, all files under include/net/ are included in the NET, but those files
(belong to subcomponents/modules) under include/linux/, include/linux/uapi/
or even include/trace/ are included in their own sections and not in the
NET, such as:

include/uapi/linux/mptcp*.h
include/trace/events/mptcp.h
include/uapi/linux/tipc*.h
include/uapi/linux/openvswitch.h
include/trace/events/handshake.h

Thanks.
Simon Horman Feb. 12, 2025, 5:20 p.m. UTC | #4
On Mon, Feb 10, 2025 at 10:24:55AM -0300, Marcelo Ricardo Leitner wrote:
> All SCTP patches are picked up by netdev maintainers. Two headers were
> missing to be listed there.
> 
> Reported-by: Thorsten Blum <thorsten.blum@linux.dev>
> Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>

Reviewed-by: Simon Horman <horms@kernel.org>
Jakub Kicinski Feb. 13, 2025, 4 a.m. UTC | #5
On Mon, 10 Feb 2025 14:18:43 -0500 Xin Long wrote:
> > You mean, "also" append, right? And not "instead". Because currently
> > the NET one includes all other files and it doesn't exclude stuff like
> > net/{mptcp,sctp}.  
> I'm thinking it should be "instead".
> 
> Yes, all files under include/net/ are included in the NET, but those files
> (belong to subcomponents/modules) under include/linux/, include/linux/uapi/
> or even include/trace/ are included in their own sections and not in the
> NET, such as:

No strong preference TBH, but I think code and headers should fall
under the same entries. And net/sctp is not X:'ed out of net right 
now.
patchwork-bot+netdevbpf@kernel.org Feb. 13, 2025, 4:10 a.m. UTC | #6
Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 10 Feb 2025 10:24:55 -0300 you wrote:
> All SCTP patches are picked up by netdev maintainers. Two headers were
> missing to be listed there.
> 
> Reported-by: Thorsten Blum <thorsten.blum@linux.dev>
> Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)

Here is the summary with links:
  - [net] MAINTAINERS: Add sctp headers to the general netdev entry
    https://git.kernel.org/netdev/net/c/15d6f74f03f8

You are awesome, thank you!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 873aa2cce4d7fd5fd31613edbf3d99faaf7810bd..34ff998079d4c4843336936e47bd74c0e919012b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16509,6 +16509,7 @@  F:	include/linux/netdev*
 F:	include/linux/netlink.h
 F:	include/linux/netpoll.h
 F:	include/linux/rtnetlink.h
+F:	include/linux/sctp.h
 F:	include/linux/seq_file_net.h
 F:	include/linux/skbuff*
 F:	include/net/
@@ -16525,6 +16526,7 @@  F:	include/uapi/linux/netdev*
 F:	include/uapi/linux/netlink.h
 F:	include/uapi/linux/netlink_diag.h
 F:	include/uapi/linux/rtnetlink.h
+F:	include/uapi/linux/sctp.h
 F:	lib/net_utils.c
 F:	lib/random32.c
 F:	net/