Message ID | 20241018005301.10052-1-liuhangbin@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3b05b9c36ddd01338e1352588f2ec1ea23f97d43 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [PATCHv2,net] MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL] | expand |
On Fri, Oct 18, 2024 at 12:53:01AM +0000, Hangbin Liu wrote: > samples/pktgen is missing in the MAINTAINERS file. > > Suggested-by: Antoine Tenart <atenart@kernel.org> > Reviewed-by: Simon Horman <horms@kernel.org> > Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> > --- > v2: fix alphabetical order, make patch target to net (Simon Horman) Thanks, looks good. > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 44d599651690..e5dff2a7b868 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16200,6 +16200,7 @@ F: include/uapi/linux/rtnetlink.h > F: lib/net_utils.c > F: lib/random32.c > F: net/ > +F: samples/pktgen/ > F: tools/net/ > F: tools/testing/selftests/net/ > X: Documentation/networking/mac80211-injection.rst > -- > 2.46.0 >
Hello: This patch was applied to netdev/net.git (main) by Andrew Lunn <andrew@lunn.ch>: On Fri, 18 Oct 2024 00:53:01 +0000 you wrote: > samples/pktgen is missing in the MAINTAINERS file. > > Suggested-by: Antoine Tenart <atenart@kernel.org> > Reviewed-by: Simon Horman <horms@kernel.org> > Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> > --- > v2: fix alphabetical order, make patch target to net (Simon Horman) > > [...] Here is the summary with links: - [PATCHv2,net] MAINTAINERS: add samples/pktgen to NETWORKING [GENERAL] https://git.kernel.org/netdev/net/c/3b05b9c36ddd You are awesome, thank you!
diff --git a/MAINTAINERS b/MAINTAINERS index 44d599651690..e5dff2a7b868 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16200,6 +16200,7 @@ F: include/uapi/linux/rtnetlink.h F: lib/net_utils.c F: lib/random32.c F: net/ +F: samples/pktgen/ F: tools/net/ F: tools/testing/selftests/net/ X: Documentation/networking/mac80211-injection.rst