diff mbox series

[net-next] MAINTAINERS: add 5 missing tcp-related files

Message ID 20240712234213.3178593-1-edumazet@google.com (mailing list archive)
State Accepted
Commit 8e5f53a684338c04b7f7487c65e1519b83295046
Delegated to: Netdev Maintainers
Headers show
Series [net-next] MAINTAINERS: add 5 missing tcp-related files | 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, async
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: 8 this patch: 8
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: 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, 13 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-2024-07-13--03-00 (tests: 696)

Commit Message

Eric Dumazet July 12, 2024, 11:42 p.m. UTC
Following files are part of TCP stack:

- net/ipv4/inet_connection_sock.c
- net/ipv4/inet_hashtables.c
- net/ipv4/inet_timewait_sock.c
- net/ipv6/inet6_connection_sock.c
- net/ipv6/inet6_hashtables.c

Signed-off-by: Eric Dumazet <edumazet@google.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org July 13, 2024, 10:20 p.m. UTC | #1
Hello:

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

On Fri, 12 Jul 2024 23:42:13 +0000 you wrote:
> Following files are part of TCP stack:
> 
> - net/ipv4/inet_connection_sock.c
> - net/ipv4/inet_hashtables.c
> - net/ipv4/inet_timewait_sock.c
> - net/ipv6/inet6_connection_sock.c
> - net/ipv6/inet6_hashtables.c
> 
> [...]

Here is the summary with links:
  - [net-next] MAINTAINERS: add 5 missing tcp-related files
    https://git.kernel.org/netdev/net-next/c/8e5f53a68433

You are awesome, thank you!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 9540f9290f56bcbf00074cb5e108886d7d605d9f..fe5c08b6e253671786b7cb38df03ec1714fe08f5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15767,8 +15767,13 @@  F:	include/linux/tcp.h
 F:	include/net/tcp.h
 F:	include/trace/events/tcp.h
 F:	include/uapi/linux/tcp.h
+F:	net/ipv4/inet_connection_sock.c
+F:	net/ipv4/inet_hashtables.c
+F:	net/ipv4/inet_timewait_sock.c
 F:	net/ipv4/syncookies.c
 F:	net/ipv4/tcp*.c
+F:	net/ipv6/inet6_connection_sock.c
+F:	net/ipv6/inet6_hashtables.c
 F:	net/ipv6/syncookies.c
 F:	net/ipv6/tcp*.c