diff mbox series

[net-next] MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL]

Message ID 20241017111601.9292-1-liuhangbin@gmail.com (mailing list archive)
State Superseded
Delegated to: Netdev Maintainers
Headers show
Series [net-next] MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL] | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 5 this patch: 5
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: 3 this patch: 3
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: 3 this patch: 3
netdev/checkpatch warning WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order
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 fail net-next-2024-10-17--12-00 (tests: 135)

Commit Message

Hangbin Liu Oct. 17, 2024, 11:16 a.m. UTC
samples/pktgen is missing in the MAINTAINERS file.

Suggested-by: Antoine Tenart <atenart@kernel.org>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Horman Oct. 17, 2024, 4:39 p.m. UTC | #1
On Thu, Oct 17, 2024 at 11:16:01AM +0000, Hangbin Liu wrote:
> samples/pktgen is missing in the MAINTAINERS file.
> 
> Suggested-by: Antoine Tenart <atenart@kernel.org>
> Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 44d599651690..3b11a2aa2861 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16202,6 +16202,7 @@ F:	lib/random32.c
>  F:	net/
>  F:	tools/net/
>  F:	tools/testing/selftests/net/
> +F:	samples/pktgen/
>  X:	Documentation/networking/mac80211-injection.rst
>  X:	Documentation/networking/mac80211_hwsim/
>  X:	Documentation/networking/regulatory.rst

Hi Hangbin,

Nice find.
But lets preserve alphabetical order.

With that fixed feel free to add:

Reviewed-by: Simon Horman <horms@kernel.org>

Also, I think this can be for net.
That is the usual target for MAINTAINERS changes AFAIK.
Hangbin Liu Oct. 18, 2024, 12:43 a.m. UTC | #2
On Thu, Oct 17, 2024 at 05:39:42PM +0100, Simon Horman wrote:
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 44d599651690..3b11a2aa2861 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16202,6 +16202,7 @@ F:	lib/random32.c
> >  F:	net/
> >  F:	tools/net/
> >  F:	tools/testing/selftests/net/
> > +F:	samples/pktgen/
> >  X:	Documentation/networking/mac80211-injection.rst
> >  X:	Documentation/networking/mac80211_hwsim/
> >  X:	Documentation/networking/regulatory.rst
> 
> Hi Hangbin,
> 
> Nice find.
> But lets preserve alphabetical order.

Opps, don't know what I was thought that I feel s behinds t...

I will fix it.

Thanks
Hangbin
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 44d599651690..3b11a2aa2861 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16202,6 +16202,7 @@  F:	lib/random32.c
 F:	net/
 F:	tools/net/
 F:	tools/testing/selftests/net/
+F:	samples/pktgen/
 X:	Documentation/networking/mac80211-injection.rst
 X:	Documentation/networking/mac80211_hwsim/
 X:	Documentation/networking/regulatory.rst