mbox series

[net-next,0/3] tcp: small code reorg

Message ID 20240605071553.1365557-1-edumazet@google.com (mailing list archive)
Headers show
Series tcp: small code reorg | expand

Message

Eric Dumazet June 5, 2024, 7:15 a.m. UTC
Replace a WARN_ON_ONCE() that never triggered
to DEBUG_NET_WARN_ON_ONCE() in reqsk_free().

Move inet_reqsk_alloc() and reqsk_alloc()
to inet_connection_sock.c, to unclutter
net/ipv4/tcp_input.c and include/net/request_sock.h

Eric Dumazet (3):
  tcp: small changes in reqsk_put() and reqsk_free()
  tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()
  tcp: move reqsk_alloc() to inet_connection_sock.c

 include/net/request_sock.h      | 37 ++-------------------
 net/ipv4/inet_connection_sock.c | 58 +++++++++++++++++++++++++++++++++
 net/ipv4/tcp_input.c            | 25 --------------
 3 files changed, 60 insertions(+), 60 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 6, 2024, 1:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed,  5 Jun 2024 07:15:50 +0000 you wrote:
> Replace a WARN_ON_ONCE() that never triggered
> to DEBUG_NET_WARN_ON_ONCE() in reqsk_free().
> 
> Move inet_reqsk_alloc() and reqsk_alloc()
> to inet_connection_sock.c, to unclutter
> net/ipv4/tcp_input.c and include/net/request_sock.h
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] tcp: small changes in reqsk_put() and reqsk_free()
    https://git.kernel.org/netdev/net-next/c/c34506406dd5
  - [net-next,2/3] tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()
    https://git.kernel.org/netdev/net-next/c/adbe695a9765
  - [net-next,3/3] tcp: move reqsk_alloc() to inet_connection_sock.c
    https://git.kernel.org/netdev/net-next/c/6971d2167282

You are awesome, thank you!